Skip to content
  • Mathieu Duponchelle's avatar
    rtponviftimestamp: add opt-out "drop-out-of-segment" property · aea20f20
    Mathieu Duponchelle authored and Mathieu Duponchelle's avatar Mathieu Duponchelle committed
    The default behaviour of rtponviftimestamp is to drop buffers
    outside the segment. This creates obvious problems for reverse
    playback.
    
    The ONVIF specification unfortunately doesn't describe how to handle
    that specific use case, but we can expose a property to let the
    user disable the dropping behaviour, and forward these buffers with
    a G_MAXUINT64 ONVIF timestamp.
    
    Also modify rtponvifparse to handle such timestamps appropriately.
    aea20f20