Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
stream url of some youtube video does not play in Video.js #7230
Comments
|
Post the full output of youtube-dl when run with |
If your browser can't play the video from the YouTube page, there's nothing youtube-dl can do (keep in mind that we reproduce what the browser does, so we can't support modifying the video url). |
I am using youtube-dl to get the stream url by info.url and send this stream url to video js to play the video on browser. Most of the stream url work fine but there are some stream url which do not work and give 403 forbidden error in console window of browser. How Can i play these not working stream url?
Not working stream url example:
www.youtube.com/watch?v=9wZhiAdQ2RA
www.youtube.com/watch?v=lOSe5SkMCOs
Also, In my country youtube is blocked. when i use a vpn then not working stream url work.But most work without vpn.