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

feat(Youtube): Play vertical/Short livestreams on default player #3147

Closed
3 tasks done
Oleepre opened this issue May 10, 2024 · 1 comment
Closed
3 tasks done

feat(Youtube): Play vertical/Short livestreams on default player #3147

Oleepre opened this issue May 10, 2024 · 1 comment
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@Oleepre
Copy link

Oleepre commented May 10, 2024

Feature description

Opening a vertical livestream that is tagged as a short will make it play using the Shorts UI/Player.
This happens when clicking on the video on your feed or by opening a youtube link to it written as https://www.youtube.com/live/abcDEFGhi1j
However, if we change the link to use the classic format https://www.youtube.com/watch?v=abcDEFGhi1j instead and we opened it like that, the stream uses the classic youtube player, with chat on the botton, description, Quality settings, etc.
Using the classic player the stream can use Background Playback (PIP or just audio) which we can't do if it uses the Shorts player.

Steps to reproduce:
First we need an active stream.

  • Make sure you're not hiding shorts shelves.
  • Search the term #shorts
  • Click Search filters, and in Features click "Live".
  • Click on a video, make sure it's a livestream and that it's using the shorts UI.
  • Click Share and copy the link.

Now go to an app where you can type and edit text. I use a notes app but writing in on any text field like a messaging app works too.
Paste the link, replace the /live/ part of the link with /watch?v=
Either click on the link or select the whole link and click Open in Revanced.
The stream will play with the default player.

Motivation

We can see that youtube CAN play these videos with the classic player, so it would be nice to have an option to do so while clicking on one in the app or handling /live/ links.
We get to use settings like background playback, quality setting, swipe settings and others. We avoid jumping through shorts by accidentally swiping, default quality not appying properly all the time, and such.

Acknowledgements

  • This issue is not a duplicate of an existing feature request.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@Oleepre Oleepre added the Feature request Requesting a new feature that's not implemented yet label May 10, 2024
@LisoUseInAIKyrios
Copy link
Contributor

#1800

@LisoUseInAIKyrios LisoUseInAIKyrios closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet
Projects
None yet
Development

No branches or pull requests

3 participants
@LisoUseInAIKyrios @Oleepre and others