I downloaded the OSMF Mediaplayer from here and implemented the HLS Plugin (Hardcoded in source with libs/HLSPlugin.swc
) to play HLS Streams and m3u8 Playlists.
However, once the Plugin is included the Fullscreen mode no longer works. If i switch to Fullscreen (while the Plugin is loaded) I just see a minimal small line of the movie playing, the line has full width but the height of the video is only 1 pixel.
If I remove the plugin and play the same MP4 video, the fullscreen mode works perfectly. This only happens when I use fullscreen mode - if I resize the player in normal mode, it works normally.
Is this a bug?