fpvout / DigiView-Android

Live video out from your DJI FPV Goggles via USB.
https://fpvout.com
MIT License
283 stars 60 forks source link

Sending Magic Packet after Trying to open already existing Stream. #26

Closed dukey32123 closed 3 years ago

dukey32123 commented 3 years ago

I have found that sending the Magic Packet to the Goggles while they already stream it stops the Stream. So i put the Magic packet after the first try of a playback from an opened stream.

sweebee commented 3 years ago

This makes the app so much more reliable. will try a test flight in a couple of minutes.

sweebee commented 3 years ago

Did some flying. it did froze 1 time. But instant connection. Before I had to close the app and open it again to get it working.

Still slow frame rate but thats likely something else.

jlucidar commented 3 years ago

reviewing this ;) Could you move this PR to the dev branch instead ?

jlucidar commented 3 years ago

oh neat ! checking this one right know !

jlucidar commented 3 years ago

hmmm, it seems that it breaks the "reconnect on deplug/plug" feature. is it just me ?

sweebee commented 3 years ago

reconnect on deplug/plug never worked for me (before this patch).

jlucidar commented 3 years ago

ok, it misses some commit that where pushed to dev yesterdaym, might be related to this. I'm merging to dev and I will see if it helps. Thanks for the PR !