Hello,
I have managed to stream video to a web page from my PI. But it's in Flash, so mobile phones can't see it.
Is there a way to stream MP4 video to a webpage from a Pi camera V2? Or any other format mobile devices can see?
D.
Code: Select all
Xlib: extension "XInputExtension" missing on display ":1"
Code: Select all
raspistill -md 7 -w 640 -h 480 -o test.jpg -t 100
Volume up is left mouse button, was able to navigate between images (started with "eog Screenshot3*.png") and open menues!The user interface is fairly simple: touch the screen to move the pointer, and use the directional pad to activate the left/middle/right buttons. Update: the volume up/down buttons now work as mouse left/right buttons. Both virtual and physical keyboards are supported.
There is a .h264 websocket browser player, but it requires to be run on a computer with Intel CPU.Digivolution wrote: ↑Wed Jun 13, 2018 10:01 pmI was hoping to imbed streaming video in a webpage on the Pi. That is viewable, with video, in a portable device web browser window.