I have two Computer
(A) IP:192.168.100.130, WowzaServer Install this one.
(B) IP:192.168.100.131, Use VLC upload streaming to WowzaServer
and have 4 case, 3 case success, 1 fail, can anyone help me solve it?
CASE 1:
if I setting a stream file (udp://192.168.100.130:10000) in A, and then,
in B computer, use VLC UDP(legacy) to upload streaming (command is “dst=udp{dst=192.168.100.130:10000}”),
its find, working.
CASE 2:
if I setting a stream file (udp://192.168.100.130:10000) in A, and then,
in A computer, use VLC UDP(legacy) to upload streaming (command is “dst=udp{dst=192.168.100.130:10000}”),
its find, working.
CASE 3:
if I setting a stream file (rtsp://192.168.100.130:8554/test.sdp) in A,
in A computer, use VLC RTSP to upload streaming (command is “rtp{sdp=rtsp://192.168.100.130:8554/test.sdp}”),
its find, working.
CASE 4::mad:
but if I setting a stream file (rtsp://192.168.100.130:8554/test.sdp) in A,
in B computer, use VLC RTSP to upload streaming (command is “rtp{sdp=rtsp://192.168.100.130:8554/test.sdp}”),
its not work,
can help me solve CASE 4 problem?