Skip to content

A WHEP Server that serves a static file. Useful for testing WHEP Clients

Notifications You must be signed in to change notification settings

Sean-Der/whep-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whep-static

whep-static is a simple WHEP server to make testing WHEP clients easier.

Running

  • git clone https://github.com/sean-der/whep-static.git
  • cd whep-static
  • go run main.go

In the command line you should see

Open http://localhost:8080 to access this demo

Generating data

The supplied Dockerfile will run ffmpeg and generate sample h264 and ogg files for you.

docker build --output type=local,dest=. .

This produces output.h264 and output.ogg.

About

A WHEP Server that serves a static file. Useful for testing WHEP Clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published