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