I try to use locomote with cisco VSM media server 7.6. But when i try to start stream i'm not receive answer from the server. But another video players play stream ok.
Investigating this problem i have found: locomote sends to server:
*OPTIONS RTSP/1.0
and not have answer. But another players sends:
OPTIONS rtsp://192.168.1.1:554 RTSP/1.0
And receive:
RTSP/1.0 200 OK**
For verification of this theory i maked small script that sends string to rtsp:
$ ./sockt.pl 1Sending: OPTIONS RTSP/1.0\r\nCSeq: 1\r\nUser-Agent: Test 1.0Wait for answer...*
^C (No answer)
Hello!
I try to use locomote with cisco VSM media server 7.6. But when i try to start stream i'm not receive answer from the server. But another video players play stream ok.
Investigating this problem i have found: locomote sends to server: *OPTIONS RTSP/1.0 and not have answer. But another players sends: OPTIONS rtsp://192.168.1.1:554 RTSP/1.0 And receive: RTSP/1.0 200 OK**
For verification of this theory i maked small script that sends string to rtsp:
$ ./sockt.pl 1 Sending: OPTIONS RTSP/1.0\r\nCSeq: 1\r\nUser-Agent: Test 1.0 Wait for answer...* ^C (No answer)
$ ./sockt.pl 2 Sending: OPTIONS rtsp://192.168.1.1:554 RTSP/1.0\r\nCSeq: 1\r\nUser-Agent: Test 1.0 Wait for answer... RTSP/1.0 200 OK CSeq: 1 Public: DESCRIBE, SETUP, PLAY, PAUSE, TEARDOWN, PAUSE, GET_PARAMETER, SET_PARAMETER, ANNOUNCE`
How i can fast fix this issue?