Problem: The HLS video won't play in RavPlayer
Solution: Ensure the MIME type for the HLS video is set to application/x-mpegURL
.
If you've set up the Ravnur Media Player, you should have provided the "YOUR_MEDIA_MIME_TYPE" during the third step of the instruction - a player initialization with media.
An HLS media type has two possible MIME types::
application/vnd.apple.mpegurl
application/x-mpegURL
Using theapplication/vnd.apple.mpegurl
MIME type can cause issues when playing the media. Therefore, it is recommended to use the application/x-mpegURL
MIME type instead.