Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
8ed1e60c
Unverified
Commit
8ed1e60c
authored
Nov 09, 2017
by
Gus Grubba
Committed by
GitHub
Nov 09, 2017
Browse files
Merge pull request #5808 from patrickelectric/patch-1
README.md: Add new gstreamer example
parents
ff3ee095
998701d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VideoStreaming/README.md
View file @
8ed1e60c
...
...
@@ -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:
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment