I have an 8168 EVM board(TMDXEVM8168) and testing codec streaming.
I referenced DM81xx Gstreamer Pipelines, and I could see video streaming via 7" VGA Monitor. (# pipeline to decode H.264 video streamed over RTSP/RTP)
VLC Player(PC) ---> RTP/RTSP (Network) ---> 8168EVM ---> HDMI Monitor
I could't see example of streaming via RTP/RTSP like this.
File(or HDMI in: 8168EVM) ---> RTP/RTSP (Network) ---> VLC Player(PC)
In this URL(Example GStreamer Pipelines), I could see example of network streaming.
But these examples are not included DM81xx device.
I want to get example of network steaming like this URL(Example GStreamer Pipelines).
Could anyone help me ?