googleads / videojs-ima

IMA SDK Plugin for Video.js
Apache License 2.0
450 stars 284 forks source link

I want to show m3u8 file as a VAST tag media source. #1154

Open pavelsust opened 2 weeks ago

pavelsust commented 2 weeks ago

I want to play m3u8 media file as a VAST ads source. But When I want to play it shows a error that is Non-fatal error occurred: Linear assets were found in the VAST ad response, but none of them matched the video player's capabilities.

Playing mp4 file is so costly for me. So I want to show m3u8 url for media source can you help me? I am using video.js as a player.

Kiro705 commented 1 week ago

Hello @pavelsust ,

You should use AdsRenderingSettings.mimeTypes to set the media types your player supports.

Please let me know if you have any additional questions.

Thank you, Jackson IMA SDK team