Transcoding playlist of streams
Posted: 26 May 2015 22:01
I am transcoding a playlist of streams from a satellite receiver and controlling via a web interface. I have been doing it via the command line on a Linux box and it is working fine. But recently I tried to do the same with Windows, and it fails. If I just open a playlist from the command line, it is expanded into the list of streams ok, but when I add the options for transcoding, it tries to open the playlist file directly as a media file, which of course fails.
The command I use in Linux is:
I have tried various playlist options, but none seem to work if the transcoding options are added. I have also tried loading the m3u playlist and saving it as an .xspf playlist. I have also tried different video/audio codecs, but the problem remains that it is trying to open the playlist as a media file rather than a playlist.
The command I use in Linux is:
Code: Select all
cvlc -vvv bouquet.m3u --network-caching=4000 --extraintf="http" --http-port 8080 --sout-transcode-threads=4 --sout '#transcode{vcodec=h264,vb=500,scale=0.4,acodec=mp4a,ab=64,channels=2,samplerate=48000}:http{mux=ts,dst=:8002/}'
I have tried various playlist options, but none seem to work if the transcoding options are added. I have also tried loading the m3u playlist and saving it as an .xspf playlist. I have also tried different video/audio codecs, but the problem remains that it is trying to open the playlist as a media file rather than a playlist.