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.
Youtube seems to have switched completely to "https" (SSL) URLs...? #4462
Comments
|
Yes, we're seeing this as well. Maybe we should offer an HTTP server to mplayer? |
|
Speaking of randomly cranky software -- I'd gladly maintain a fork of mplayer that supports SSL (something like "mplayer-ssl"), but at the moment I have no idea how to add the functionality... once it exists, the only task would be to patch each new official release. Strange that the developers of mplayer haven't bothered to figure out something like this by now. SSL support is worthwhile functionality to add, even if it means a substantial refactoring of existing code. |
|
And seems like even the workaround has stopped working. Output:
I wonder what's going on... |
|
The command works fine for me, maybe it's something in your configuration file (from the If you want a fork of mplayer with ssl support you may be interested in mpv. It doesn't use a bundle copy of ffmpeg, so you just need to compile ffmpeg with ssl support and link to it. @phihag Would that be part of the |
|
MPV fails to even begin compilation. I've opened a new issue about it, but who can tell if it'll get properly sorted. In the meantime, I have an idea:
Any issues related to mplayer would be redirected back to the developers of mplayer. The only issues that would be considered here would be related to youtube-dl. Overall, not much would change aside from offering users a complete mplayer-based solution for Youtube (and other sites') videos. It could be quite exciting. |
|
So I wasted a couple of days mucking about with mpv to no success, and now I've managed to get mplayer working again. Edit by @phihag: Snip ranting Now. back to the issue at hand: an mplayer workaround for streaming SSL. The "unknown option at line 4" error still pops up, but I can play videos on my local system without any problems. Now, for youtube streams, however, mplayer gives this output: Warning unknown option fm at line 4 Playing -. MPlayer never opens. Youtube-dl seems to be trying to download the file instead. Any thoughts? P.S. The format is "18" -- mp4 -- but it seems to be downloading a file in DASH format....? |
|
Please remain civil and on topic. We're perfectly fine with both mplayer and mpv. @shenani Can you share your exact command-line?
By the way, the equivalent |
mplayer2 isn't mplayer. |
|
It also works with mplayer 1.1. mplayer seems to support compiling with gnutls in the svn head: https://trac.mplayerhq.hu/ticket/2183. The freebsd port use it: http://svnweb.freebsd.org/ports?view=revision&revision=372967 |
Over the past few days, the frequency of non-https URLs from Youtube has been decreasing steadily.
Now it seems like there are no more "http://" URLs offered by Youtube at all.
The only workaround seems to be...
youtube-dl http://www.youtube.com/watch?v=[insert URL here] -o - | mplayer -...as discussed here.
The problem with that workaround is that seeking is broken.
Is anyone else having similar problems with Youtube (and mplayer)? Have you figured out a solution?
Thanks for your help.