I can confirm this bug as well. I opened vlc with and without the --sout-keep and the same problem occurred.
My bug:
-I add multiple streaming URLs to a playlist.
(Ex. PBS Frontline1 mms://wm.z1.mii-streaming.net/media/pbs/windows/general/windows/media4/frontline/2513/windows/ch1_xl.wmv?v1st=5FEB369456887324 )
(Ex. PBS Frontline2 mms://wm.z1.mii-streaming.net/media/pbs/windows/general/windows/media4/frontline/2513/windows/ch2_xl.wmv?v1st=5FEB369456887324 )
-When any stream finishes playing, the playlist stops and does not advance. It just sits at the last timestamp.
-I can still click next track to advance the playlist
-When I run vlc -v (-v for verbose), it gives the following line about 3 seconds before the video ends:
Code: Select all
[00000292] access_mms access warning: end of media stream
My question:
-Is vlc somehow unable to shut down the stream, so it remains stuck at the last frame?