radiantmediaplayer

Results 17 comments of radiantmediaplayer

Is there a way we can fast-track to have it merged?

Thanks I will look into v4 when it is released.

Hi, thanks for the feedback. Can you describe a production use-case where there is a need to differiente the load part from the start part? The vast majority of cases...

Feedback welcome. Aside from AdSense for Video (Fullslot) which is mainly handled by the Google IMA SDK it seems still images delivered as linear ads are not widely used in...

Hi, the parsing of XML happens at _onXmlAvailable but this is an internal method and the player follows the pattern of having to fetch a VAST tag from a URI...

Sample at https://github.com/InteractiveAdvertisingBureau/SIMID Spec at https://interactiveadvertisingbureau.github.io/SIMID/

Your can use getVastPlayer or getContentPlayer to access the video tag rendering the ad or content. We do not expose VAST_PLAYER. You need to use the public API. What would...

@Chocobozzz I just tried your last commits at https://github.com/chocobozzz/p2p-media-loader/tree/peertube (thanks for that - your fork is very helpful) but like @MasterEvilAce I am still not able to register to p2pml.core.Events.PieceBytesUploaded...

@Chocobozzz thanks for the npm new version. I can see PieceBytesUploaded events now.

[SIMID](https://interactiveadvertisingbureau.github.io/SIMID/simid-1.1.0.html) replaces VPAID for interactive creatives. With rmp-vast 12 we support SIMID as a BETA feature. We only support linear SIMID creatives for the moment. See test/simidSpec/ for an implementation...