1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 13:31:01 +02:00

Try to test serving SRT server

This commit is contained in:
Yohann D'ANELLO
2020-09-30 16:53:15 +02:00
parent 2096643ab4
commit ddd8be155e
3 changed files with 53 additions and 1 deletions

View File

@ -40,7 +40,9 @@ func Serve(cfg *Options) {
log.Printf("SRT server listening on %s", cfg.ListenAddress)
host, port := splitHostPort(cfg.ListenAddress)
sck := srtgo.NewSrtSocket(host, uint16(port), options)
sck.Listen(cfg.MaxClients)
if err := sck.Listen(cfg.MaxClients); err != nil {
log.Fatal("Unable to listen to SRT clients:", err)
}
// FIXME: See srtgo.SocketOptions and value, err := s.GetSockOptString to get parameters
// http://ffmpeg.org/ffmpeg-protocols.html#srt