2018-03-03, 11:32
I know this has been asked for a few times in this forum but I believe this might be the first build of IPTV Simple Client with recording for Windows.
The latest build is 17.0.0-Krypton-Win-Record.
https://github.com/primaeval/pvr.iptvsim...Win-Record
and the zip is
https://github.com/primaeval/pvr.iptvsim...simple.zip
It is based on the pvr.iptvsimple fork from @rkubera.
rtmpdump support has been removed.
Recording is passed off to a background process using ffmpeg.exe which you can get from https://www.ffmpeg.org/download.html
Set the recording path in Settings.
ts is the most reliable ffmpeg file extension to deal with timestamp issues.
The ffmpeg parameters are a simple -c copy.
I expect it will only work on basic stream urls so far.
Extra parameters separated by | or space are simply passed to ffmpeg and won't work.
You could wrap ffmpeg in a script to deal with that until it is fixed.
The latest build is 17.0.0-Krypton-Win-Record.
https://github.com/primaeval/pvr.iptvsim...Win-Record
and the zip is
https://github.com/primaeval/pvr.iptvsim...simple.zip
It is based on the pvr.iptvsimple fork from @rkubera.
rtmpdump support has been removed.
Recording is passed off to a background process using ffmpeg.exe which you can get from https://www.ffmpeg.org/download.html
Set the recording path in Settings.
ts is the most reliable ffmpeg file extension to deal with timestamp issues.
The ffmpeg parameters are a simple -c copy.
I expect it will only work on basic stream urls so far.
Extra parameters separated by | or space are simply passed to ffmpeg and won't work.
You could wrap ffmpeg in a script to deal with that until it is fixed.