Hi. I am wondering if anyone can help me in this one. I am using 2 Notebooks(NB1 and NB2) and a USBCamera connected in NB1 for some tests and I need to create a scenario, where NB1 with gstreamer sends the images of USBCamera to NB2. Such images are sent to Icecast2, running on NB2, using shout2send. I have tried some things. But it is not working.
gst-launch v4l2src device=/dev/video1 ! queue ! ffmpegcolorspace ! video/x-raw-yuv, width=320,height=240 ! theoraenc quality=16 ! queue ! oggmux ! udpsink host=xx.xx.xx.xx port=5000 gst-launch udpsrc port=5000 ! shout2send mount=/test.ogg port=8000 password=hackyou ip=127.0.0.1 Icecast2 receives some information but the video dont load. gst-launch-0.10 version 0.10.35 GStreamer 0.10.35 --------------------- # Luís Octávio Zimmermann de Borba Maia
# Pesquisador na área de redes - GCAP - IFC # Acadêmico do 5° período em Sistemas de Informação - Instituto Federal Catarinense _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
just a quick suggestion: try using a smaller value for property max-page-delay in oggmux. Icecast2 has problems with big ogg pages. HTH On 16/03/12 13:40, Luís Octávio Zimmemann de Borba Maia wrote: Hi. I am wondering if anyone can help me in this one. I am using 2 Notebooks(NB1 and NB2) and a USBCamera connected in NB1 for some tests and I need to create a scenario, where NB1 with gstreamer sends the images of USBCamera to NB2. Such images are sent to Icecast2, running on NB2, using shout2send. I have tried some things. But it is not working. gst-launch v4l2src device=/dev/video1 ! queue ! ffmpegcolorspace ! video/x-raw-yuv, width=320,height=240 ! theoraenc quality=16 ! queue ! oggmux ! udpsink host=xx.xx.xx.xx port=5000 gst-launch udpsrc port=5000 ! shout2send mount=/test.ogg port=8000 password=hackyou ip=127.0.0.1 Icecast2 receives some information but the video dont load. gst-launch-0.10 version 0.10.35 GStreamer 0.10.35 *---------------------* # Luís Octávio Zimmermann de Borba Maia # Pesquisador na área de redes - GCAP - IFC # Acadêmico do 5° período em Sistemas de Informação - Instituto Federal Catarinense # http://about.me/luis.zimmermann_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel -- Andrés C. González T: 91 458 52 54 HI-IBERIA INGENIERIA Y PROYECTOS C/ Bolivia 5 - Madrid - 28016 _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |