Restream from mms to rtmp
Posted: 01 Jul 2019 02:21
Hi, I'm new to the forum, I apologize for any errors and for my English. I urgently need to convert my mms stream to rtmp. They recommended me vlc (I used it for other things), I found on the internet how to do it, but nobody used mms. (WMV).
I tried these 3 codes but it doesn't work. Who can help me?
1)
2)
3)
In addition it is possible to transform also the video from 4: 3 to 16: 9?
Thank you all
I tried these 3 codes but it doesn't work. Who can help me?
1)
Code: Select all
vlc -vvv mms://IP:8081 --sout '#transcode{vcodec=wmv3,scale=Auto,width=1280,height=720,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=rtmp,mux=ffmpeg{mux=flv},dst=rtmp://url/stream'
Code: Select all
vlc -vvv mms://IP:8081 --sout '#transcode{vcodec=h264,scale=Auto,width=1280,height=720,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=rtmp,mux=ffmpeg{mux=flv},dst=rtmp://url/stream'
Code: Select all
vlc -vvv mms://IP:8081 --sout '#transcode{vcodec=h264,scale=Auto,width=1280,height=720,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=rtmp,mux=ffmpeg{mux=flv},dst=rtmp://url/stream'
In addition it is possible to transform also the video from 4: 3 to 16: 9?
Thank you all