mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
update gortsplib
This commit is contained in:
parent
9bc364fa21
commit
2bfdcc7d89
23 changed files with 235 additions and 280 deletions
|
|
@ -99,7 +99,7 @@ func (s *hlsSource) runInner() bool {
|
|||
}
|
||||
}()
|
||||
|
||||
onTracks := func(videoTrack *gortsplib.Track, audioTrack *gortsplib.Track) error {
|
||||
onTracks := func(videoTrack gortsplib.Track, audioTrack gortsplib.Track) error {
|
||||
var tracks gortsplib.Tracks
|
||||
|
||||
if videoTrack != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue