Questions tagged [html5]
The html5 tag has no summary.
35 questions
Score of 0
1 answer
128 views
HTTP SSE how server hold client connection
I'm using Debian 13 with Nginx 1.26.3 and SSE (Server Sent Event) and PHP.
What I tried to achieve is to have many connections to clients. But I have not all the time something to sent to the clients!
...
Score of 0
1 answer
200 views
how to redirect entire my website in multilingual html website
i have a multilingual website, Arabic and English, my English pages its in rood directory and Arabic pages its in folder name ar; but i got my auditing report that; Search engines see
www....
Score of 0
1 answer
1824 views
What's eHTML5 in Dell iDRAC's virtual consoel plugin types?
Dell's PowerEdge R6525 iDRAC9 has the following virtual console types:
ActiveX
Java
HTML5
eHTML5
I Googled and all eHTML5 results relate to Dell but found no definition of eHTML5.
Score of 4
0 answers
3391 views
List of all Permissions-Policy header keys and values?
Does someone have a list of all Permissions-Policy header keys and values?
What I have:
more_set_headers "Permissions-Policy: camera=(self), fullscreen=(*), geolocation=(self), payment=()";
...
Score of -1
3 answers
1438 views
Systematically add fragment to URLs
I have a mean-stack website with html5mode enabled. In index.html, I have <base href="/1/" />. And I have the following nginx setting such that www.myweb.com/home becomes automatically www.myweb....
Score of 0
1 answer
3237 views
HTML5 wont process/parse as PHP7/PHP
So i had to reconfigure my linux server because i migrated it to another system and decided to set it up from scratch just for fun and practice. Only issue is that now my LAMP is running with PHP7 ...
Score of -1
1 answer
527 views
nginx proxypass for video/audio from amazon cloud drive
I have a mp3 file on my amazon cloud drive:
How can I make nginx proxy_pass to play this audio on chrome?
I need to get content range header, then send the content-range header to proxy server.
...
Score of 1
1 answer
1050 views
add trailing slash after removing .html extention
My website is non www ,it has wordpress in subdirectory and some static webpages in the root and other subdirectory
i want to remove .html extention from the webpages in the root and
the others static ...
Score of 0
1 answer
252 views
Send pageview in Piwik
Sorry for this very basic question but I can't figure it out.
On my website I'm moving from Google Analytics to Piwik. I got Piwik working however, I can't trigger a pageview.
The main problem is ...
Score of -2
2 answers
3345 views
HTML5 Audio not working for Android
I am creating a page with an embedded audio player that works on all systems I have tested, except on Android. The players do appear on the page, but you cannot start them playing.
I've tried both ...
Score of 1
1 answer
3939 views
html5 video tag cache
We run a pretty vanilla Centos 7 LAMP server ( Apache 2.4 with mod_pagespeed PHP 5.6, MariaDB 5.5 ), and recently started embedding html5 videos on the background of some pages as per code:
<video ...
Score of 1
1 answer
2029 views
Apache wstunnel_proxy not working
I am trying to connect to my websocket server using html 5 websockets.
The direct connection works fine, but when I try to hide my server behind apache proxy it does not work.
it ends up:
var ws = ...
Score of 0
0 answers
1024 views
IIS failing to serve MP4 other than to a desktop browser
I'm using the HTML5 video tag as follows:
<html>
<body>
<video>
<source src="https://192.168.0.101/bunny.mp4" type='video/mp4' />
</video&...
Score of 1
1 answer
1165 views
Does multimedia redirection in RDP 7 support WebM now?
I was checking out this MSDN post describing multimedia redirection because it's high time we let our users view training videos through our app and not just email them a link.
Windows Media ...
Score of 1
0 answers
919 views
Partial content 206 requests on nginx behind WebAuth
I'm having a troubleshooting an issue that I think is likely due to WebAuth authentication when serving .webm videos.
The server I have is nginx 1.6.2. I can make 200 GET requests just fine. I also ...