Skip to content
Snippets Groups Projects
Commit 09a55aab authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix minor typos

parent 9772575a
Branches
No related tags found
No related merge requests found
......@@ -94,5 +94,5 @@ ffplay -fflags nobuffer rtmp://[[[HOSTNAME]]]:[[[RTMP-PORT]]]/[[[RTMP-APP-NAME]]
#### [3] Sink: omxplayer
[omxplayer](https://www.raspberrypi.org/documentation/raspbian/applications/omxplayer.md) is preinstalled on every Raspberry Pi (if you use Raspbian). To output a stream to the HDMI Output of a Raspi use:
```
omxplayer -o hdmi rtmp://[[[HOSTNAME]]].address:[[[RTMP-PORT]]]/[[[RTMP-APP-NAME]]]/test;
omxplayer -o hdmi rtmp://[[[HOSTNAME]]]:[[[RTMP-PORT]]]/[[[RTMP-APP-NAME]]]/test
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment