Feature #3106
IPTV: Support for streams with .m3u8 file extention
100%
Description
Can you please add support for streams with .m3u8 extentions?
History
Updated by Jaroslav Kysela about 9 years ago
- Subject changed from Support for streams with .m3u8 file extention to IPTV: Support for streams with .m3u8 file extention
- Target version set to 4.4
Updated by Hanspeter Müller about 9 years ago
Just for "the google", you can already do that yourself with the pipe:// handler as described here: Custom_MPEG-TS_Input
Updated by Chris Koster about 9 years ago
I'm also interested in this feature. Will also have a look at Hanspeters' solution. Thanks
Updated by Jaroslav Kysela about 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|9f21e5918573511bcf05435abae942f210b5ae28.
Updated by Jaroslav Kysela about 9 years ago
The code is not much tested and I hope that I didn't break the standard streaming. Anyway, only the first stream is used, others are ignored. v4.1-610-g9f21e59
Updated by Sam Stenvall about 9 years ago
@perexg .m3u8 is usually used for HLS playlist files so I'm not sure this support is that useful for that use case.
Updated by Jaroslav Kysela about 9 years ago
HLS playlist seems to have multiple streams with some attributes. It should work if streams are MPEG-TS (first is selected at the moment). Of course, I would expect that users want to add some "fine" filter to select stream based on bandwidth or any other descriptor - language etc.). But, many sites uses .m3u just for the redirection.