Hi, I am facing issue with streaming mpeg4 only stream using live stack.
On server side : MPEG4 Video only session is being streamed from hardware encoder using live stack On client side : Quicktime Player is able to receive and play it properly without any problem. But OpenRTSP (test app. from live repo.) and VLC is not able to receive any data from server. Strange thing is when client and server both are using live stack then I am facing problem. But quicktime is working without any problem with live stack. Thanks in advance, Best Regards, Vijay The log from openRTSP is as below: (command line : ./openRTSP -b 81920 rtsp://192.168.0.29/LiveStreaming) ------------------------------------------------------------------------------------------- Sending request: OPTIONS rtsp://192.168.0.29/LiveStreaming RTSP/1.0 CSeq: 1 User-Agent: ./openRTSP (LIVE555 Streaming Media v2009.06.02) Received OPTIONS response: RTSP/1.0 200 OK CSeq: 1 Date: Thu, Jan 01 1970 00:59:17 GMT Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER Sending request: DESCRIBE rtsp://192.168.0.29/LiveStreaming RTSP/1.0 CSeq: 2 Accept: application/sdp User-Agent: ./openRTSP (LIVE555 Streaming Media v2009.06.02) Received DESCRIBE response: RTSP/1.0 200 OK CSeq: 2 Date: Thu, Jan 01 1970 00:59:18 GMT Content-Base: rtsp://192.168.0.29/LiveStreaming/ Content-Type: application/sdp Content-Length: 496 Need to read 496 extra bytes Read 496 extra bytes: v=0 o=- 12557483 1 IN IP4 192.168.0.29 s=MyCam i=LiveStreaming t=0 0 a=tool:LIVE555 Streaming Media v2009.06.02 a=type:broadcast a=control:* a=source-filter: incl IN IP4 * 192.168.0.29 a=rtcp-unicast: reflection a=range:npt=0- a=x-qt-text-nam:MyCam a=x-qt-text-inf:LiveStreaming m=video 554 RTP/AVP 96 c=IN IP4 232.228.16.207/255 a=rtpmap:96 MP4V-ES/90000 a=fmtp:96 profile-level-id=5;config=000001B005000001B509000001000000012000847A9828B421E0A31F a=control:track1 Opened URL "rtsp://192.168.0.29/LiveStreaming", returning a SDP description: v=0 o=- 12557483 1 IN IP4 192.168.0.29 s=MyCam i=LiveStreaming t=0 0 a=tool:LIVE555 Streaming Media v2009.06.02 a=type:broadcast a=control:* a=source-filter: incl IN IP4 * 192.168.0.29 a=rtcp-unicast: reflection a=range:npt=0- a=x-qt-text-nam:MyCam a=x-qt-text-inf:LiveStreaming m=video 554 RTP/AVP 96 c=IN IP4 232.228.16.207/255 a=rtpmap:96 MP4V-ES/90000 a=fmtp:96 profile-level-id=5;config=000001B005000001B509000001000000012000847A9828B421E0A31F a=control:track1 Created receiver for "video/MP4V-ES" subsession (client ports 554-555) Sending request: SETUP rtsp://192.168.0.29/LiveStreaming/track1 RTSP/1.0 CSeq: 3 Transport: RTP/AVP;multicast;client_port=554-555 User-Agent: ./openRTSP (LIVE555 Streaming Media v2009.06.02) Received SETUP response: RTSP/1.0 200 OK CSeq: 3 Date: Thu, Jan 01 1970 00:59:18 GMT Transport: RTP/AVP;multicast;destination=232.228.16.207;source=192.168.0.29;port=554-555;ttl=255 Session: 55 Setup "video/MP4V-ES" subsession (client ports 554-555) Created output file: "video-MP4V-ES-1" Sending request: PLAY rtsp://192.168.0.29/LiveStreaming/ RTSP/1.0 CSeq: 4 Session: 55 Range: npt=0.000- User-Agent: ./openRTSP (LIVE555 Streaming Media v2009.06.02) Received PLAY response: RTSP/1.0 200 OK CSeq: 4 Date: Thu, Jan 01 1970 00:59:18 GMT Range: npt=0.000- Session: 55 RTP-Info: url=rtsp:// 192.168.0.29/LiveStreaming/track1;seq=63376;rtptime=1354683609 Started playing session Receiving streamed data (signal with "kill -HUP 3644" or "kill -USR1 3644" to terminate)...
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel