-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Videos begin in the paused state #6179
Comments
Introduced in 0.21.2; see #6052 (comment). |
could this PR have caused the regression? #5929 |
Strange enough. But if a user switches to full screen, video begins to start. Also, main player cannot recognise if buffering icon was pressed or not. Video always stays paused at the beginning. |
Only when the full screen video is landscape. If it's a portrait video, then the video stays paused even on tapping the full screen button. |
@opusforlife2 I hardly watch portrait videos. So, I didn't notice that. Thanks for noting that. |
Code analysis There might be a problem here: Before the PR was merged (and released with v0.21.2) when However now Additional information The problems seem to originate from that comment: The original implementation of the above method was done with #4562 / 2a2c82e#diff-0f3387a41d6eb8b505889ac6fe5a85f9b63f0f02d2d32aea1a6a69aa5cc7fa2aL263-R265 Effects So if you use one of these two, the video should start normally. (Which I could reproduce for the popup player on my smartphone) Note: The problem only seems to appear when the option "History and cache>Resume playback" is set to off |
Should also fix TeamNewPipe#6179
I submitted a PullRequest, which should fix the problem. In the meantime you can try enable "History and cache>Resume playback" and check if this fixes the problem :) |
* Fixed player not automatically playing Should also fix #6179 * Added comment
Checklist
Steps to reproduce the bug
Go to play a video.
Actual behaviour
Whether autoplay is on or off, the video begins in the paused position and must be manually begun. If autoplay is on, this means one tap (so, effectively, autoplay does not work). If autoplay is off, this means two taps.
Expected behavior
Videos should begin in the playing state.
Screenshots/Screen recordings
https://streamable.com/0pvyx1 / https://streamable.com/bknr08
Device info
The text was updated successfully, but these errors were encountered: