Skip to content

Stream a (kiosked) website to a RMTP URL using a Firefox headless browser.

License

Notifications You must be signed in to change notification settings

renoki-co/browser-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Streamer

Stream a (kiosked) website to a RMTP URL using a Firefox headless browser.

This can be useful if you want to stream a specific website (like conferences rooms or live websites) to RMTP URLs. Project mostly borrowed from envek/dockerized-browser-streamer.

🚀 Installation

Clone the project:

git clone [email protected]:renoki-co/browser-streamer.git

For production usage, consider using the Docker container or build it from scratch locally:

docker build . -t browser-streamer

🙌 Usage

docker run -it --rm \
    -e "WEBSITE_URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ" \
    -e "RTMP_URL=YOUR_RMTP_URL" \
    -p 5900:5900 \
    quay.io/renokico/browser-streamer:1.0

The VNC is available at localhost:5900. If you go for production, remove the -p 5900:5900 exposed port.

🤝 Contributing

Please see CONTRIBUTING for details.

🔒 Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

🎉 Credits