Started on: 2007-09-04
last update: 2007-09-04
Summary:
A plugin so I can browse fantv.se's archive. Just browse and watch streaming content.
Area:
Plugin, streaming video.
Description:
I would realy appricate if someone could do any plugin that made it possible to browse and watch the streaming content of www.fantv.se. I made a simple script PHP for some months ago but I don't have the code left. It basicly read the content of "http://www.svenskafans.com/fantv/player/clipList.asp?cat=0" for all interviews. And then let the spider go deeper.
Next level: "http://www.svenskafans.com/fantv/player/clipList.asp?cat=0&list=36" and there get the link to all clips, (ex: "javascript
arent.window.location.href='default.asp?cat=0&list=36&clip=4082';") and use the "&clip=" attribute to get the streaming id.
Next is to get the streaming playlist and adding the unique id from "&clip=" in the last step. Like "http://www.fantv.se/getOnDemand.asx?clipID=xxxx" where xxxx is the number of "&clip=".
Is anyone up for the challange? I've not got the skills for this. I can just webapps.
last update: 2007-09-04
Summary:
A plugin so I can browse fantv.se's archive. Just browse and watch streaming content.
Area:
Plugin, streaming video.
Description:
I would realy appricate if someone could do any plugin that made it possible to browse and watch the streaming content of www.fantv.se. I made a simple script PHP for some months ago but I don't have the code left. It basicly read the content of "http://www.svenskafans.com/fantv/player/clipList.asp?cat=0" for all interviews. And then let the spider go deeper.
Next level: "http://www.svenskafans.com/fantv/player/clipList.asp?cat=0&list=36" and there get the link to all clips, (ex: "javascript
Next is to get the streaming playlist and adding the unique id from "&clip=" in the last step. Like "http://www.fantv.se/getOnDemand.asx?clipID=xxxx" where xxxx is the number of "&clip=".
Is anyone up for the challange? I've not got the skills for this. I can just webapps.