Fix H264 processing for RtspServer project #244
This commit is contained in:
@@ -36,6 +36,10 @@ func RTPDepay(track *streamer.Track) streamer.WrapperFunc {
|
|||||||
case NALUTypeSPS, NALUTypePPS:
|
case NALUTypeSPS, NALUTypePPS:
|
||||||
buf = append(buf, payload...)
|
buf = append(buf, payload...)
|
||||||
return nil
|
return nil
|
||||||
|
case NALUTypeSEI:
|
||||||
|
// RtspServer https://github.com/AlexxIT/go2rtc/issues/244
|
||||||
|
// sends, marked SPS, marked PPS, marked SEI, marked IFrame
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user