Feature #4144
Feature #4347: add iptv streams (e.g. m3u playlist) without scans for services
Adding m3u file without mux checking
0%
Description
If I add a big m3u file with a lot of muxes (iptv Every channel is one mux with a single link to hts file),
make an option to skip the checking of the mux, and make it possible to map the mux to services without the muxcheck !
History
Updated by Jaroslav Kysela almost 8 years ago
- Status changed from New to Rejected
It's already implemented:
1) turn off 'Scan after creation' in the network settings
2) set 'Service ID' in the network settings (usually 1, but it may differ - depends on your IPTV streams)
Updated by John Rexter almost 8 years ago
Thanks Jaroslav, services are created and I can then map all services which creates all channels.
However, if I try to stream any of the channels it does not work. If I scan the mux first, then it works.
What I can see is that the stream link created for a non working service looks like:
http://localhost:9981/play/stream/service/206b61cdc6be83e746231cba3cbcedbb?title=channelname
while a working one after scan looks like
How can I create valid services without have to scan the mux first?
Thanks!