Where can I get x264enc, x264dec, rtph264pay and depay?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Where can I get x264enc, x264dec, rtph264pay and depay?

Wes Miller
Administrator
I would like to play with x264enc and x264ddec adn  rtph264pay and --depay.

What package ae these in?  
Is there an Ubuntu prebuilt apt-get-able package?.  I have gstreamer-development pda in my apt-get sourc4es but no joy finding them.
Or do I just need to build something?

Wes
Reply | Threaded
Open this post in threaded view
|

Re: Where can I get x264enc, x264dec, rtph264pay and depay?

Tim-Philipp Müller-2
On Fri, 2010-09-24 at 08:44 -0700, Wes Miller wrote:

> I would like to play with x264enc and x264ddec adn  rtph264pay and --depay.
>
> What package are these in?

Honestly, have you even *tried* looking for them?

You could start with http://gstreamer.freedesktop.org -> Documentation
-> "Overview of all Plug-ins"

There's no x264dec, but there's an ffdec_h264

 Cheers
  -Tim



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Where can I get x264enc, x264dec, rtph264pay and depay?

Pedro.henrique
I'm using this pipeline,

gst-launch souphttpsrc location="http://gstramer.dvrdns.org:5000/CAM:1" ! jpegdec ! x264enc ! ffdec_h264 ! udpsink host = . . . port = 5000


but it ins't work
ERROR : ->  " Unexpected x264 Error "

Reply | Threaded
Open this post in threaded view
|

Re: Where can I get x264enc, x264dec, rtph264pay and depay?

Pedro.henrique
i tried also with webcam images

autovideosrc ! udpsink host = ... port = ...
Seeting Pipeline To PAUSED . . .
Pipeline is Live and does not need PRERROL ...
Setting pipeline to PLAYING . . .
New clock : GstSystemClock

Receiver

... udpsrc ! autovideosink
autovideosrc ! udpsink host = ... port = ...
Seeting Pipeline To PAUSED . . .
Pipeline is Live and does not need PRERROL ...
Setting pipeline to PLAYING . . .
New clock : GstSystemClock


 
But, i cant see de webcam images
is correct?