I am wondering about how can i get or set the port for vlc to start streaming.I am using below command for streaming
Code: Select all
vlc -vvv v4l:// :v4l-vdev="/dev/video0" --sout='#transcode{vcodec=h264,vb=1024,width=320,height=240}:rtp{dst=192.168.0.220,video-port=6000,sdp=file:///home/silvara/Desktop/test.sdp}'
Code: Select all
vlc -vvv v4l:// :v4l-vdev="/dev/video0" --sout='#transcode{vcodec=h264,vb=1024,width=320,height=240}:rtp{dst=192.168.0.220,port=5000,video-port=6000,sdp=file:///home/silvara/Desktop/test.sdp}'
Please comment
thank you