Skip to content

bliksemlabs/ffmpeg-webrtc

 
 

Repository files navigation

ffmpeg-webrtc

ffmpeg-webrtc is an example app that demonstrates how to stream a h264 capable web cam via Pion WebRTC on linux based systems

Dependencies

  • ffmpeg
  • v4l2
  • h264 capable usb cam

Instructions

Install v4l-utils

sudo apt-get install v4l-utils

Install ffmpeg

sudo apt-get install ffmpeg

Build

git clone https://github.com/dwoja22/ffmpeg-webrtc.git
cd ffmpeg-webrtc
go build

Run it

./ffmpeg-webrtc
  • open Firefox or Google Chrome and navigate to localhost:5000
  • click play

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.9%
  • HTML 21.1%
  • CSS 1.0%