Bug 158813 - [iOS] video with audio track automatically plays on iPhone
Summary: [iOS] video with audio track automatically plays on iPhone
Status: RESOLVED DUPLICATE of bug 158546
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-15 15:10 PDT by Antoine Quint
Modified: 2016-06-15 15:34 PDT (History)
3 users (show)

See Also:


Attachments
Testcase (616 bytes, text/html)
2016-06-15 15:10 PDT, Antoine Quint
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2016-06-15 15:10:57 PDT
Created attachment 281391 [details]
Testcase

The following code automatically plays a video for me on iPhone / iOS 10.

<video preload="auto" autoplay webkit-playsinline src="http://p.events-delivery.apple.com.edgesuite.net/1603kjbnadcpjhbasdvpjbasdvpjb/m3u8/hls_vod11_mvp.m3u8" controls poster="http://images.apple.com/apple-events/march-2016/video/poster_medium_2x.jpg"></video>

I believe only muted videos or videos without audio tracks should auto play.
Comment 1 Jer Noble 2016-06-15 15:13:41 PDT
This may have been fixed by <https://bugs.webkit.org/show_bug.cgi?id=158546>.
Comment 2 Radar WebKit Bug Importer 2016-06-15 15:14:08 PDT
<rdar://problem/26823722>
Comment 3 Antoine Quint 2016-06-15 15:34:59 PDT

*** This bug has been marked as a duplicate of bug 158546 ***