RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
224 stars 27 forks source link

Playlist Media Player Does Not Play Video When Using the Same Link That Was Played Once #1826

Open Fasilkallot opened 2 months ago

Fasilkallot commented 2 months ago

When attempting to play a video using a URL that has already been played within the same playlist item, the video is not displayed on the screen. However, upon inspection of the playlist component, it indicates that the video is playing. This issue occurs specifically when the video is played within the same playlist item. When the video is played with another playlist item, it appears to function correctly..

To Reproduce

  1. Add two playlist items to the playlist component.
  2. Set each playlist item with a different video url.
  3. Play the Scene
  4. When the video transitions to the next playlist item, press the "prev" button in component or action to return to the previous video.