Streaming/ manipulating stream

stproj smpalasis at gmail.com
Tue Nov 17 14:28:37 PST 2015


Hello again, 

It seems that i have found a working pipeline for rtp saving and forwarding
to another ip addres:

gst-launch-1.0 udpsrc port=5000 -e -v   caps="application/x-rtp ,
media=(string)video , clock-rate=(int)90000, encoding-name=(string)H264"   !  
rtpjitterbuffer latency=100 ! tee name=t  t. ! queue ! rtph264depay ! 
h264parse  !  mp4mux ! filesink location=frwd8.mp4 async=false  t. ! queue ! 
udpsink host=192.168.10.19 port=5001

What i did wrong probably is that i was using tee very early.

Best Regards,
S.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Streaming-manipulating-stream-tp4674241p4674548.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list