Page 1 of 1

transcoding and streaming problems Linux

Posted: 01 Jun 2020 21:53
by yavlcfm
i am trying to transcode an RTSP stream to MJPEG to display it in browser as picture
that's my code

vlc -vvv -Idummy rtsp://user:user@192.168.1.50:554/streaming/channels/2/preview #transcode{vcodec=MJPG,venc=ffmpeg{strict=1},fps=10,width=640,height=360}:standard{access=http,mux=mjpg,dst=http://192.168.1.99:8080}'

only the stream output is working
if I add --sout on the first line it is not working

Re: transcoding and streaming problems Linux

Posted: 03 Jun 2020 05:41
by yavlcfm
upd: and the transcoding is working the only problem is to send the feed to url