[FFmpeg-trac] #7815(undetermined:new): Unable to seek after reaching end of RTSP Stream

FFmpeg trac at avcodec.org
Wed Mar 27 18:30:18 EET 2019


#7815: Unable to seek after reaching end of RTSP Stream
-------------------------------------+-------------------------------------
             Reporter:  kealist      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:


 Once playback reaches the end of an RTSP stream, I am unable to seek
 anywhere in the video. I have experienced this on many different streams,
 but is easy to see with BigBuckBunny

 {{{
 ffplay -v trace "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov"
 }}}

 How to reproduce:
 {{{
 C:\Users\kealist\Downloads\ffmpeg-20190225-f948082-win64-shared\bin>ffplay
 "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov"
 ffplay version N-93252-gf948082e5f Copyright (c) 2003-2019 the FFmpeg
 developers
   built with gcc 8.2.1 (GCC) 20190212
   configuration: --disable-static --enable-shared --enable-gpl --enable-
 version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv
 --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype
 --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb
 --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
 --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx
 --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265
 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp
 --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-
 libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-
 libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va
 --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-
 libopenmpt
   libavutil      56. 26.100 / 56. 26.100
   libavcodec     58. 47.102 / 58. 47.102
   libavformat    58. 26.101 / 58. 26.101
   libavdevice    58.  6.101 / 58.  6.101
   libavfilter     7. 48.100 /  7. 48.100
   libswscale      5.  4.100 /  5.  4.100
   libswresample   3.  4.100 /  3.  4.100
   libpostproc    55.  4.100 / 55.  4.100
 [udp @ 000001841e8188c0] 'circular_buffer_size' option was set but it is
 not supported on this build (pthread support is required)
 [udp @ 000001841e80af00] 'circular_buffer_size' option was set but it is
 not supported on this build (pthread support is required)
 [udp @ 000001841e83ee40] 'circular_buffer_size' option was set but it is
 not supported on this build (pthread support is required)
 [udp @ 000001841e80b1c0] 'circular_buffer_size' option was set but it is
 not supported on this build (pthread support is required)
     nan    :  0.000 fd=   0 aq=    0KB vq=    0KB sq=    0B f=0/0
 }}}

 Right-click near the end to seek.  Once the video ends, right click
 anywhere to seek and the video will never seek whether playing or paused.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7815>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list