Replies: 1 comment 2 replies
-
Can you explain more as to how you got it working? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to implement ESP-wifibroadcast, which is using esp32 as the airstation.(with ov2640, jpeg format out)
For now, I have successfully sending out the FEC packets in esp32.
A PC with usb wifi-netcard executing
./wfb_rx -K gs.key -k 4 -n 6 -p 0 wlan1
could recv and decrypt the packets.While when I use
gst-launch-1.0 udpsrc port=5600 ! jpegdec ! imagefreeze ! glimagesink
to running gst-launch, it shows that the image decoded is uncorrectbecause of I'm not familar with gst-launch, so I'd like to ask that is the command correct to decode jpeg stream? so that I could dig to find where the problem is.
Beta Was this translation helpful? Give feedback.
All reactions