Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a list of videos which i want to embed with in web page ,so for that I have used basic html5 video tag but now i want to use brightcove video player so how can i use that

What I have tried:

<video id='video' width="50%" height="auto" autoplay controls>
               <source src="{{mediaPath}}" type="video/mp4">
               <source src="{{mediaPath}}" type="video/webm">
               <source src="{{mediaPath}}" type="video/ogg">
               Your browser does not support the video tag.
           </video>
Posted
Updated 26-Dec-19 1:15am
v2

1 solution

I would recommend you go through the documentation first
Step-by-Step: Brightcove Player | Brightcove Learning[^]

And if you continue to have problems contact their support department
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900