[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - YouTube completely broken (again)

This forum is deprecated. Please visit https://github.com/smplayer-dev/smplayer/discussions

YouTube completely broken (again)

Problems, bugs, suggestions... anything related to SMPlayer.

Re: YouTube completely broken (again)

Postby jaspen-meyer » Tue Jan 09, 2018 5:09 pm

deleting this line:
#define YT_DISCARD_HTTPS

and compiling worked! Thanks.

I followed these instructions:
https://fredfire1.wordpress.com/2016/04 ... ian-64bit/

'How to compile in Debian Linux' instructions could be added to Readme.txt:

install subversion and build tools so you can get, and compile, current sourcecode:
sudo apt-get install subversion libqt4-dev-bin libqtwebkit-dev build-dep build-essential


get the sourcecode:
cd ~
svn co https://subversion.assembla.com/svn/smp ... ube/trunk/ smtube

build the deb file:
cd ~/smtube/
./create_deb.sh

install the deb file:
cd ../
sudo dpkg -i smtube_[current version].deb
jaspen-meyer
 
Posts: 1
Joined: Tue Jan 09, 2018 5:02 pm

Re: YouTube completely broken (again)

Postby scootergrisen » Tue Jan 09, 2018 8:41 pm

I guess the problem should be fixed in both SMTube and SMPlayer because if i try to open an URL to a video from YouTube directly in SMPlayer it also does not work.
scootergrisen
 
Posts: 330
Joined: Sat Mar 07, 2015 1:43 am

Re: YouTube completely broken (again)

Postby zuylinh » Tue Jan 09, 2018 11:45 pm

Thanks a lot for this fix :D :D :D :D
zuylinh
 
Posts: 2
Joined: Wed Nov 22, 2017 10:40 pm

Re: YouTube completely broken (again)

Postby sadata » Wed Jan 10, 2018 12:26 am

sadata
 
Posts: 4
Joined: Tue Jan 09, 2018 12:58 am

Re: YouTube completely broken (again)

Postby sadata » Wed Jan 10, 2018 1:25 am

sadata
 
Posts: 4
Joined: Tue Jan 09, 2018 12:58 am

Re: YouTube completely broken (again)

Postby rvm » Wed Jan 10, 2018 1:48 am

rvm
Site Admin
 
Posts: 3787
Joined: Wed Dec 23, 2009 1:25 am
Location: España

Re: YouTube completely broken (again)

Postby scootergrisen » Wed Jan 10, 2018 3:31 pm

With the new version and mplayer i get error dialog with "Filename is too long, can not load file or directory specific config files".
Not with mpv.
scootergrisen
 
Posts: 330
Joined: Sat Mar 07, 2015 1:43 am

Re: YouTube completely broken (again)

Postby cootmaster » Wed Jan 10, 2018 5:56 pm

i m also have this i got the new 8872 x64 it didnt do anything
on w7
should i wait for a smtube exe windows fix"?
Last edited by cootmaster on Wed Jan 10, 2018 7:56 pm, edited 1 time in total.
cootmaster
 
Posts: 458
Joined: Sun Sep 16, 2012 5:45 pm

Re: YouTube completely broken (again)

Postby rvm » Wed Jan 10, 2018 6:14 pm

rvm
Site Admin
 
Posts: 3787
Joined: Wed Dec 23, 2009 1:25 am
Location: España

Re: YouTube completely broken (again)

Postby Lexsubb » Wed Jan 10, 2018 6:39 pm

Lexsubb
 
Posts: 2
Joined: Tue Sep 26, 2017 1:52 pm

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 14 guests