Hi folks,<br><br>I cannot receive audio and video streamed by testOnDemandRTSPServer. The problem is that the streams are stopped as soon as I try to receive them. In what follows is the output of openRTSP in the client side.
<br><br>Does anybony knows what can be wrong here?<br><br>Loreno<br><br>loreno@COMPOR05:~/testes$ ./openRTSP rtsp://150.165.63.227:8554/mpeg1or2AudioVideoTest<br>Opened URL "rtsp://150.165.63.227:8554/mpeg1or2AudioVideoTest", returning a SDP description:
<br>v=0<br>o=- 1151327057410004 1 IN IP4 <a href="http://150.165.63.227">150.165.63.227</a><br>s=Session streamed by "testOnDemandRTSPServer"<br>i=mpeg1or2AudioVideoTest<br>t=0 0<br>a=tool:LIVE555 Streaming Media
v2006.05.17<br>a=type:broadcast<br>a=control:*<br>a=range:npt=0-<br>a=x-qt-text-nam:Session streamed by "testOnDemandRTSPServer"<br>a=x-qt-text-inf:mpeg1or2AudioVideoTest<br>m=video 0 RTP/AVP 32<br>c=IN IP4 <a href="http://0.0.0.0">
0.0.0.0</a><br>a=control:track1<br>m=audio 0 RTP/AVP 14<br>c=IN IP4 <a href="http://0.0.0.0">0.0.0.0</a><br>a=control:track2<br><br>Created receiver for "video/MPV" subsession (client ports 32812-32813)<br>Created receiver for "audio/MPA" subsession (client ports 32814-32815)
<br>Setup "video/MPV" subsession (client ports 32812-32813)<br>Setup "audio/MPA" subsession (client ports 32814-32815)<br>Created output file: "video-MPV-1"<br>Created output file: "audio-MPA-2"
<br>Started playing session<br>Receiving streamed data (signal with "kill -HUP 9017" or "kill -USR1 9017" to terminate)...<br>Received RTCP "BYE" on "audio/MPA" subsession (after 1 seconds)
<br>Received RTCP "BYE" on "video/MPV" subsession (after 1 seconds)<br>loreno@COMPOR05:~/testes$<br><br>