Code Monkey home page Code Monkey logo

gopro-hls's Introduction

gopro-hls

Simple thingy to read the GoPro video HLS stream and wrap it into a constant stream for streaming to multiple clients.

why?

Exposing the multi-file, M3U8-rotation based GoPro HLS stream to the world doesn't work, because the clients need to constantly reconnect to the stream and the GoPro can't handle multiple clients.

This takes the multi-file, segmented GoPro HLS stream and wraps it into a constant stream that can be properly buffered and proxied.

how?

  1. Camera WiFi must be in GoPro App mode
  2. First, check that http://10.5.5.9:8080/live/amba.m3u8 works in VLC
  3. node server
  4. Open in Safari: http://localhost:8000/
  5. Set up nginx to proxy and buffer it

nginx

    location /camera/ {
            proxy_pass http://localhost:8000/;
            proxy_buffering on;
            proxy_buffers 8 64k;
    }

gopro-hls's People

Contributors

kschzt avatar

Stargazers

 avatar Matteo Lobello avatar luym11 avatar  avatar Leblanc Meneses avatar Brent Maxwell avatar  avatar abdullah azad avatar lucas avatar Chi Hyun Lim avatar VF7777 avatar Greg Larrenaga avatar Tyler avatar Jiawei Yang avatar katsuya saito avatar Tong avatar  avatar msllum avatar Holger Eilhard avatar  avatar Michael Anthony avatar  avatar David Neubauer avatar wolfg avatar Ignacio Correia avatar Przemysław Szypowicz avatar Atman An avatar Andy Warner avatar zsh avatar Niv Sardi avatar Luciano Santa Brígida avatar Andy Dayton avatar  avatar Kyle Simukka avatar  avatar Frank J. Dürring avatar Brett Camper avatar Tomaz Muraus avatar Domen Kožar avatar Konrad Iturbe avatar

Watchers

 avatar Tibor Kiss avatar James Cloos avatar Jiawei Yang avatar Ignacio Correia avatar Michael Anthony avatar Greg Larrenaga avatar abdullah azad avatar Konrad Iturbe avatar

gopro-hls's Issues

How to set it up

Hello.
please tell me how to set this thing up, I have to "node server", how? And how I link all the files with node?

GoPro HLS

Good evening, First off thank you for sharing the code,

I have a question, is this code working? I have the node and nginx server configured with the proxy pass, but all I'm receiving is the html player and no video.
I'm assuming its a config issue on my end, but I have been ripping my hair out trying to get it up and running. Any help is greatly appreciated
Thanks in advance
Mxride

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.