radiantmediaplayer / rmp-vast

A client-side JavaScript solution to load, parse and display VAST 2, 3 & 4 resources with HTML5 video
https://www.radiantmediaplayer.com/rmp-vast/app/
Other
95 stars 37 forks source link

Support for Mime Types filter #32

Closed DarkCC7 closed 3 years ago

DarkCC7 commented 3 years ago

Hi, Thanks for the V3. It's an amazing upgrade. Like the Google IMA SDK, it would be nice to add parameters allowing the filtering of MIME types & Bitrate for linear videos.

params.mimeTypes = ['video/mp4', 'video/webm'];
params.bitrate = 200;

Thank you

radiantmediaplayer commented 3 years ago

Hi thanks for the feedback.

I can see that Google IMA SDK has this param indeed but I am not sure what is the use-case for it. Can you explain the use-case for this parameter?

radiantmediaplayer commented 3 years ago

Closing due to lack of activity.