-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 should be played in autoplay #24
Comments
Through an option ideally and accounting for multiple audio in same item/popup. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
This is an old issue, but I'd just like to comment that many users find autoplay of video to be a menace. Autoplay, if implemented, ought to be an option that can be enabled explicitly by the user, and I don't believe it should be the default for a standardized OpenZIM archive. It could be very disturbing to open a ZIM in a quiet place (e.g. a library) and suddenly find your device blaring out a video. Extensions that block autoplay of video are popular for this reason! Just my tuppence. |
Agree that an option is the best way to follow. Here again looks to je to be a feature for the ZIM js API |
I would like to work on this issue, can you guys please tell me, is there any channel or group to communicate with you guys and mentors, so that I will be able to discuss,because as I have read "https://www.kiwix.org/en/support-us/code/google-summer-of-code/gsoc_guidance/" this, the slack channel should be in contribute.md file, but there isn't any slack channel link. |
@pritam825 https://kiwix.slack.com #gsoc channel but ticket-related questions won't be answered on Slack. |
@rgaudin thanks for your reply, I am not able to login, it's showing "It looks like there isn’t an account on ACME tied to this email address." my email addrees id "[email protected]". |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
It seems that finally it has been decided to go for autoplay systematically (so no option in the json) in #73. Not the solution discussed first, but might be appropriate/good enough. We can anyway build the option to disable this behaviour afterward if proven necessary. |
I think in the context of Zimit it makes sense for the Kiwix browser to do whatever is mandated by the Web page, as Zimit tries to produce a faithful render of the scraped site. In the context of YouTube scrapers, which are the most likely candidates for this, it seems YouTube has opted for autoplay in most cases. But browsers nowadays have options to prevent autoplay (though it doesn't always work reliably). Users of Kiwix Serve and Kiwix PWA can enable such browser options, and autoplay should be blocked in such circumstances (but needs testing I suppose). Users of Kiwix Desktop and Kiwix Android/iOS probably don't have such options, so ideally the software would provide the option to turn autoplay off. Personally, as I made clear above, I don't like autoplay. It's associated with annoying ads and lack of user control over their own browser. But an option would be a good compromise. |
@Jaifroid This is not a Zimit issue. |
I know, I was giving a more general view the issue of autoplay, and contrasting the situation with Zimit. |
Currently we need to click twice to achieve the launch of the video.
The text was updated successfully, but these errors were encountered: