update gortsplib

This commit is contained in:
aler9
2023-01-08 12:56:32 +01:00
parent d0e8d00616
commit 2de0941e5c
4 changed files with 8 additions and 26 deletions

View File

@@ -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{