[Webkit-unassigned] [Bug 183333] IOS require Media Access to receive the media

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 14:54:08 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=183333

--- Comment #5 from ankitbug94 at gmail.com ---
1.

-[Object]
-[Prototype]
+[Prototype]
+[Methods]
active: true
id: default
onactive:
onaddtrack:
oninactive:
onremovetrack:

After the audio tag starts to play
[Object]
-[Prototype]
+[Prototype]
+[Methods]
active: true
id: 212720ca-49b1-4792-88ad-305047231eb4
onactive:
onaddtrack:
oninactive:
onremovetrack:

Please notice that it has id when it plays properly. Does having an id=default cause any trouble with playing? 

2. When I did video.play() then it returned a promise and it never resolved and always remained in pending state and when I closed the media from source, then it showed aborted error. And I did this in click context of window.onclick as you suggested. Anything else that I can do to get the response of video.play?

Regarding the muted property, I want to tell you that I am using different MediaStreams for each Track. So AudioTrack is using separate MediaStream and Video is using Different Stream. And also, the stream with audio is using the audio tag which has autoplay enabled but still not working on gobrunch.com and video stream which is without audio is using Video tag. Now, the autoplay issue should not be prevalent in the audio tag, right? But I can assure you that audio tag is not working
1) when Clicking on control of audio tag
2) Triggering audio.play()

but it works as soon as we provide permission

Thank you again for you help

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180305/4b037e51/attachment.html>


More information about the webkit-unassigned mailing list