About playbin with jifmux

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

About playbin with jifmux

fgfernandez0321
Good afternoon,

I'm using this pipeline. When I put rtpjpegpay for driving packets to udpsink, the playbien does not work. Why? In this case jifmux just multiplex the signal and rtpjpegpay builds the packets for sending.

gst-launch-1.0 --gst-debug=jifmux:5 v4l2src device=/dev/video1 do-timestamp=true ! video/x-raw,width=640,height=480,framerate=30/1 ! timeoverlay font-desc="Verdana bold 12px" ! tee name=t t. ! queue ! xvimagesink sync=false t. ! queue ! jpegenc ! jifmux ! rtpjpegpay ! queue ! udpsink host=127.0.0.1 port=5000 sync=false


gst-launch-1.0 -v playbin uri=udp://@0.0.0.0:5000

Regards