Questions tagged [html5]

34 questions
10
votes
3 answers

Is there any javascript ssh client?

I mean pure javascript client that uses HTML5 sockets and doesn't need to be installed, just open single js file in browser. Is it possible to write such client at all?
Poma
  • 1,289
  • 6
  • 22
  • 35
9
votes
1 answer

Disabling 206 partial content responses on nginx

I have an HTML5 web app that uses a video tag. Depending on the user actions, different parts of the video will be played in response. This video does not exceed 5MB. I need this video to be entirely downloaded on the client otherwise the user will…
JuCachalot
  • 217
  • 1
  • 4
  • 6
5
votes
9 answers

How to encode video to use HTML 5 video tag?

I'm trying to use
lexsys
  • 2,863
  • 5
  • 30
  • 34
4
votes
0 answers

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=()"; It was somehow (old - don't use it): more_set_headers…
uav
  • 494
  • 3
  • 16
2
votes
1 answer

Will Google Chrome Frame be Installable on Locked down Windows Machines?

Does anyone know if Google Chrome Frame will be installable onWindows machines in the dreaded Corporate IT World where machines are locked down with a Khaki Fist? I suppose that's really two questions Can Windows be locked down to prevent IE from…
Alan Storm
  • 448
  • 5
  • 15
2
votes
1 answer

Apache server not allowing mime type

How does one set mime types in Ubuntu 12.10 for .mp4 and .ogv video rendering? I want to run simple video files through localhost. Please give suggestions. I have kept these 3 lines in /etc/apache2/httpd.conf file: AddType video/ogg .ogv AddType…
user161092
  • 21
  • 2
2
votes
1 answer

Does mod_proxy support HTML5 Server Side Events / EventSource?

I am stuck with apache2. I've read that mod_proxy doesn't support websockets. Does it support EventSource? https://issues.apache.org/bugzilla/show_bug.cgi?id=47485
user319862
  • 757
  • 2
  • 8
  • 18
2
votes
1 answer

html5 video and Windows 7N

When using Windows 7N and embedded videos for YouTube and the like my users have been getting a black box. I tracked this down to when HTML5 is being used for rendering. Other than putting a bunch of sites in compatibility mode or installing the…
Tim Brigham
  • 15,465
  • 7
  • 72
  • 113
2
votes
1 answer

What are the server requirements of HTML5?

From my understanding, the HTML5 is on browser side. Is there anything need to setup on the server to support HTML5? How do I verify the server fully support HTML5? Thanks.
garconcn
  • 2,378
  • 7
  • 33
  • 46
1
vote
1 answer

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 webpages in subdirectory. add slash at the…
user366027
1
vote
1 answer

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:
1
vote
1 answer

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 = new…
Dusan Plavak
  • 143
  • 6
1
vote
1 answer

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 Player uses the Media Foundation infrastructure to play…
Peter Turner
  • 2,048
  • 9
  • 33
  • 45
1
vote
0 answers

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 have two parallel configurations - TLS 1.2 (open)…
ranvel
  • 111
  • 2
1
vote
0 answers

OwnCloud stored file as WEB start page

I collect video clips from security cameras in OC. Every 10 min scrip tlook to for new video files and if so, email is send to user who owns particular cameras set. Such mail contain links (one or more) to new video clips like…
mackowiakp
  • 259
  • 2
  • 3
  • 10
1
2 3