Jump to content

LibMISB/Examples/Example Application: Difference between revisions

Line 331: Line 331:
gst-launch-1.0 udpscr port=5000 caps = "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96" ! rtph254depay ! decodebin ! videoconvert ! autovideosink
gst-launch-1.0 udpscr port=5000 caps = "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96" ! rtph254depay ! decodebin ! videoconvert ! autovideosink
</pre>
</pre>
3. Open a different terminal to run the GStreamer application.
3.1. To run it you must provide an IP address and port, for default we recommend to use 127.0.0.1 for the IP address, and 5000 for the port. The command to run it is:
<pre>
./main 127.0.0.1 5000
</pre>
4. You will see a new Window with a videotestsrc pattern as this one:


===Expected results===
===Expected results===
Cookies help us deliver our services. By using our services, you agree to our use of cookies.