kidliuxu / apple-http-osmf

Automatically exported from code.google.com/p/apple-http-osmf
0 stars 0 forks source link

Move playlist parsing externally to generate netresource #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For this feature to work properly currently the individual mbr feed has to be 
requested

httpNetStream.play("http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_
index.m3u8");

If the parsing in the index handler is moved to an external parser, and the 
streams and bitrates are added to a dynamicstreamresource , it should work 
internally and then one of the streamnames can be obtained easily to reference 
to play. 

Original issue reported on code.google.com by dani...@electroteque.org on 22 Jun 2012 at 1:19

GoogleCodeExporter commented 9 years ago
I'll possibly duplicate it for now to be used with dynamic switch streaming ;)

Original comment by dani...@electroteque.org on 22 Jun 2012 at 1:40

GoogleCodeExporter commented 9 years ago
For testing this works for now

httpNetStream.play(netResource.url);

and the resource is linking directly to a bitrate

"http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8"

Original comment by dani...@electroteque.org on 22 Jun 2012 at 1:57

GoogleCodeExporter commented 9 years ago
http://flowplayer.electroteque.org/httpstreaminghls I have a demo of the single 
stream working for now. 

Original comment by dani...@electroteque.org on 22 Jun 2012 at 3:40

GoogleCodeExporter commented 9 years ago
This may need a bit of refactoring the parsing outside the index handler. and 
into a custom parser. 

Original comment by dani...@electroteque.org on 11 Jul 2012 at 4:45

GoogleCodeExporter commented 9 years ago
fixed here please close 
http://code.google.com/p/apple-http-osmf/issues/detail?id=24

Original comment by electrot...@gmail.com on 5 Nov 2012 at 10:42