Video streaming with Rasp on Ubuntu mate 18.04
Posted: 15 Aug 2019 22:33
Hello, I am a beginner with video streaming.
I am trying to get video streaming from a Raspivivid command :
raspivid -o – -t 0 -n | cvlc -vvv stream:///dev/stdin –sout ‘#rtp{sdp=rtsp://:8554/}’ :demux=h264
then use a local ( house )computer to see video streming through vlc
with the network streaming :
rtsp://192.168.0.191: 8554/
I have look on many tutorial and forum and did many trial with command line on raspi:
install v4l2rtspserver ( thought it could be the rtsp server that was not functionning).
i have get the Mpeg-2 and WVC1 licence key from Rasp store, and included them into the config.txt file
Always get the same error from vlc media player
Please help me
Should you need more information , please do not hesitate,
regards,
I am trying to get video streaming from a Raspivivid command :
raspivid -o – -t 0 -n | cvlc -vvv stream:///dev/stdin –sout ‘#rtp{sdp=rtsp://:8554/}’ :demux=h264
then use a local ( house )computer to see video streming through vlc
with the network streaming :
rtsp://192.168.0.191: 8554/
I have look on many tutorial and forum and did many trial with command line on raspi:
install v4l2rtspserver ( thought it could be the rtsp server that was not functionning).
i have get the Mpeg-2 and WVC1 licence key from Rasp store, and included them into the config.txt file
Always get the same error from vlc media player
Code: Select all
live555 error: Failed to connect with rtsp://192.168.0.191:8554/
main error: connection failed: Connection refused by peer
satip error: Failed to connect to RTSP server 192.168.0.191:8554
main error: connection failed: Connection refused by peer
access_realrtsp error: cannot connect to 192.168.0.191:8554
Should you need more information , please do not hesitate,
regards,