Hello,
I have a problem while multiplexing an audio and a video stream. The situation is the following:
The pipeline is this: gst-launch udpsrc port=50000 caps="application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H263-1998" ! rtph263pdepay ! ffdec_h263 ! videorate ! tee name=tee01 ! queue ! xvimagesink sync=false tee01. ! ffmpegcolorspace ! theoraenc ! queue ! oggmux name=muxer ! queue ! filesink location=kk.ogg udpsrc port=50002 caps="application/x-rtp, media=(string)audio, payload=(int)110, clock-rate=(int)24000, encoding-name=(string)SPEEX" ! rtpspeexdepay ! speexdec ! tee name=tee02 ! audioconvert ! vorbisenc ! queue ! muxer. tee02. ! queue ! alsasink sync=false Any ideas? Thanks in advance. -- ============================================= Francisco J. Cano Sandoval --------------------------------------------- Telefónica I+D 2124 - Tecnologías de vídeo Via Augusta 177, 08021 Barcelona, España --------------------------------------------- Tlf: (+34) 93 295 6352 Fax: (+34) 93 365 3043 email: [hidden email] ============================================= ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Sure.
This is the server pipeline: gst-launch videotestsrc ! ffmpegcolorspace ! ffenc_h263p ! rtph263ppay ! udpsink host=10.95.109.29 port=50000 audiotestsrc ! queue ! audioconvert ! speexenc ! rtpspeexpay ! udpsink host=10.95.109.29 port=50002 Regards -- ============================================= Francisco J. Cano Sandoval --------------------------------------------- Telefónica I+D 2124 - Tecnologías de vídeo Via Augusta 177, 08021 Barcelona, España --------------------------------------------- Tlf: (+34) 93 295 6352 Fax: (+34) 93 365 3043 email: [hidden email] ============================================= ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |