2018-11-21, 23:37
(2018-11-21, 21:56)primaeval Wrote: I could make the dummy channels with a configurable regular duration and start offset.Dummy channels with a configurable duration is what I would like to see. In this case the same Xmltv can be use in multiple apps in addition to iptv recorder. Once I put in on pastebin I casn use it in many other apps.
It would probably be better to add a Add Weekly Time in IPTV Recorder. That would be more accurate.
Choose one and I'll see if I can add it.
Transcoding m3u to ts depends on the stream format that the m3u contains.
In simple HLS streams you can sometimes just grab the url of the sub-stream from the m3u and use that instead.
DASH streams take a bit more work and need a recent version of ffmpeg to deal with.
There are lots of switches to ffmpeg to control which sub-stream is used.
You might want to force one with a specific bandwidth or resolution or just keep up in real-time.
If you want to transcode all your streams you might want to look into Emby or tvheadend.
If you just have one stream you always want to generate a ts stream for you should just dig into the ffmpeg documentation and make a custom ts stream exactly as you need it.
VLC might even be better in that case.
It might be best if you pm me an example stream and exactly what you want to do with it.
Thanks for the info on m3u8 transcoding. I will pm you on this.