I have VLC on PC1, and DSS on PC2, both windows.
In PC1, I use the following command
Code: Select all
vlc dshow:// :sout=#transcode{vcodec=mp4v,vb=128,scale=0.5}:duplicate{dst=display,dst=rtp{sdp=rtsp://192.168.0.129:1234/relaytest.sdp,sap,group="",name="test",ttl=127}} :sout-keep
After setting up, I run the VLC on PC1, but I can't see anything in the "Relay status" page in DSS web admin.Relay Name: relaytest
Status: Enabled
Source Settings:
Source Hostname or IP Address: 192.168.0.129:1234
Mount Point: relaytest.sdp
Wait for announced stream(s)
Destination Settings:
Hostname or IP Address: 192.168.0.63 (PC2)
Announced UDP
Mount Point: relay.sdp
User Name: (blank)
Password : (blank)
I can access the stream by another VLC
Code: Select all
vlc rtsp://192.168.0.129:1234/relaytest.sdp
Is there anything wrong with the configurations?