You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new here. I don't have much knowledge about coding. I want to know how to add video level 720P, 480P, 1080P into the HTML code of Clappr. Here is the code that I am currently using into my WP:
<script type="text/javascript" src="https://cdn.jsdelivr.net/clappr.level-selector/latest/level-selector.min.js"></script>
<script>
player = new Clappr.Player({
source: "My Video URL",
mimeType: "application/x-mpegURL",
autoPlay: true,
height: "100%",
width: "100%",
plugins: {"core": [LevelSelector]},
parentId: "#vid"});
</script>
Also, please let me know how can I place ads code into the player.
Any reply will be highly appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Salluman
changed the title
How to add Video level 720p, 480 etc as well as ads code into Clappr player?
How to add Video level 720p, 480p as well as ads code into Clappr player?
Jan 22, 2021
Hi there,
I am new here. I don't have much knowledge about coding. I want to know how to add video level 720P, 480P, 1080P into the HTML code of Clappr. Here is the code that I am currently using into my WP:
<script type="text/javascript" src="https://cdn.jsdelivr.net/clappr.level-selector/latest/level-selector.min.js"></script> <script> player = new Clappr.Player({ source: "My Video URL", mimeType: "application/x-mpegURL", autoPlay: true, height: "100%", width: "100%", plugins: {"core": [LevelSelector]}, parentId: "#vid"}); </script>Also, please let me know how can I place ads code into the player.
Any reply will be highly appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: