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