Encode Pipeline
The example pipeline shown in the figure below demonstrates video capture, encode, muxing, and network transmission. The camera capture is processed by VPE, and then queued for video encoding. After that, it is queued for video parsing, muxing. Finally, it is sent to network through RTP payloader and udp sink.
5. Audio/Video decoding with rtsp input source
First, set up and run RTSP server on host. Then, run the following command:
target # gst-launch-1.0 playbin uri=rtsp://<link_to_file> video-sink=kmssink audio-sink=alsasink
Can someone help me understand how to implement a networking streaming application with the AM572x EVM so that I can continue to make progress on my design?
Thanks,
Kim
