Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previews are not showing up #4039

Closed
armin567ip opened this issue Aug 8, 2023 · 5 comments
Closed

Previews are not showing up #4039

armin567ip opened this issue Aug 8, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@armin567ip
Copy link

Hi. I self hosted Invidious on my Ubuntu VPS server. All things are good but there is a problem. When I play a video and I move my mouse over the timeline . It has to show the previews of the next minutes of the video. but it shows nothing. should I enable it or sth?

@armin567ip armin567ip added the bug Something isn't working label Aug 8, 2023
@armin567ip
Copy link
Author

one more question. how can i enable open in new tab for videos. I noticed its enable on some public instances but for me its not.
On my instance when I right click on the videos the option called "Open video in new tab" is not enabled

@markozajc
Copy link

markozajc commented Aug 9, 2023

one more question. how can i enable open in new tab for videos. I noticed its enable on some public instances but for me its not. On my instance when I right click on the videos the option called "Open video in new tab" is not enabled

"Open video in new tab" is enabled on hd720/medium quality videos and disabled on DASH quality videos. That's because DASH streams the video in chunks, which means the video source is a blob URL that can't be opened in a standalone tab.

If you want to open videos like that, you can add &quality=hd720 to the end of the URL or change the preferred video quality to hd720 in the settings, but that will limit you to 1280×720 picture resolution.

@armin567ip
Copy link
Author

one more question. how can i enable open in new tab for videos. I noticed its enable on some public instances but for me its not. On my instance when I right click on the videos the option called "Open video in new tab" is not enabled

"Open video in new tab" is enabled on hd720/medium quality videos and disabled on DASH quality videos. That's because DASH streams the video in chunks, which means the video source is a blob URL that can't be opened in a standalone tab.

If you want to open videos like that, you can add &quality=hd720 to the end of the URL or change the preferred video quality to hd720 in the settings, but that will limit you to 1280×720 picture resolution.

Thank you. Can you also tell me about this preview thing. I also tried a public instance. Wasn't showing any preview. Is the problem with Invidious or what?

@syeopite
Copy link
Member

Unfortunately it is. #4037 introduced a regression that broke previews. Once #4040 is merged it should be fixed.

Can you try compiling #4040? Once video cache clears the video previews should be working again

@syeopite
Copy link
Member

Fixed by #4040

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants