johnwalicki / Node-RED-DroneViewer

Node-RED flows to capture the video stream of the Ryze / DJI Tello Drone
Apache License 2.0
16 stars 8 forks source link

tello video not working #1

Closed theman162 closed 4 years ago

theman162 commented 5 years ago

i followed the steps but the tello video is not working it keep showing local host cannot connect

johnwalicki commented 4 years ago

@theman162 - Did you open the 11111/udp port on your firewall?

axdonlee commented 4 years ago

follow all steps but still unable to stream the video. keep showing local host cannot be connected

johnwalicki commented 4 years ago

@theman162 @axdonlee The flows in this repo only take still photos. It demonstrates how to display the pictures in the dashboard and send the images to Watson Visual Recognition for classification. If you want to stream video, you need to follow the instructions in another repo https://github.com/johnwalicki/Node-RED-DroneViewer

johnwalicki commented 4 years ago

@axdonlee Oh - we're in that repo. My mobile and lack of coffee has confused me. I tested this flow last night, it works fine.

Are you running 'npm start' to run the node server on port 3000?

johnwalicki commented 4 years ago

@axdonlee Which OS are you running? Can you confirm that the firewall allows traffic on the 11111/udp port?

axdonlee commented 4 years ago

i did followed the instruction. I am running on window 8. I have disable my firewall but how do i allow traffic on the 11111/udp. How do i set up that?

johnwalicki commented 4 years ago

@axdonlee I've been a Linux desktop user for the past 22 years so have never run Windows. This article has Windows networking instructions - https://blogs.msdn.microsoft.com/mandi/2014/11/03/how-to-create-a-windows-firewall-inbound-rule/

theman162 commented 4 years ago

I managed to fix the problem.Downloaded the wrong ffmpeg file.

axdonlee commented 4 years ago

Hi

Anything we need to redo in order to get the video streaming?

Sent from my iPhone

On 19 Dec 2019, at 16:59, theman162 notifications@github.com wrote:

 I managed to fix the problem.Downloaded the wrong ffmpeg file.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

johnwalicki commented 4 years ago

@theman162 - Glad to hear that you have installed the prerequisites correctly. I propose that I close this issue.