Closed (fixed)
Project:
Video CCK
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Mar 2007 at 06:27 UTC
Updated:
29 Jun 2007 at 19:17 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | bliptv.txt | 2.03 KB | chellman |
Comments
Comment #1
aaron commentedemail sent. now we wait...
Comment #2
charles.hope commentedYour best bet is probably to use the RSS URL and parse that. Simply append
?skin=rssto the end of the URL in question. Hence, the RSS version of the example video is athttp://blip.tv/file/177952?skin=rss. In XPath syntax, the actual video files are then found at/rss/channel/item/enclosure/@urland/rss/channel/item/media:group/media:content/@url. The thumbnail is found at/rss/channel/item/media:thumbnail/@url.Comment #3
aaron commentedthat should work just fine. unfortunately, i was sick last week, and swamped this week, so i'll get it integrated next week. thanks!
Comment #4
chellman commentedHas 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.
Comment #5
chellman commentedOkay, 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!
Comment #6
aaron commentedthanks for the help! tweaked it some, and got it uploaded earlier this week.
Comment #7
(not verified) commented