Hi Folks...
I don't really understand how iptv recording works so i may be barking up the wrong tree...
i use the mjh m3u8 playlists to watch and/or record live ,free iptv....
ive had a recurring problem where the recordings fail with "recording interrupted" and a few other issues that i don't want to trouble anyone with here...
....it seems like if there is a glitch in the stream, it causes the recording to fail.
now...i have tried using ffmpeg command line on a few recordings, and it seems to be able to handle the glitches - you can see it as warnings in the scrolling logs....
but the resultant .ts file comes out complete.
hence the question - is there a way to pipe all the channels in a m3u8 playlist to go through ffmpeg first? (i'd like to see if ffmpeg can help out with glitchy channel streams)
Ive tried putting the mjh playlist .m3u8 into an 'extras.xml' but it does not show any channels...(admittedly i got the code lines to do it from AI slop)
I would be prepared to manually put all the channels in the extras file, if thats the way to do it, but i'm lazy and wondering if there is another way?
This is what i put in "extras.xml":
<extras>
<channel name="FFMpeg stream">
<command>ffmpeg.exe</command>
<args>-i "https://i.mjh.nz/au/Sydney/kodi-tv.m3u8" -vcodec copy -acodec copy -f mpegts -</args>
</channel>
</extras>
but even i dont think this makes sense
any advice would be greatly appreciated...
I don't really understand how iptv recording works so i may be barking up the wrong tree...
i use the mjh m3u8 playlists to watch and/or record live ,free iptv....
ive had a recurring problem where the recordings fail with "recording interrupted" and a few other issues that i don't want to trouble anyone with here...
....it seems like if there is a glitch in the stream, it causes the recording to fail.
now...i have tried using ffmpeg command line on a few recordings, and it seems to be able to handle the glitches - you can see it as warnings in the scrolling logs....
but the resultant .ts file comes out complete.
hence the question - is there a way to pipe all the channels in a m3u8 playlist to go through ffmpeg first? (i'd like to see if ffmpeg can help out with glitchy channel streams)
Ive tried putting the mjh playlist .m3u8 into an 'extras.xml' but it does not show any channels...(admittedly i got the code lines to do it from AI slop)
I would be prepared to manually put all the channels in the extras file, if thats the way to do it, but i'm lazy and wondering if there is another way?
This is what i put in "extras.xml":
<extras>
<channel name="FFMpeg stream">
<command>ffmpeg.exe</command>
<args>-i "https://i.mjh.nz/au/Sydney/kodi-tv.m3u8" -vcodec copy -acodec copy -f mpegts -</args>
</channel>
</extras>
but even i dont think this makes sense
any advice would be greatly appreciated...