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

Flashblock Firefox addon disallows video tag? #1571

Closed
rubo77 opened this issue Jun 1, 2016 · 2 comments
Closed

Flashblock Firefox addon disallows video tag? #1571

rubo77 opened this issue Jun 1, 2016 · 2 comments

Comments

@rubo77
Copy link
Contributor

rubo77 commented Jun 1, 2016

How can I allow flashblock content for vector?

I already added the domain, where I host vector, to the allow-list, but still flashblock blocks this part:

<div class="mx_VideoView_remoteVideoFeed"><video style="display: none; max-height: 50px;"></video><audio></audio></div>
@ara4n
Copy link
Member

ara4n commented Jun 2, 2016

Apparently flashblock blocks 'autoplaying html5 video'. I have no idea what heuristic it uses for this, but I suspect the problem is that we do needlessly display this blank <video/> tag even when not in a call.

As such, the right solution is probably to fix #20 at last.

@ara4n
Copy link
Member

ara4n commented Jun 18, 2016

I'm going to close this, as I have no idea how to drive flashblock, and #20 won't help us much given presumably you want webrtc video tags to work correctly anyway when you are on a call.

@ara4n ara4n closed this as completed Jun 18, 2016
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

2 participants