Yesterday, 05:06 AM
I use web app on windows and added IPTV channels with extras xml for each.
<extras>
<channel name="test">
<command>ffmpeg.exe</command>
<args>-i input -c copy -f mpegts - </args>
</channel>
</extras>
One IPTV stream changes url link during commercial break which breaks stream. It happens with ffplay and is not fault of NextPVR. VLC is able to maintain stream, so I wonder if can use VLC to stream into NextPVR. I'm amateur who learned how to make extras xml with ffmpeg from this forum. I've experimented with VLC (see example below) but can't find right arguments to make it work. Does anyone know how?
<extras>
<channel name="test">
<command>vlc.exe</command>
<args>input --sout-standard-mux ts --sout-standard-access file --sout-standard-dst - </args>
</channel>
</extras>
<extras>
<channel name="test">
<command>ffmpeg.exe</command>
<args>-i input -c copy -f mpegts - </args>
</channel>
</extras>
One IPTV stream changes url link during commercial break which breaks stream. It happens with ffplay and is not fault of NextPVR. VLC is able to maintain stream, so I wonder if can use VLC to stream into NextPVR. I'm amateur who learned how to make extras xml with ffmpeg from this forum. I've experimented with VLC (see example below) but can't find right arguments to make it work. Does anyone know how?
<extras>
<channel name="test">
<command>vlc.exe</command>
<args>input --sout-standard-mux ts --sout-standard-access file --sout-standard-dst - </args>
</channel>
</extras>