Hi,

Many things could be wrong. Either you are not receiving anything on
the network. Either the data is not properly getting through to RTPBin,
either RTPBin is somehow eating up that data.

You gotta figure out where the problem is from exactly, using gst
logging, this shouldn't be too hard to find. For rtpbin you got rtpbin,
rtpsend and rtprecv for debugging.

For example :

GST_DEBUG="rtpbin:5, rtprecv:5" should be pretty useful for you.

Regards,
Philippe

On Wed, 7 Feb 2007 15:52:05 +0100 (CET)
SP GLE <[EMAIL PROTECTED]> wrote:

> Hi,
> some information :
> 
> The code implements this pipeline :
> 
> rtpbin-->rtpdemux
> 
> I set rtpbin properties using rtp-sockfd and rtcp-sockfd.
> 
> With the last revision of gstreamer :
> - rtpdemux receives no data (i used and 'identity' element to dump
> data)
> - rtpjitterbuffer does not receive a NEWSGEMENT event, this one was
> provided by the 'rtpsrcelement' (udpsrc).
> 
> 
> Regards.
> 
> --- SP GLE <[EMAIL PROTECTED]> a écrit :
> 
> > Hi,
> > Does anyone tried to use the latest gst-plugins-farsight with the
> > latest CVS revision of gstreamer and gst-plugins-base ?
> > 
> > My code worked with a previous revision of gstreamer( quite old,
> > November 2006) but with the latest revision rtpdemux does not raise
> > callback 'new-payload-type' on incoming RTP packet. 
> > I can see incoming packets in debug mode, with the previous revision
> > of
> > gstreamer i had :
> > 0:00:01.346086000  2044 0x45f29f18 DEBUG             rtpdemux
> > gstrtpdemux.c:266:gst_rtp_demux_chain: Adding pt=98 to the list.
> > 0:00:01.346113000  2044 0x45f29f18 DEBUG             rtpdemux
> > gstrtpdemux.c:272:gst_rtp_demux_chain: emitting new-payload_type for
> > pt
> > 98
> > 0:00:01.348692000  2044 0x45f29f18 DEBUG             rtpdemux
> > gstrtpdemux.c:282:gst_rtp_demux_chain: emitting payload-type-changed
> > for pt 98
> > 0:00:01.469210000  2044 0x45f29e98 DEBUG             rtpdemux
> > gstrtpdemux.c:266:gst_rtp_demux_chain: Adding pt=101 to the list.
> > 0:00:01.469251000  2044 0x45f29e98 DEBUG             rtpdemux
> > gstrtpdemux.c:272:gst_rtp_demux_chain: emitting new-payload_type for
> > pt
> > 101
> > 0:00:01.470038000  2044 0x45f29e98 DEBUG             rtpdemux
> > gstrtpdemux.c:282:gst_rtp_demux_chain: emitting payload-type-changed
> > for pt 101
> > 
> > An now i have :
> >  Nothing !
> > 
> > Any clue ?
> > 
> > Regards.
> >  Laurent.
> > 
> > 
> >     
> > 
> >     
> >             
> >
> ___________________________________________________________________________
> > 
> > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos
> > questions ! 
> > Profitez des connaissances, des opinions et des expériences des
> > internautes sur Yahoo! Questions/Réponses 
> > http://fr.answers.yahoo.com
> > 
> >
> -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services,
> > security?
> > Get stuff done quickly with pre-integrated technology to make your
> > job easier.
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Farsight-devel mailing list
> > Farsight-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/farsight-devel
> > 
> 
> 
> 
>       
>       
>               
> ___________________________________________________________________________ 
> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
> Profitez des connaissances, des opinions et des expériences des internautes 
> sur Yahoo! Questions/Réponses 
> http://fr.answers.yahoo.com
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Farsight-devel mailing list
> Farsight-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/farsight-devel
> 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Farsight-devel mailing list
Farsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/farsight-devel

Reply via email to