Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Hardware & Software > Software players
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th August 2019, 06:25   #6581  |  Link
zamar92
Registered User
 
Join Date: May 2012
Posts: 31
Quote:
Originally Posted by Asmodian View Post
Google is playing a local/LAN file.
Its my understanding that by loading YouTube page, you also load an embedded YouTube Player on your PC in the open browser tab. When you click Play, that player requests remote Google Server to send stream to your IP address. This stream is pushed by the browser and OS media code through sequence of filters, and then resulting frame sequence is shown by video adapter on your monitor.

I don't see much difference between embedded Google Player and MPC-BE in that regard, except the player relies on browser media code, and better integrated with Google server via specially developed rich API.

If a stream server supports rewind feature, it can serve key frames sequentially while dragging mouse along player seek bar. So complexity is rather in your mind than in basic feature implementation. And the devs said above it was implemented for streams long ago, if you can read.

Now someone will say this discussion is boring for him. So should we ignore other posters questions and remarks? I don't mind if the forum rules encourage this.

Last edited by zamar92; 27th August 2019 at 06:42.
zamar92 is offline   Reply With Quote
Old 27th August 2019, 07:15   #6582  |  Link
Anima123
Registered User
 
Join Date: Jun 2005
Posts: 504
Aleksoid1978,

Just to let you know that the stutter video/audio playback appeared again, with the latest MPC Audio renderer and MPC Video renderer. Unfortunately when I was trying to make a video with it, I switched audio to the speaker from the usb-audio device, the stutter playback gone.

Also tried switching back to usb-audio device, playback maintained normal.
Anima123 is offline   Reply With Quote
Old 27th August 2019, 07:26   #6583  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
zamar92
You don't understand - ALL PC Player/Downloader parse youtube page and and get direct links for video/audio streams. No any API or something else for working with Youtube No any change for request preview like in browser. Calm down already.
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 27th August 2019, 15:38   #6584  |  Link
zamar92
Registered User
 
Join Date: May 2012
Posts: 31
Quote:
Originally Posted by Aleksoid1978 View Post
zamar92
No any API or something else for working with Youtube.
Calm down already.
I don't won't to point namely at YouTube as an example, since Google apparently tends to monetize everything including API access, while your player is free. But I'm not trying to shut you up as you do, pls stay cool.

Answering you comment, YouTube offers rich API for 3rd party apps. Its up to app developers whether to use it or not. When YouTube video is playing in MPC-BE from the derived direct link, Google server responds to the player rewind requests, so its not one way street, there is communication btw your player and Google server.

Last edited by zamar92; 28th August 2019 at 05:17.
zamar92 is offline   Reply With Quote
Old 27th August 2019, 16:05   #6585  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Why aren't you coding it yourself like this guy:

https://github.com/TheAMM/mpv_thumbnail_script
stax76 is offline   Reply With Quote
Old 27th August 2019, 16:26   #6586  |  Link
cmhrky
Registered User
 
Join Date: Jan 2017
Posts: 139
Update for Turkish translation.

https://www.sendspace.com/file/4kcqsl


Is it possible to add a shortcut key command to open the URL without confirming it from the clipboard? Like other commands that are shortcut keys but not in the menu: Center level, volume gain, color controls...
cmhrky is offline   Reply With Quote
Old 27th August 2019, 16:27   #6587  |  Link
JNW
Registered User
 
Join Date: Sep 2017
Posts: 51
So what's better to use. Sanear or MPC Audio Renderer. Now I'm confused lol
JNW is offline   Reply With Quote
Old 27th August 2019, 22:03   #6588  |  Link
zamar92
Registered User
 
Join Date: May 2012
Posts: 31
Quote:
Originally Posted by stax76 View Post
Why aren't you coding it yourself like this guy
Thanks for the link and your research. I'm not an experienced media coder. Your example is interesting, in particular in using multithreading to generate thumbnails. However, its not exactly suitable, since it requires prior media file download, and also stores generated thumbnails in the movie folder rather than generate them dynamically and keep in RAM, which is more desirable since accurate search within a single movie is infrequent and shouldn't require files cleanup.

Last edited by zamar92; 28th August 2019 at 01:21.
zamar92 is offline   Reply With Quote
Old 28th August 2019, 02:16   #6589  |  Link
zamar92
Registered User
 
Join Date: May 2012
Posts: 31
Quote:
Originally Posted by cmhrky View Post
Is it possible to add a shortcut key command to open the URL without confirming it from the clipboard?
There is option "Paste from Clipboard" in "Open URL" dialog. Once you copied a URL to clipboard, just press Play. It doesn't work sometime, if the field is populated with another URL you played before (and probably didn't finish?).

Also look at adding External Application Button in a browser. It adds "Open with" option to RMC, so one can add MPC-BE as EXE, and directly open links in it.

Last edited by zamar92; 28th August 2019 at 02:24.
zamar92 is offline   Reply With Quote
Old 28th August 2019, 04:26   #6590  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by zamar92 View Post
It doesn't work sometime, if the field is populated with another URL you played before (and probably didn't finish?).
If it doesn't work sometimes - check what in clipboard(Ctrl+V in notepad). If in clipboard normal URL - write it for me, i check what's wrong.
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 28th August 2019, 15:08   #6591  |  Link
cmhrky
Registered User
 
Join Date: Jan 2017
Posts: 139
Quote:
Originally Posted by zamar92 View Post
There is option "Paste from Clipboard" in "Open URL" dialog. Once you copied a URL to clipboard, just press Play. It doesn't work sometime, if the field is populated with another URL you played before (and probably didn't finish?).

Also look at adding External Application Button in a browser. It adds "Open with" option to RMC, so one can add MPC-BE as EXE, and directly open links in it.
Thank's for the informations. That way I'm already using it smoothly. I even used the Send to MPC-HC plugin for Google Chrome. This extension is more useful and tracks all the possible streamable media sources. But it can't find some formats (like .m3u8).
I find the URL addresses and copy them to the clipboard and open them with MPC-BE. I wanted to learn how the URL opening process could be faster for MPC-BE.


@Aleksoid1978
Quote:
Originally Posted by cmhrky View Post
Is it possible to add a shortcut key command to open the URL without confirming it from the clipboard? Like other commands that are shortcut keys but not in the menu: Center level, volume gain, color controls...
Is it possible to make these additions or /playfromclipboard command line switch? Or what can be done?
cmhrky is offline   Reply With Quote
Old 29th August 2019, 01:53   #6592  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by cmhrky View Post
@Aleksoid1978
Is it possible to make these additions or /playfromclipboard command line switch? Or what can be done?
Add in r4698, using "/clipboard" - opened url/path(support multiple lines) from clipboard.
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 29th August 2019, 11:13   #6593  |  Link
cmhrky
Registered User
 
Join Date: Jan 2017
Posts: 139
Quote:
Originally Posted by Aleksoid1978 View Post
Add in r4698, using "/clipboard" - opened url/path(support multiple lines) from clipboard.
Thank you so much. That way it was very handy.


Can you add a command-line switch that will turn on mute or unmute when MPC-BE is turned on? Like /mute, /unmute, /vol 100 /vol 50, /vol 0.

I use MPC-BE in my presentations. I created shortcuts with different playlists using command line switches. But some of them need to be muted or unmuted. I have to turn the sound off and on every time.
cmhrky is offline   Reply With Quote
Old 30th August 2019, 03:50   #6594  |  Link
Anima123
Registered User
 
Join Date: Jun 2005
Posts: 504
Aleksoid1978, since I don't have any audio issue with Sanear which has a 200ms buffer as default, would you please make 200ms buffer an option for MPC Audio renderer, at least for testing?
Anima123 is offline   Reply With Quote
Old 30th August 2019, 04:57   #6595  |  Link
Klaus1189
Registered User
 
Join Date: Feb 2015
Location: Bavaria
Posts: 1,667
updated german translation based on r4701
Klaus1189 is offline   Reply With Quote
Old 30th August 2019, 06:47   #6596  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by Anima123 View Post
Aleksoid1978, since I don't have any audio issue with Sanear which has a 200ms buffer as default, would you please make 200ms buffer an option for MPC Audio renderer, at least for testing?
It's buffer is not the same that buffer in MPC-BE. In sanear - it's internal buffer for "store" input data. In MPC-BE the same buffer = 500ms. Device buffer - it's different, in sanear is always is 10ms(in MPC-BE it's "default").

Do you try different Device Buffer ??

P.S. test build with internal buffer 200ms - https://yadi.sk/d/-XwHlHmoHt-wKw
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215

Last edited by Aleksoid1978; 30th August 2019 at 07:14.
Aleksoid1978 is offline   Reply With Quote
Old 30th August 2019, 11:44   #6597  |  Link
Klaus1189
Registered User
 
Join Date: Feb 2015
Location: Bavaria
Posts: 1,667
updated german translation based on r4703
Klaus1189 is offline   Reply With Quote
Old 30th August 2019, 13:10   #6598  |  Link
cmhrky
Registered User
 
Join Date: Jan 2017
Posts: 139
Updated Turkish translation. r4702
cmhrky is offline   Reply With Quote
Old 30th August 2019, 20:39   #6599  |  Link
Anima123
Registered User
 
Join Date: Jun 2005
Posts: 504
Quote:
Originally Posted by Aleksoid1978 View Post
Do you try different Device Buffer ??

P.S. test build with internal buffer 200ms - https://yadi.sk/d/-XwHlHmoHt-wKw
Yes I have tried each buffer parameters and there's still glitches.

However, the test build works perfect to me.
Anima123 is offline   Reply With Quote
Old 31st August 2019, 19:42   #6600  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 1,970
MPC Video Renderer v0.3.0

MPC Video Renderer v0.3.0.831
Information.
Test builds.
v0lt is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:12.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.