Giter Club home page Giter Club logo

adelbach's Introduction

Adelbach

πŸ“Ή Use your GoPro with a RaspberryPi for RTMP streaming – reliable 🧲

πŸ—οΈ Work in progress! Well, Β«reliableΒ» is the goal, right now it's work in progress and more or less a copy of the PiVPN script. Feel free to help and contribute! 😊

πŸ•ΉοΈ Installing

Getting started

(Based also on the excellent work of KonradIT)

  1. Download latest Raspbian Lite (Lite has better performance because there is less overhead).

  2. Flash it onto SD card using balena Etcher.

  3. Remount the SD card (balena Etcher unmounted it). If you don't know how, just unplug and replug it to your computer. πŸ™Š

  4. After flashing, create an empty ssh file in the root of the SD card (volume boot) to enable ssh access. You can use a text editor or terminal:

    cd /Volumes/boot/
    touch ssh
  5. Unmount the SD Card and put it into your Raspberry Pi, then turn it on. Make sure you have Internet on the Ethernet port, as WiFi is used to communicate with the GoPro Camera. SSH into it (default username pi, password raspberry). Head over to the documentation if you need help.

    ssh [email protected]
    # make shure to change the password
    passwd
  6. For comfort and security reasons I always copy my id and remove the password πŸ€·πŸ»β€β™‚οΈ.

    ssh-copy-id [email protected]

πŸ›‹ One-Step Automated Install:

Those who want to get started quickly and conveniently may install Pi-hole using the following command:

curl -L https://raw.githubusercontent.com/martinschilliger/Adelbach/master/auto_install/install.sh | bash

⚠️ Piping to bash is controversial. It prevents you from reading code that is about to run on your system.

πŸ˜” Open Tasks

  • Right now Adelbach just doesn't work as it should… πŸ˜‚
  • Restarting is quite fuzzy. It should kill the processes started before
  • Adelbach could do more. For example the configuration of ffmpeg could be fixed with different camera profiles or different Raspberry Pi Performances. If you are into optimization, have a look at KonradIT's nice overview where to start tweaking.

πŸ’πŸ» See also

πŸ™ Donation

If you want to donate, please look out for projects in need or consider you local salvation army. Thank you!

adelbach's People

Contributors

martinschilliger avatar tomashubelbauer avatar

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.