Giter VIP home page Giter VIP logo

Comments (13)

KonradIT avatar KonradIT commented on June 3, 2024

That is weird. Try downloading the script again as-is and run it.

from goprostream.

springerarthur avatar springerarthur commented on June 3, 2024

I tried it now on an other notebook with the latest version of ffmpeg and of your script. But i've got the same result. Your script did nothing, excepted the written logs.When I try to run the ffplay command , then I also get only a nan message.

Maybe there is a wrong GoPro setting?

Do you have any idea how I can debug the problem?

from goprostream.

KonradIT avatar KonradIT commented on June 3, 2024

are you using Windows?

from goprostream.

ciancu-gpsw avatar ciancu-gpsw commented on June 3, 2024

Is there a problem with windows platform? I tried to get the stream from a hero 5 session, and failed.

from goprostream.

KonradIT avatar KonradIT commented on June 3, 2024

yes there is @ciancu-gpsw Windows blocks UDP traffic so you need to fix the firewall.

from goprostream.

springerarthur avatar springerarthur commented on June 3, 2024

hmm...
I tried it again on a windows machine and disabling the firewall -> Not working
I tried it now on a linux (debian) -> Still not working

It's realy weird. I think that the problem will be the gopro.

Do you have any other idea how I can fix the problem? Otherwise I had to buy a new gopro and had to test it with the new gopro.

from goprostream.

KonradIT avatar KonradIT commented on June 3, 2024

Hmm, do you know how to sniff UDP data from a phone running the GoPro app? might buy a Hero6 myself.

from goprostream.

runings avatar runings commented on June 3, 2024

Had the same problem on Windows 10, seems to be a problem with ffplay!

Changed the the last part of the ffplay command in the python script to:

... udp://127.0.0.1:8554
or
... udp://10.5.5.100:8554

and it works just fine :-)

from goprostream.

 avatar commented on June 3, 2024

can you specify which line exactly on the script. I am using windows 10 @runings

from goprostream.

runings avatar runings commented on June 3, 2024

Line 94:
From -->
subprocess.Popen("ffplay " + loglevel_verbose + " -fflags nobuffer -f:v mpegts -probesize 8192 udp://:8554", shell=True)
To -->
subprocess.Popen("ffplay " + loglevel_verbose + " -fflags nobuffer -f:v mpegts -probesize 8192 udp://127.0.0.1:8554", shell=True)

from goprostream.

KonradIT avatar KonradIT commented on June 3, 2024

@runings @gka748 change pushed to the repo :) thanks! Works on Linux as well.

from goprostream.

 avatar commented on June 3, 2024

thank you @runings it's working

from goprostream.

yarodevuci avatar yarodevuci commented on June 3, 2024

I have black screen on Here 6 and 7
Using mac @KonradIT

from goprostream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.