Using mplayer with gobot for video stream

Hello,

Im trying to get streaming video from my drone using the mplayer, but I dont know how to install it so that it will work.

      mplayer := exec.Command("mplayer", "-fps", "25", "-")

Im on Win10, anyone knows how I can get this to work?

Thanks,
D

Thanks for your reply. I’m basically trying to run the tello video streaming code (Here) on my windows 10 laptop. But I couldnt get it to work. I’m not familiar with golang, but if there are other streaming packages I’d also be down

       mplayer := exec.Command("mplayer", "-fps", "25", "-")

I know that Go has opencv, if I’d like to stream with opencv instead, do you know how can it be done?

Many thanks.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.