[maemo-developers] Streaming video through Gstreamer
From: Merrick Fonnesbeck MFonnesbeck at sorenson.comDate: Thu Jul 10 16:57:22 EEST 2008
- Previous message: maemo Bug Jar #12
- Next message: Streaming video through Gstreamer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, I have found the command line arguments to gst-launch that allow you to send streaming video data to another N800/N810 device and I have gotten that working between two devices. But how do you code that in C with Gstreamer code? I've gotten the following command line stuff to work: gst-launch v4l2src ! video/x-raw-yuv,width=176,height=144,framerate=8/1 ! hantro4200enc ! rtph263pay ! udpsink host=<remote device> port=5434 But what code do I use, as in combination of plugins, to do the same thing through Gstreamer in my GTK/Hildon application that I am building? I've looked through the test3v.c file in farsight's library test code and it doesn't seem to be using the Gstreamer pipline elements as the command line seems to use. If someone will please guide me on the right track I would appreciate it. I am trying to get into this new world of programming for Nokia devices and it's all very overwhelming. Thanks. Mfonnesbeck -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20080710/62e209f1/attachment.htm
- Previous message: maemo Bug Jar #12
- Next message: Streaming video through Gstreamer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]