[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 - Stream Video from Internet to SMPlayer
Page 1 of 1

Stream Video from Internet to SMPlayer

PostPosted: Wed Jan 16, 2019 1:05 pm
by Thomas123

Re: Stream Video from Internet to SMPlayer

PostPosted: Wed Jan 16, 2019 6:55 pm
by rvm
The version you're using is very old. Update.

Re: Stream Video from Internet to SMPlayer

PostPosted: Tue Jan 29, 2019 12:06 pm
by Thomas123
Ahh, thank you!

I updated to 18.10.0.9144 ... and now it works just fine!

Wonderful!

:-)

Re: Stream Video from Internet to SMPlayer

PostPosted: Fri Feb 01, 2019 11:57 am
by Thomas123

Re: Stream Video from Internet to SMPlayer

PostPosted: Fri Feb 01, 2019 8:12 pm
by rvm
The second one seems to use something that is not supported yet by the internal code. You can set "mpv+youtube-dl" in preferences -> network and it will play.

Re: Stream Video from Internet to SMPlayer

PostPosted: Fri Feb 01, 2019 9:25 pm
by Thomas123
This is strange! ... with "mpv+youtube-dl" both videos don't play here!

With "youtube" or "automatic" the first one plays while the second does not.

Re: Stream Video from Internet to SMPlayer

PostPosted: Fri Feb 01, 2019 9:51 pm
by rvm
Be sure to have a recent version of youtube-dl.

You can also try to disable the option "use adaptative streams".

Re: Stream Video from Internet to SMPlayer

PostPosted: Sat Feb 02, 2019 10:58 am
by Thomas123
Thank you!
That was funny, because I had no version of youtube-dl installed at all! :D
I didn't know, that this step was required.

Now it streams both of them just fine!
:-)

One last question ... if I may?

The video seems to buffer 4 min ahead, which I'd like to reduce to 10 sec.

But more importantly: it just keeps the last 4 min in its memory, so if I want to watch the video again, after its finished ... it repeats the whole download again. So in short: can I increase the memorized chunk to the full length, just like the native youtube-web-player does?

Re: Stream Video from Internet to SMPlayer

PostPosted: Sat Feb 02, 2019 9:15 pm
by rvm
I don't know. mpv has several options to control the cache. Maybe you can find something useful for you:
https://mpv.io/manual/stable/

Re: Stream Video from Internet to SMPlayer

PostPosted: Sun Feb 03, 2019 6:37 pm
by Thomas123