blip.tv gives url's like: http://blip.tv/file/177952/ but embed code like:

<embed wmode="transparent" src="http://blip.tv/scripts/flash/blipplayer.swf?autoStart=false&file=http://blip.tv/file/get/Make-WhatDoYouMake201.flv%3Fsource%3D3" quality="high" width="640" height="480" name="movie" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

the only api i can find there is for upload. note to self: email them to find out if they have an api that will return the flv filename or whatever we need to better support. also thumbnails, while we're at it.

aaron

CommentFileSizeAuthor
#5 bliptv.txt2.03 KBchellman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aaron’s picture

email sent. now we wait...

charles.hope’s picture

Your best bet is probably to use the RSS URL and parse that. Simply append ?skin=rss to the end of the URL in question. Hence, the RSS version of the example video is at http://blip.tv/file/177952?skin=rss. In XPath syntax, the actual video files are then found at /rss/channel/item/enclosure/@url and /rss/channel/item/media:group/media:content/@url. The thumbnail is found at /rss/channel/item/media:thumbnail/@url.

aaron’s picture

that should work just fine. unfortunately, i was sick last week, and swamped this week, so i'll get it integrated next week. thanks!

chellman’s picture

Has there been any progress on this? I see nothing in the current build, and I'm able to have a go at it, but I don't want to do it if aaron's already on the case.

chellman’s picture

FileSize
2.03 KB

Okay, I've just whipped up a quick bliptv.inc file (renamed .txt so it will attach) that works for me in Drupal 5.1 using the blip.tv embed code. If it helps as a starting point, great!

aaron’s picture

Assigned: Unassigned » aaron
Status: Active » Fixed

thanks for the help! tweaked it some, and got it uploaded earlier this week.

Anonymous’s picture

Status: Fixed » Closed (fixed)