mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 20:22:16 +02:00
Create audio transcoder
This commit is contained in:
@ -51,6 +51,8 @@ func ingest(name string, input *stream.Stream) {
|
||||
input.Register(videoInput)
|
||||
activeStream[name] = struct{}{}
|
||||
|
||||
// TODO Register to all substreams and make RTP packets. Don't transcode in this package.
|
||||
|
||||
// Open a UDP Listener for RTP Packets on port 5004
|
||||
videoListener, err := net.ListenUDP("udp", &net.UDPAddr{IP: net.ParseIP("127.0.0.1"), Port: 5004})
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user