Questions tagged [html5]

34 questions
1
vote
1 answer

Apache 2.4 HHVM 3.1 Static content serving

I have set up apache 2.4 with HHVM 3.1.0 (nightly) on ubuntu 13.10 For some reason the server serves the hhvm files (.php) correctly, but when I try to load a .html/.css or any other static file it initiates a download instead of showing I asked…
Marc Went
  • 41
  • 1
  • 4
1
vote
1 answer

HTML Redirect issue with Apache2

I am facing an issue with the ProxyPass on my Apache server on Ubuntu. I have configured Apache to deal with Virtual Hosts on my server. There is an application with runs on the server and uses ports 8001 8002. I need to do something like…
Vijit Jain
  • 86
  • 3
  • 15
0
votes
1 answer

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 instead of PHP5 like i had last time. The issue im…
xR34P3Rx
  • 197
  • 1
  • 3
  • 15
0
votes
1 answer

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 that a page is loaded by javascript and ultimately…
0
votes
0 answers

IIS failing to serve MP4 other than to a desktop browser

I'm using the HTML5 video tag as follows: I've got an IIS mime-type for .mp4 set up as video/mpeg,…
R4D4
  • 189
  • 6
0
votes
0 answers

HTML5 media loading sometimes suspends or aborts: misconfigured Apache?

Recently, some code that has been working fine for months started to run unexpectedly. That code is just a media files loading JavaScript function, that uses jQuery. It's pretty long, but in essence it is like this: var…
0
votes
0 answers

apache configuration to make IE play m4a files

I have an apache configuration problem that I hope someone will shed some light on, i have a test page with html5 audio tag pointing to an m4a file on my server, all browsers except for IE are able to play this file although in the mimetypes,…
0
votes
1 answer

Redirect all request to index.html but allow redirect from index.html to other page

How can I redirect all unknown request to index.html and allow access (redirect) from index.html to other page within same directory. In my index.html I have submit button , when I click on that It will call perl script , then depends on response…
pervez
  • 1
  • 2
0
votes
1 answer

webm html5 videos lose connection with apache server

webm html5 videos that are played through a domain on my server sometimes lose connection. A video that is playing will start to buffer and then stop part of way through with that message "Video playback aborted due to a network error." displayed on…
Jizbo Jonez
  • 117
  • 1
  • 9
0
votes
3 answers

ffmpeg fully html 5 converion supported

I need to know about library that required for ffmpeg for convert any format of audio and video for supported following format to have best configuration to convert audio and video files for html5 formats. I need for support mp3 and ogg for audio…
sweb
  • 451
  • 1
  • 9
  • 27
0
votes
2 answers

Why doesn't my server render my website properly?

I want to know what could be wrong with my server? I have uploaded the exact same website files to both a public and private server and it doesn't display the same way on both of them. The files have been uploaded onto a public web host and it…
Emran
  • 1
0
votes
1 answer

is canvas html5 be readonly?

I want my html5 canvas as readonly. Is that possible?
amita
  • 1
0
votes
1 answer

WebSockets setup questions

I'm running a Windows 2008 server, and I need some help setting up whatever I need to set up on the server side. I've been googling like mad, but with my luck, I just cant find a windows compatible server solution for setting up a WebSocket server…
0
votes
1 answer

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.
SF.express
  • 364
  • 1
  • 10
0
votes
0 answers

Remote app loads endlessly on windows server 2016 (Webclient or RDWEB)

I have a domain controller (DC) with windows server 2012 R2, from which I create remote apps via powershell on a gateway server (RD gateway - gateway.server.org (fictive name)) which has windows server 2016 and the remote desktop services installed…