Hi! I'm a student, from Barcelona (Polytechnic University of Catalonia) who is trying to do an easy "Hello World" with Gstreamer. The whole thing is that I have to stream to the web, a set of JPEG pictures.
I've read the main manual, I've compiled successfully the OGG application, but, I have no idea of what to look for now, I'm a bit lost in this aspect. Could you help me to find the correct elements and plugins, or tell me what to read? This is a little drawing of the kind of pipeline that I think that it should be:(But I don't know the name of the elements.) Thank you, I really appreciate your help. |
Hi,
On Wed, Feb 2, 2011 at 11:54 PM, marcel.tella <[hidden email]> wrote: > > Hi! I'm a student, from Barcelona (Polytechnic University of Catalonia) who > is trying to do an easy "Hello World" with Gstreamer. The whole thing is > that I have to stream to the web, a set of JPEG pictures. > > I've read the main manual, I've compiled successfully the OGG application, > but, I have no idea of what to look for now, I'm a bit lost in this aspect. > > Could you help me to find the correct elements and plugins, or tell me what > to read? Here you go: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-gstrtpbin.html srcroll down until the "Example pipelines". It's not exactly using Jpeg, but a little of shell: gst-inspect | grep jpeg and maybe googling (if you don't like grep and cscope) will give you the missing pieces of information. Regards, Marco > > This is a little drawing of the kind of pipeline that I think that it should > be:(But I don't know the name of the elements.) > > > http://gstreamer-devel.966125.n4.nabble.com/file/n3255969/Gstermer_Graph.jpg > > Thank you, I really appreciate your help. > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Little-Hello-world-streaming-tp3255969p3255969.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |