Unverified Commit 998701d9 authored by Patrick José Pereira's avatar Patrick José Pereira Committed by GitHub

README.md: Add new gstreamer example

The ball pattern do not work in all cases, this new example add the basic video input with size information.
parent 97891f2d
......@@ -21,6 +21,10 @@ To test using a test source on localhost, you can run this command:
```
gst-launch-1.0 videotestsrc pattern=ball ! x264enc ! rtph264pay ! udpsink host=127.0.0.1 port=5600
```
Or this one:
```
gst-launch-1.0 videotestsrc ! video/x-raw,width=640,height=480 ! videoconvert ! x264enc ! rtph264pay ! udpsink host=127.0.0.1 port=5600
```
On the receiving end, if you want to test it from the command line, you can use something like:
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment