<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Bitstream Vera Sans'; font-size:10pt; font-weight:400; font-style:normal;">In data venerd́ 15 maggio 2009 21:00:19, Farkas Levente ha scritto:<br />: > Wim Taymans wrote:<br />> > On Wed, 2009-05-13 at 21:19 +0200, MailingList SVR wrote:<br />> >> Hi all,<br />> >><br />> >><br />> >><br />> >> I'm having some trouble playing an rtp stream with description in a<br />> >> local sdp file. I see the video for some seconds and then it<br />> >> disappear, here is the launch command in verbose mode<br />> > <br />> > If you are running the server locally, it's a known bug. The client will<br />> > send RTCP to itself and this will cause a loop and EOS.<br /><br>
Hi Win,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>thanks for your answer, I try to explain better my situation:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>- the sender is an encoder with ip 192.168.2.18<br>
- the receiver is my laptop with ip 192.168.2.101<br /><br>
The sdp generated from the encoder is the following:<br /><br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>v=0<br>
o=- 3451450218317 3451450218318 IN IP4 192.168.2.18<br>
s=encoder_18.sdp<br>
e=NONE<br>
c=IN IP4 192.168.2.18<br>
b=RR:0<br>
t=0<br>
m=video 5324 RTP/AVP 96<br>
b=AS:5120<br>
a=rtpmap:96 MP4V-ES/90000<br>
a=fmtp:96 profile-level-id=3;config=000001B003000001B509000001010000012002045D4C28B42120A4C7<br>
<br />Using this sdp I'm able to see the video with vlc but not with gstreamer, the gstreamer error is:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>bind failed -1: Impossibile assegnare l'indirizzo richiesto (99)<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>so I modified the sdp changing the line<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>c=IN IP4 192.168.2.18<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>in <br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>c=IN IP4 192.168.2.101<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>this way I'm able to see the video but it disappear after few seconds (maybe the bug to which you refer)<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>regards<br>
Nicola<br /><br>
> <br />> is this already fix, will be fix, planed or....?<br />> <br /><br>
<br /></p></body></html>