Search code examples
javascriptjqueryvideo-streaminghtml5-videovideo-player

could we use youtube video player in our website with our own video(video does not upload to youtube server)?


I am looking for the best video player to use on my offline website I tried with some video players but it does not work well. sometimes it is stuck when user try to stream it. If have some video players as youtube player and we can use it offline is the best practice for my requirement. if someone know this please help me. thanks in advance.


Solution

  • Unfortunately no. Videos which are hosted by YouTube are only available to be on the YouTube player.

    Like other users have said, you may be interested in HTML5 video. All major browsers will support it.

    There are also 3rd party libraries which offer HTML5 video. http://videojs.com/ is a popular one.