can I test the wifibroadcast use one computer with two wifi cards? #198
Answered
by
svpcom
1113870631
asked this question in
Questions
-
can I test the wifibroadcast use one computer with two wifi cards? if can how should I do |
Beta Was this translation helpful? Give feedback.
Answered by
svpcom
Feb 15, 2022
Replies: 1 comment 5 replies
-
Yes:
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
1113870631
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes:
sudo python3 -m telemetry.server drone wlan1
sudo python3 -m telemetry.server gs wlan2
gst-launch-1.0 videotestsrc ! video/x-raw,format=NV12,framerate=30/1,width=1920,height=1080 ! x264enc bitrate=4000 tune=zerolatency ! rtph264pay mtu=1400 config-interval=1 ! udpsink host=127.0.0.1 port=5602
gst-launch-1.0 udpsrc do-timestamp=true port=5600 caps='application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' ! rtph264depay ! avdec_h264 ! xvimagesink sync=false