KonradIT / GoProStream

Tools for handling/displaying GoPro HTTP/UDP stream (Python/Ruby)
370 stars 99 forks source link

FFplay #31

Open DrNavratil opened 6 years ago

DrNavratil commented 6 years ago

I am having a problem when running the stream. When running it i get the error "'ffplay' is not recognized as an internal or external program or batch file"

I have checked my environmental variables over and the FFMPEG installation. Cannot figure out how to fix this.

I am new to this so hope someone can help me. image

KonradIT commented 6 years ago

Sorry I don't use Windows so I can't help you. Maybe check that you can run "ffplay" from the current directory

Crypter commented 6 years ago

place ffplay.exe inside C:\Windows\system32 for universal fix or C:\goprostream in your case.

schoppfe commented 3 years ago

Just for dummies like me: Go to: https://www.gyan.dev/ffmpeg/builds/ and download the latest essentials.7z. Place the fffplay.exe from the bin folder right next to the GoProStream.py. At least that worked for me....