cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
440
Views
0
Helpful
1
Replies

IOS RTSP incompatibility with VLC server

janet.byron
Level 1
Level 1

Hi,

I'm trying to use VLC server as a media streaming server for callers in queue with CVP.  However, the gateway (running 15.3(3)M) doesn't like something about the format of the SDP in the RTSP it gets from VLC (says "Invalid Stream Info").  Here is a snippet from the log.  Can anyone see what IOS doesn't like here?

Thanks,

Janet

-----------------------------------------------------------------

Apr 13 21:43:44.042: ########################################
Apr 13 21:43:44.042: Mesg_line             :RTSP/1.0 200 OK
Apr 13 21:43:44.042: Content_length        :334
Apr 13 21:43:44.042: Header list
Apr 13 21:43:44.042: Cseq: 0
Apr 13 21:43:44.042: Cache-Control: no-cache
Apr 13 21:43:44.042: Content-Length: 334
Apr 13 21:43:44.042: Content-Base: rtsp://192.168.222.100:8554/test.sdp
Apr 13 21:43:44.042: Content-Type: application/sdp
Apr 13 21:43:44.042: Date: Sun, 13 Apr 2014 21:43:43 GMT
Apr 13 21:43:44.042: Server: VLC/2.1.3
Apr 13 21:43:44.042: Message Body
Apr 13 21:43:44.042: v=0
o=- 15489431146197729671 15489431146197729671 IN IP4 BYRONW7LT
s=Unnamed
i=N/A
c=IN IP4 0.0.0.0
t=0 0
a=tool:vlc 2.1.3
a=recvonly
a=type:broadcast
a=charset:UTF-8
a=control:rtsp://192.168.222.100:8554/test.sdp
m=audio 0 RTP/AVP 0
b=RR:0
a=rtpmap:0 PCMU/8000
a=control:rtsp://192.168.222.100:8554/test.sdp/trackID=0

Apr 13 21:43:44.042: ########################################
Apr 13 21:43:44.042: //-1//RTSP:/rtsp_process_single_svr_resp: RESP received OK
Apr 13 21:43:44.042: //-1//RTSP:/rtsp_process_resp_headers:
Apr 13 21:43:44.042: //-1//RTSP:/rtsp_update_resp_status:
Apr 13 21:43:44.042: //-1//RTSP:/rtsp_update_resp_status: Control Not active
Apr 13 21:43:44.042: //-1//RTSP:/rtsp_process_resp_headers: Response URL: rtsp://192.168.222.100:8554/test.sdp/trackID=0
Apr 13 21:43:44.042: //-1//RTSP:/rtsp_pmh_parse_mesg_body:
Apr 13 21:43:44.042: //26061//RTSP:/rtsp_session_cleanup:
Apr 13 21:43:44.042: //26061//RTSP:/rtsp_server_closed:
Apr 13 21:43:44.042: //26061//RTSP:/rtsp_send_resp_to_api:
Apr 13 21:43:44.042: //26061//RTSP:/rtsp_send_resp_to_api: sending RESP=RTSP_STATUS_SERVER_SESSION_IDLE
Apr 13 21:43:44.042: //-1//RTSP:RS635:/rtsp_api_free_msg_buffer: msg=0x3D99F7C4
Apr 13 21:43:44.042: //-1//RTSP:/rtsplib_update_stream_stats:
Apr 13 21:43:44.042: rtsplib_update_stream_stats: Invalid Stream Info
 

 

 

1 Reply 1

Ahmed Adeyemi
Level 4
Level 4

Were you ever able to figure out the solution for this issue?