<div>Hi Everyone,</div>
<div>&nbsp;</div>
<div>I&#39;m trying to get a stream coming from my vlc player to work with app_rtsp.</div>
<div>&nbsp;</div>
<div>I&#39;m getting the following log:</div>
<div>&nbsp;&nbsp;&nbsp; -- Executing [s@rtsp:1] Answer(&quot;<a href="mailto:Local/s@rtsp-7686,2">Local/s@rtsp-7686,2</a>&quot;, &quot;&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@rtsp:2] rtsp(&quot;<a href="mailto:Local/s@rtsp-7686,2">
Local/s@rtsp-7686,2</a>&quot;, &quot;rtsp://10.0.1.145:8080/xyz.sdp&quot;) in new stack<br>[Sep 17 17:07:46] WARNING[4878]: app_rtsp.c:1027 rtsp_play: &gt;rtsp play<br>[Sep 17 17:07:46] WARNING[4878]: app_rtsp.c:418 RtspPlayerDescribe: &gt;DESCRIBE [/xyz.sdp]
<br>[Sep 17 17:07:46] WARNING[4878]: app_rtsp.c:439 RtspPlayerDescribe: &lt;DESCRIBE [/xyz.sdp]<br>[Sep 17 17:07:46] WARNING[4878]: app_rtsp.c:1068 rtsp_play: -rtsp play loop<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:1128 rtsp_play: -Receiving describe
<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:1128 rtsp_play: -Receiving describe<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [v=0]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [o=- 69732431000 2 IN IP4 
<a href="http://127.0.0.1">127.0.0.1</a>]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [s=NONE]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [t=0 0]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [a=tool:vlc 
0.8.6c]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [c=IN IP4 <a href="http://10.0.1.145">10.0.1.145</a>]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [m=video 1232 RTP/AVP 96]
<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:687 CreateMedia: -creating media [1,m=video 1232 RTP/AVP 96]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [b=AS:51]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [a=rtpmap:96 H263-1998/90000]
<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:742 CreateSDP: -line [a=control:trackID=0]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:1206 rtsp_play: -video [1048576,96,trackID=0]<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:502 RtspPlayerSetupVideo: -SETUP VIDEO [trackID=0]
<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:554 RtspPlayerPlay: -PLAY [/xyz.sdp]<br>[Sep 17 17:07:47] ERROR[4878]: app_rtsp.c:1330 rtsp_play: No session<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:1468 rtsp_play: -rtsp_play end loop[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:593 RtspPlayerTeardown: -TEARDOWN
<br>[Sep 17 17:07:47] WARNING[4878]: app_rtsp.c:1489 rtsp_play: &lt;rtsp_play&nbsp;&nbsp;&nbsp; -- Executing [s@rtsp:3] Hangup(&quot;<a href="mailto:Local/s@rtsp-7686,2">Local/s@rtsp-7686,2</a>&quot;, &quot;&quot;) in new stack<br>&nbsp; == Spawn extension (rtsp, s, 3) exited non-zero on 
<a href="mailto:&#39;Local/s@rtsp-7686,2&#39;">&#39;Local/s@rtsp-7686,2&#39;</a><br>&nbsp;</div>
<div>The settings for vlc are as follows:</div>
<div>:sout=#transcode{acodec=none,vcodec=H263,vb=51,scale=1,width=176,height=144}:rtp{dst=<a href="http://10.0.1.145">10.0.1.145</a>,port=8080,sdp=rtsp://10.0.1.145:8080/xyz.sdp}</div>
<div>&nbsp;</div>
<div>However when I trie to stream a file from youtube (which are also h263 encoded) I do get app_rtsp working (without the audio).</div>
<div>The stream I&#39;m using there is: rtsp://208.65.153.241/youtube/videos/k66epna2Sss/video.3gp</div>
<div>&nbsp;</div>
<div>Can anyone help me out to get it working with VLC?</div>
<div>&nbsp;</div>
<div>Thanks in advance.</div>
<div>&nbsp;</div>
<div>René</div>