Actions
Feature #3099
closedFeature #2993: Bouquets - add support for m3u / xspf playlist (file:// and http[s]://)
Allow *.m3u as Mux-URL for multiple services
Feature #3099:
Allow *.m3u as Mux-URL for multiple services
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Service Mapping
Target version:
-
Start date:
2015-09-22
Due date:
% Done:
0%
Estimated time:
Description
It get's a bit messy with the current way where we have to add a mux for every web-stream (even if they are calling the same script). Would be great if you could allow http:// and/or file:// links to .m3u-files, where every line produces one Service, i.e.
#EXTM3U #EXTINF:0,LuxeTV #EXTVLCOPT:http-user-agent=stagefright%2F1.0+%28Linux%3BAndroid+2.2%29 http://akamai126.tibo.tv/126lokalehighlive/luxetv.stream_720p/playlist.m3u8 #EXTINF:-1,VEVO http://vevoplaylist-live.hls.adaptive.level3.net/vevo/ch1/06/prog_index.m3u8 #EXTINF:-1,NASA TV pipe:///usr/bin/live http://www.ustream.tv/nasahdtv
which would produce one mux with three services LuxeTV, VEVO and NASA TV. I have no idea if the EXTVLCOPTS is something standard or VLC only, in the example above it sets the user-agent (obviously), otherwise akamai rejects the connection, if that is vlc-non-standard it could be done with a script...
Thanks,
/hp
Actions