- 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.
19 lines
133 B
Plaintext
19 lines
133 B
Plaintext
.DS_Store
|
|
.env
|
|
/core*
|
|
/import*
|
|
/ffmigrate*
|
|
/data/**
|
|
/test/**
|
|
.vscode
|
|
/vendor
|
|
*.ts
|
|
*.ts.tmp
|
|
*.m3u8
|
|
|
|
*.mp4
|
|
*.avi
|
|
*.flv
|
|
|
|
.VSCodeCounter
|