Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect to stream via local network #38

Open
laurencepike opened this issue Mar 25, 2022 · 0 comments
Open

Unable to connect to stream via local network #38

laurencepike opened this issue Mar 25, 2022 · 0 comments

Comments

@laurencepike
Copy link

GoPro HERO8 is connected to Ubuntu machine. Able to start connection and view preview on vlc on Ubuntu machine via the following commands:

sudo gopro webcam -n --fov "narrow" --user $USER
vlc -vvv --network-caching=300 --sout-x264-preset=ultrafast --sout-x264-tune=zerolatency --sout-x264-vbv-bufsize 0 --sout-transcode-threads 4 --no-audio udp://@:8554

I opened up port 8554 to any machine for udp traffic

sudo ufw allow from any to any port 8554 proto udp
> Rules updated
> Rules updated (v6

From here I would like to view the stream on other machines in the local network. I've tried opening a network stream in VLC on a different computer (windows) with the following URL: udp://xxx.x.x.xxx:8554 with the local IP of the Ubuntu machine. VLC doesn't show any errors, and the playback bar has a bouncing orange "loading" animation. The stream never starts.

I don't know much about the tech stacks here so any insight as to what I've got set up incorrectly, or if this script even supports this use case would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant