Skip to content
  • Nikita Bobkov's avatar
    Reverse playback support · f31f79f6
    Nikita Bobkov authored and Mathieu Duponchelle's avatar Mathieu Duponchelle committed
    GStreamer plays segment from stop to start when doing reverse playback.
    RTSP implies that media should be played from start of Range header to
    its stop. Hence we swap start and stop times before passing them to
    gst_element_seek.
    
    Also make gst_rtsp_stream_query_stop always return value that can be
    used as stop time of Range header.
    f31f79f6