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

Calgary Herald Videos still autoplaying #46

Open
ve6rah opened this issue Apr 21, 2016 · 4 comments
Open

Calgary Herald Videos still autoplaying #46

ve6rah opened this issue Apr 21, 2016 · 4 comments
Assignees
Labels
Milestone

Comments

@ve6rah
Copy link

ve6rah commented Apr 21, 2016

When I went to the Calgary Herald site today and opened an article containing and HTML5 video, the video still played despite this extension.
Address: http://www.calgaryherald.com/business/alberta+reveals+more+details+carbon+levy+rebates/11866119/story.html

Element from the web page:
<video id="ooPlayer0container_Player_html5_api" data-account="4077388043001" data-player="4a521d08-c17d-425f-ba6e-dddedfd26d9a" data-embed="default" data-setup="{&quot;techOrder&quot;: [&quot;html5&quot;, &quot;hls&quot;, &quot;flash&quot;]}" class="vjs-tech" preload="none" style="display: block;" src="http://cdnbakmi.kaltura.com/p/1698541/sp/169854100/playManifest/entryId/0_6gmjjsc8/flavorParamId/487051/format/url/protocol/http/a.mp4"></video>

Browser: Chrome Version 50.0.2661.75 beta (64-bit)
Extension: Disable HTML5 Autoplay Version 0.6.1

@Eloston
Copy link
Owner

Eloston commented Apr 21, 2016

Thanks for reporting. It doesn't autoplay as long as there are no input events while the video loads.

@Eloston Eloston added the bug label Apr 21, 2016
@Eloston Eloston added this to the 0.7 milestone Apr 21, 2016
@Eloston Eloston self-assigned this Apr 21, 2016
@ve6rah
Copy link
Author

ve6rah commented Apr 21, 2016

If an input event is not over the video itself it shouldn't affect the
desire to stop the video from playing.

On Thu, 21 Apr 2016 at 14:40 Eloston notifications@github.com wrote:

Thanks for reporting. It doesn't autoplay as long as there are no input
events while the video loads.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#46 (comment)

@Eloston
Copy link
Owner

Eloston commented Apr 21, 2016

Actually, any key presses, mouse clicks, or touch events anywhere in the page during video loading will trigger autoplaying.

I'm rewriting the algorithms in 0.7, so this will no longer apply.

@ve6rah
Copy link
Author

ve6rah commented Apr 21, 2016

Thanks, that would definitely help this bug

On Thu, 21 Apr 2016 at 15:31 Eloston notifications@github.com wrote:

Actually, any key presses, mouse clicks, or touch events anywhere in the
page during video loading will trigger autoplaying.

I'm rewriting the algorithms in 0.7, so this will no longer apply.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#46 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants