
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
github.com/meinside/rpi-camera-youtube-streamer
It's a go application for streaming video through Youtube Live Stream, using raspivid and ffmpeg on Raspberry Pi.
You need:
You need to create your own config file.
Sample file is included, so feel free to copy it and change values as you want.
$ cp config.json.sample config.json
$ vi config.json
At least you have to change the youtube_stream_key value for running it.
You can get your key in your Live Stream Dashboard, which is labeled as 'Stream name/key'.
$ git clone https://github.com/meinside/rpi-camera-youtube-streamer.git
$ cd rpi-camera-youtube-streamer
$ go build
$ docker-compose build
$ docker-compose build --build-arg RPI=raspberry-pi2
$ docker-compose build --build-arg RPI=raspberry-pi
Just execute the binary:
$ ./rpi-cameera-youtube-streamer
If nothing goes wrong, you'll see your live streaming in your dashboard in several seconds.
$ docker-compose up
$ sudo cp systemd/rpi-camera-youtube-streamer.service /lib/systemd/system/
$ sudo vi /lib/systemd/system/rpi-camera-youtube-streamer.service
and edit User, Group, WorkingDirectory, and ExecStart values.
You can simply start/stop it with:
$ sudo systemctl start rpi-camera-youtube-streamer.service
$ sudo systemctl stop rpi-camera-youtube-streamer.service
If you want to launch it automatically on boot:
$ sudo systemctl enable rpi-camera-youtube-streamer.service
$ docker-compose up -d
Please open an issue.
MIT
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.