-
Notifications
You must be signed in to change notification settings - Fork 241
Troubleshooting
Vasily Evseenko edited this page Jul 6, 2017
·
7 revisions
If your video pipeline doesn't work, before opening new issue please try following steps:
- Run
scripts/tx_standalone.sh wlan1
on TX host - Run
scripts/rx_standalone.sh wlan1
on RX host - Run
nc -u 5600
on RX host - Run
echo test | nc -u localhost 5600
on TX host
If you got test
message - debug video pipeline.
If you don't see test
-- run tcpdump on TX tcpdump -i wlan1 -n -p
and repeat test.
If card successfully tx - repeat tcpdump test on RX host.