Can I change REAL TIME streaming video options(size, bit rates, fps...)?

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

Can I change REAL TIME streaming video options(size, bit rates, fps...)?

sipsyong
I want to make a system streaming real time video captured by raspberry pi's
camera.

So, I use raspivid and GStreamer's command line tools.

$ raspivid -t 0 -w 640 -fps 20 -b 20000000 -o - | gst-launch-1.0 -v fdsrc !
h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink
host=IP port=5000

Now, I want to change the streaming video's options like size, bit rates, or
fps while maintaining existing connection.

How can I implement it?

Can I implement it especially with command line tools?
 



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel