mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-17 05:00:54 +08:00
webrtc: support WHIP/WHEP DELETE method (#2507)
This commit is contained in:
@@ -62,7 +62,7 @@ func (s *webRTCSource) run(ctx context.Context, cnf *conf.Path, _ chan *conf.Pat
|
||||
Timeout: time.Duration(s.readTimeout),
|
||||
}
|
||||
|
||||
iceServers, err := whip.GetICEServers(ctx, c, u.String())
|
||||
iceServers, err := whip.OptionsICEServers(ctx, c, u.String())
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user