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
4049a01d29
commit
a6986e9fa4
8 changed files with 38 additions and 16 deletions
|
|
@ -258,7 +258,8 @@ func (s *rtspSource) handleMissingH264Params(c *gortsplib.Client, tracks gortspl
|
|||
|
||||
var streamMutex sync.RWMutex
|
||||
var stream *stream
|
||||
decoder := rtph264.NewDecoder()
|
||||
decoder := &rtph264.Decoder{}
|
||||
decoder.Init()
|
||||
var sps []byte
|
||||
var pps []byte
|
||||
paramsReceived := make(chan struct{})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue