ue4plugins / VlcMedia

Media Framework plug-in using the Video LAN Codec (libvlc).
BSD 3-Clause "New" or "Revised" License
259 stars 143 forks source link

When opening media, it is automatically played once #7

Closed gmpreussner closed 8 years ago

gmpreussner commented 8 years ago

This is a known issue.

The current MediaPlayer Editor requires that the available tracks are known before the media can be played. Unfortunately, VLC is not able to parse the media's meta data unless it is actually played. We therefore play the media once after opening it, so that the tracks can be populated.

This issue will be fixed as part of adding support for media sources.