This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: Using gstremer(gst-launch-1.0) command both ethernets(eth0 & eth1) data accessing at a time it will happen or not?

Part Number: AM5728

Hi sir,

1. We are using AM5728 boards we are reading ip camera data to ethernet0 and displaying into hdmi monitor using below commands and it's working fine.

                          i.sudo ifconfig eth0 10.10.11.85 netmask 255.255.254.0 up

                          ii.export RTSP_PATH=rtsp://admin:Passw0rd@10.10.11.84:554

                          iii.gst-launch-1.0 -v rtspsrc location="$RTSP_PATH" latency=0 ! rtpjitterbuffer ! rtph264depay ! h264parse ! ducatih264dec ! vpe ! videoconvert ! kmssink

and my question is 

from eth0 i will take compressed data of fpga board 1 and from eth1 i will send decompress data to fpga board 2.

both parallel data  i want send and receive using gstremer command. 

Could you give me some suggestions

Thanking you,

Ramachandra