[gst-devel] rtph263depay

Miguel Luis mluis at av.it.pt
Wed Jun 27 21:28:05 CEST 2007


Daniel Charles,

I've tried everything to avoid using h263 depayloader, but at the moment 
I see that I have no other option. Since I'm working with streamed audio 
and video between a PC and a Nokia N800, I have no other option than 
using h263 depayloader. (seems the feasable option due my deadlines).
I have two situations here. One is if I use h263 encoder and payloader 
on the PC side, then I don't have a h263 depayloader on the Nokia N800 
(but I have a proper h263 decoder).
The other is if I use h263p encoder and payloader in the PC side, then I 
have a h263p depayloader in the Nokia N800 but I don't have a proper 
h263p decoder int the Nokia side.

It sounds a bit of incompatibility between depayloaders and decoders 
that link eachother from the Nokia side part.

Regards,
Miguel Luis.

Charles, Daniel wrote:
>
> Miguel Luis
> Have you tried using rtph263ppay and rtph263pdepay.  I used them 
> without a problem with the ffmpeg h263 encoder
>
> Cheers,
>
> Daniel Charles
> dcharles at ti.com
>
>
>
>
>
> -----Original Message-----
> From: gstreamer-devel-bounces at lists.sourceforge.net on behalf of 
> Miguel Luis
> Sent: Wed 6/27/2007 2:08 PM
> To: lutz at topfrose.de
> Cc: gstreamer-devel at lists.sourceforge.net
> Subject: Re: [gst-devel] rtph263depay
>
> I've seed that files in gst-plugins-good. But you are showing me we have
> gstrtph263pay wich is for h263 encoder and gstrtph263pdepay wich is for
> h263p codec. h262 is not equal to h263p.
> It seems we have h263 payloader but we don't have h263 depayloader.
>
> When trying to link we can see that they don't link eachother.
>
> gst-launch-0.10 v4l2src ! video/x-raw-yuv, format=\(fourcc\)I420,
> width=\(int\)176, height=\(int\)144, framerate=\(fraction\)0/1 !
> ffenc_h263 ! queue ! rtph263pay ! rtph263pdepay ! queue ! ffdec_h263 !
> queue !  xvimagesink
>
> WARNING: erroneous pipeline: could not link rtph263pay0 to rtph263pdepay0
>
>
> Regards,
> Miguel Luis.
>
>
> Lutz Müller wrote:
> > On Wed, 2007-06-27 at 18:30 +0100, Miguel Luis wrote:
> >  
> >> Why gstreamer does not have a rtph263depay and have a rtph263pay ?
> >>    
> >
> > ./gst-plugins-good/gst/rtp/gstrtph263pay.c
> > ./gst-plugins-good/gst/rtp/gstrtph263pay.h
> > ./gst-plugins-good/gst/rtp/gstrtph263pdepay.c
> > ./gst-plugins-good/gst/rtp/gstrtph263pdepay.h
> >
> > The plugins reside in the 'good' package.
> >
> > Regards
> >  
>
>





More information about the gstreamer-devel mailing list