forked from External/mediamtx
fix error "frame length greater than maximum allowed" (#229)
This commit is contained in:
parent
17d0a361c8
commit
09cbeae60f
4 changed files with 96 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -193,6 +193,7 @@ func (p *program) createResources(initial bool) error {
|
|||
p.conf.ReadTimeout,
|
||||
p.conf.WriteTimeout,
|
||||
p.conf.ReadBufferCount,
|
||||
p.conf.ReadBufferSize,
|
||||
useUDP,
|
||||
p.conf.RTPPort,
|
||||
p.conf.RTCPPort,
|
||||
|
|
@ -215,6 +216,7 @@ func (p *program) createResources(initial bool) error {
|
|||
p.conf.ReadTimeout,
|
||||
p.conf.WriteTimeout,
|
||||
p.conf.ReadBufferCount,
|
||||
p.conf.ReadBufferSize,
|
||||
false,
|
||||
0,
|
||||
0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue