mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 15:42:07 +02:00
Add package comments
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
// Package forwarding forwards incoming stream to other streaming services
|
||||
package forwarding
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package srt serves a SRT server
|
||||
package srt
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package srt serves a SRT server
|
||||
package srt
|
||||
|
||||
// #include <srt/srt.h>
|
||||
|
@ -1,14 +1,15 @@
|
||||
// Package webrtc provides the backend to simulate a WebRTC client to send stream
|
||||
package webrtc
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"github.com/pion/webrtc/v3"
|
||||
"io"
|
||||
"log"
|
||||
"net"
|
||||
"os/exec"
|
||||
|
||||
"github.com/pion/rtp"
|
||||
"github.com/pion/webrtc/v3"
|
||||
"gitlab.crans.org/nounous/ghostream/stream/srt"
|
||||
)
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package webrtc provides the backend to simulate a WebRTC client to send stream
|
||||
package webrtc
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user