Skip to content

quinton11/mp4-Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP4-Stream 📽

This is to demonstrate webrtc signalling and streaming using ffmpeg. The two communicating agents here are the browser and the server. Pion webrtc api- https://github.com/pion/webrtc


Getting Started

  • Download and install ffmpeg(version 5.1.1 was used) https://ffmpeg.org/download.html
  • Download and install go. Version 1.19 was used
  • Clone and cd into repo
  • Run go run cmd\cli\main.go or build and run as an executable.