Hello,
We are working with Beagle Board for streaming video from Ethernet,encode and decode (h.264+aac,g.726).We would like to use gstreamer for muxing and converting data into MPEG2TS and transmits over Ethernet as a UDP Packets
1. We are receiving stream from VLC over Ethernet (h.264+aac and converted into mpeg2ts) on UDP Protocol . By using gstreamer how we can receive and decode and display?
2. We have encoder and decoder on DVSDK. How to encode ( encode to h.264 and AAC and transmit as a MPEG2TS)and send a file using gstreamer?
We are new to DVSDK and DSP. Please help..
-Thank You