mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-07-04 03:32:06 +02:00
Move srt handlers in seperate file
This commit is contained in:
2
main.go
2
main.go
@ -103,7 +103,7 @@ func main() {
|
||||
remoteSdpChan := make(chan webrtc.SessionDescription)
|
||||
localSdpChan := make(chan webrtc.SessionDescription)
|
||||
|
||||
// SRT channel, to propagate forwarding
|
||||
// SRT channel for forwarding
|
||||
forwardingChannel := make(chan srt.Packet, 65536)
|
||||
|
||||
// Start stream, web and monitoring server, and stream forwarding
|
||||
|
Reference in New Issue
Block a user