forked from External/mediamtx
update gortsplib
This commit is contained in:
parent
d0e8d00616
commit
2de0941e5c
4 changed files with 8 additions and 26 deletions
|
|
@ -179,7 +179,8 @@ func (s *rtmpSource) run(ctx context.Context) error {
|
|||
|
||||
au, err := h264.AVCCUnmarshal(tmsg.Payload)
|
||||
if err != nil {
|
||||
return fmt.Errorf("unable to decode AVCC: %v", err)
|
||||
s.Log(logger.Warn, "unable to decode AVCC: %v", err)
|
||||
continue
|
||||
}
|
||||
|
||||
err = res.stream.writeData(videoMedia, videoFormat, &formatprocessor.DataH264{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue