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

Chrome beta on mobile not playing via #play() #7

Open
menismu opened this issue Apr 2, 2018 · 0 comments
Open

Chrome beta on mobile not playing via #play() #7

menismu opened this issue Apr 2, 2018 · 0 comments

Comments

@menismu
Copy link
Owner

menismu commented Apr 2, 2018

Issue posted: mozilla#305
Posted by: @jondot

@jondot
jondot commented on 26 Mar 2013
Hi,
Looks like Chrome beta (possibly non-beta too) not playing via the #play() interface.

To reproduce, hook remote debugging to your mobile device, and within Chrome Beta, go to http://popcornjs.org and issue a Popcorn('#video').play() in the Javascript Console on your desktop (which is remote debugging the mobile Chrome).

Nothing will happen.

Thanks.

@rwaldron
Contributor
rwaldron commented on 26 Mar 2013
My lazy, unconfirmed answer would be that browsers on mobile devices
require "human opt-in" to playback HTML5 media and fail silently when api
calls are made.

(Now I'm going to set this up and test)

Rick

On Tue, Mar 26, 2013 at 11:34 AM, Dotan J. Nahum
notifications@github.comwrote:

Hi,
Looks like Chrome beta (possibly non-beta too) not playing via the #play()
interface.

To reproduce, hook remote debugging to your mobile device, and within
Chrome Beta, go to http://popcornjs.org and issue a
Popcorn('#video').play() in the Javascript Console on your desktop (which
is remote debugging the mobile Chrome).

Nothing will happen.

Thanks.


Reply to this email directly or view it on GitHubhttps://github.com/mozilla/issues/305
.

@jondot
jondot commented on 26 Mar 2013
I think you're right. Though I thought this only includes 'autoplay' to avoid unattended battery drain and not explicit Javascript calls.
Thanks in any case

@rwaldron
Contributor
rwaldron commented on 27 Mar 2013
On Tuesday, March 26, 2013, Dotan J. Nahum wrote:

I think you're right. Though I thought this only includes 'autoplay' to
avoid unattended battery drain and not explicit Javascript calls.
Thanks in any case

Explicit JavaScript calls would allow a side channel autoplay

Rick

Reply to this email directly or view it on GitHubhttps://github.com/mozilla/issues/305#issuecomment-15488327
.

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

No branches or pull requests

1 participant