- March 21, 2007
- 2,301
- 1,886
- Home Country
-
United Kingdom
- Moderator
- #1
Hey
I can't get the BBC live streams working with the new F4M splitter from SVN. The splitter does seem to correctly read some stream info but then fails.
I retrieve the stream selector f4m file which returns
then pass one of those urls to the splitter.
I can't get the BBC live streams working with the new F4M splitter from SVN. The splitter does seem to correctly read some stream info but then fails.
I retrieve the stream selector f4m file which returns
Code:
<manifest xmlns="http://ns.adobe.com/f4m/2.0">
<dvrInfo windowDuration="7200"/>
<media href="http://zaphod-live.bbc.co.uk.edgesuite.net/hds-live/livepkgr/_definst_/bbc1/bbc1_480.f4m" bitrate="480"/>
<media href="http://zaphod-live.bbc.co.uk.edgesuite.net/hds-live/livepkgr/_definst_/bbc1/bbc1_800.f4m" bitrate="796"/>
<media href="http://zaphod-live.bbc.co.uk.edgesuite.net/hds-live/livepkgr/_definst_/bbc1/bbc1_1500.f4m" bitrate="1500"/>
</manifest>
then pass one of those urls to the splitter.