Skip to content

Commit 19bf428

Browse files
authored
Add Requierements
1 parent e7cbfae commit 19bf428

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/media-receiver/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ For saving the stream to a file, use the following pipeline (mp4):
2323
```
2424
gst-launch-1.0 -e udpsrc address=127.0.0.1 port=5000 caps="application/x-rtp" ! queue ! rtph264depay ! h264parse ! mp4mux ! filesink location=out.mp4
2525
```
26+
27+
## Requirements
28+
29+
- GStreamer 1.0
30+
- gstreamer1.0-libav (sudo apt-get install gstreamer1.0-libav)
31+
- h264enc (sudo apt-get install h264enc)

0 commit comments

Comments
 (0)