Hi!
I've wanted to do streaming, h.264, and I've found that: http://labs.myigep.com/index.php/Example_GStreamer_Pipelines In the h.264 streaming, there is a command like this: gst-launch -v videotestsrc ! TIVidenc1 codecName=h264enc engineName=codecServer ! rtph264pay pt=96 ! udpsink host=<HOST_PC_IP> port=5000 The problem is that the TIVidenc1 doesn't work. I think that I have all the important packages installed, the error says that there is no TIVidenc1 element... I don't know what to do now, any idea? Thank you!! |
> The problem is that the TIVidenc1 doesn't work. I think that I have all the
> important packages installed, the error says that there is no TIVidenc1 > element... I think that is a proprietary Element for the Texas Instrument Da Vinci encoder or something similar. Is not a standard library. -- Fabrizio -------------------------- Luck favors the prepared mind. (Pasteur) ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by marcel.tella
Hi,
On Mon, Feb 7, 2011 at 8:09 PM, marcel.tella <[hidden email]> wrote: > > Hi! > > I've wanted to do streaming, h.264, and I've found that: > > http://labs.myigep.com/index.php/Example_GStreamer_Pipelines > > In the h.264 streaming, there is a command like this: > > gst-launch -v videotestsrc ! TIVidenc1 codecName=h264enc > engineName=codecServer ! rtph264pay pt=96 ! udpsink host=<HOST_PC_IP> > port=5000 > > The problem is that the TIVidenc1 doesn't work. I think that I have all the > important packages installed, the error says that there is no TIVidenc1 > element... Which platform / board are you using? Almost all of the TI chips work pretty well with GStreamer. Maybe you're just using a wrong pipeline. Regards > > I don't know what to do now, any idea? > > > Thank you!! > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Problems-with-TIvidenc1-H-264-Streaming-tp3264596p3264596.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |