vlc client on windows can't connect to local vlc server on linux
Posted: 07 Dec 2018 05:48
i am running VLC 3.0.3 on debian to stream my capture card via rtsp:
When I use a windows client (VLC 3.0.4) to view the network stream (rtsp://10.0.0.161:8554/) i get the error "VLC is unable to open the MRL" https://pastebin.com/raw/GMbkg6uN
I also watched packets at the same time https://pastebin.com/raw/iGEe5pwW. Note that there is a "RTSP/1.0 500 Server Error" followed by a "RTSP/1.0 459 Client error" before the whole thing falls apart (not sure it's relevant).
looking for hints on how to get the vlc client on windows happy with the vlc rtsp on linux.
nb: this is a separate issue from my other post about windows<->windows streaming a few hours ago.
the console shows: https://pastebin.com/raw/vKvdYprmcvlc -vv v4l2:///dev/video0 --sout '#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=100,scodec=none}:rtp{sdp=rtsp://:8554/}'
When I use a windows client (VLC 3.0.4) to view the network stream (rtsp://10.0.0.161:8554/) i get the error "VLC is unable to open the MRL" https://pastebin.com/raw/GMbkg6uN
I also watched packets at the same time https://pastebin.com/raw/iGEe5pwW. Note that there is a "RTSP/1.0 500 Server Error" followed by a "RTSP/1.0 459 Client error" before the whole thing falls apart (not sure it's relevant).
looking for hints on how to get the vlc client on windows happy with the vlc rtsp on linux.
nb: this is a separate issue from my other post about windows<->windows streaming a few hours ago.