Questions tagged [html5]

For questions pertaining to HTML5.

HTML5 is the current standard and in webpage programming languages. Many other languages can be used to augment the basic HTML5 programming of a page.

32 questions
10
votes
3 answers

How to stream low-latency video from the RPi to a web browser in realtime

I took me a while of hunting, but I managed to get low-latency real-time video streaming working on my RPi2. I'm running this on my RPi2: raspivid -t 999999 -h 720 -w 1280 -fps 25 -b 2000000 -vf -o - | gst-launch-1.0 -v fdsrc ! h264parse !…
Cerin
  • 2,291
  • 8
  • 33
  • 49
6
votes
2 answers

What Operating System/Web Browser supports HTML5 video with hardware acceleration on the Raspberry Pi?

Problem: I'm currently attempting to boot my Raspberry Pi into kiosk mode so that an HTML5 Video will play without skipping. My problem is that all video skips and will not play smoothly without GPU hardware acceleration. I've attempted several…
SaundersB
  • 183
  • 1
  • 1
  • 7
6
votes
1 answer

Why is my simple HTML Canvas rendering only 11fps in Chromium a Pi3?

I've written some simple HTML games for my kids on the Pi. The latest one uses a Canvas but the performance is terrible (and I get the yellow "running hot" square). I measured by code running in my render loop but it takes < 1ms per frame; yet the…
Danny Tuppeny
  • 251
  • 1
  • 2
  • 10
5
votes
2 answers

Epiphany Browser is unable to display HTML5 Video

I installed latest Raspberry PI os and it has a default browser (Epiphany). I want to run my simple html5 webpage having a video, but browser is displaying only video controls and do not stream video. I use html5test.com for checking the supporting…
Noman Uddin
  • 53
  • 1
  • 1
  • 6
3
votes
1 answer

Printing state of wiringpi pin onto webpage

I have a Pi set up with Apache and wiringpi, and I would like to read the state of an in pin (every 20 seconds, if possible) and display it on my webpage using PHP. The input is to determine if my computer is on or off remotely. So basically, I…
0x3C
  • 31
  • 2
3
votes
6 answers

HTML5 Video options

My web-based application utilises HTML5 for various dynamic elements (img, video, etc). I'm hoping to be able to use RPi's for system deployment, but I can't seem to find a suitable mix of browser/file format which allows for HTML5 video…
jars121
  • 133
  • 1
  • 1
  • 5
2
votes
2 answers

raspberry pi running python website on linux

we ara planning to make a program for raspberry pi 3. We figured out that maybe it would be better to write this program as a website with python. If the button is a website element, and the website using python, can i control linux functions thru…
Ignity
  • 23
  • 3
2
votes
1 answer

Video on sites are Jerky

I've got a problem with my Rpi 3 on a Raspbian. I want to show some videos from internet (HTML Videos), but when I display them (they are not even in full screen), it's all jerky. It plays 2 seconds of videos, then stop, then start again etc...…
B.T
  • 121
  • 2
2
votes
0 answers

Realtime streaming video to HTML5 with RaspberryPi, gstreamer

I'm trying to make a live stream from a Raspberry camera available on a HTML5 webpage. Because of combination of factors, I would like to stream it to an outside server pc(Server pc os is window7) and and this server should be able to supply the…
chad
  • 21
  • 2
2
votes
0 answers

PHP stopped working after installing sendmail on raspberry pi

My PHP is not working after I installed sendmail on the raspberry pi. PHP is still installed. I checked using php -v on the command line. My lighttpd server is just not serving php. I've tried restarting the server and the pi itself. It only serves…
Sub 6 Resources
  • 161
  • 1
  • 1
  • 7
2
votes
0 answers

Embedding live video stream to a html5 webpage; both camera server and webserver hosted on pi

I have a USB camera connected to my pi. I'm also hosting my personal website on it. How do I create a separate page on my website with authentication and display the live feed from my port 8081 on it?
ArcaneDominion
  • 129
  • 1
  • 3
2
votes
1 answer

Apache2 how to access .html file outside website root

I am trying to create a localhost website that has multiple links to redirect to other .html files on the raspberry pi. These other .html files and websites are located in a folder located at /home/pi/sites. The website root is located at…
user119682
  • 21
  • 2
2
votes
1 answer

Link to HTML-File on Raspberry Pi running openHAB

On the Raspberry Pi, I have an html-file which I can view when directly logged into the Raspberry Pi. The page is shown on a display that is directly connected to the Raspberry Pi. Now I want to invoke that file using Firefox or Edge on my PC. I've…
Soeren
  • 21
  • 2
2
votes
1 answer

How to control python code though web page

Currently I am working on a dual axis sun calibration device. Everything was going well so far but I made a huge mistake. Here is what I made so far. I wrote my code in Python 3.8. Libraries I used: Astropy (sun position calculation) RPi.GPIO…
1
vote
2 answers

WPE - WebPlatform For Embedded built directly on Raspbian Stretch (HW Support)

I'm trying to build WebKitForEmbedded https://wpewebkit.org/ but this is disaster. I've created another post about this issue (https://stackoverflow.com/questions/51578580/wpe-build-installed-directly-on-raspbian-image) but there are a lot of…
sticker
  • 31
  • 1
  • 3
1
2 3