2018-02-20 12:26:20 +00:00
|
|
|
# GStreamer command-line cheat sheet
|
2018-02-20 12:23:23 +00:00
|
|
|
|
|
|
|
This series of docs provides a cheat sheet for Gstreamer on the command-line.
|
|
|
|
|
|
|
|
## Contents
|
|
|
|
|
|
|
|
* [Test streams](test_streams.md)
|
|
|
|
* [Basics](basics.md)
|
|
|
|
* [RTMP](rtmp.md)
|
|
|
|
|
2018-02-20 12:26:20 +00:00
|
|
|
## Sources and references
|
|
|
|
|
|
|
|
* [Basic command line reference](http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+10%3A+GStreamer+tools)
|
|
|
|
* [More examples here](http://docs.gstreamer.com/display/GstSDK/gst-launch)
|
|
|
|
* [List of all Gstreamer plugins](https://gstreamer.freedesktop.org/documentation/plugins.html)
|
|
|
|
* [Handy elements](https://gstreamer.freedesktop.org/documentation/tutorials/basic/handy-elements.html#uridecodebin)
|
2018-02-20 12:23:23 +00:00
|
|
|
|