3 Commits

Author SHA1 Message Date
2bfee40acb fix: update Dockerfile with security notes and build context guidelines
Some checks failed
tests / build (push) Has been cancelled
2026-03-17 21:06:32 -07:00
8f93210970 fix: update Dockerfile configurations for WHIP and expose additional ports
Some checks are pending
tests / build (push) Waiting to run
2026-03-17 21:00:34 -07:00
7a8073eedd feat: add WHIP server implementation with Docker support
- Introduced a new Dockerfile for building the WHIP server with Go and FFmpeg.
- Implemented the WHIPHandler for managing WHIP publish sessions and generating URLs for clients.
- Added pionProvider for handling WebRTC sessions using the pion/webrtc library.
- Created the main WHIP server logic to handle SDP offers and manage active publishing streams.
- Implemented HTTP handlers for publishing, deleting, and retrieving stream information.
- Added support for SDP generation for FFmpeg consumption.
2026-03-14 12:26:24 -07:00