AxisCommunications / locomote-video-player

Media Player in Adobe Flash with RTSP support. (THIS PROJECT IS NO LONGER MAINTAINED)
BSD 3-Clause "New" or "Revised" License
133 stars 79 forks source link

locomote and cisco VSM. #191

Closed ratred closed 7 years ago

ratred commented 7 years ago

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?

ratred commented 7 years ago

We fix the proto and make fork with cisco VSM support.