Hi I was wondering if this had 1080p HTML 5 <video> tag support and can play without lag ? I got a raspberry pi and it was terrible and could not play any videos at all . Thank you
+1 I saw today a video from UDOO where the camera was running on UDOObuntu and it was performing very well. I want to know if that performance will be matched if run on Chromiun with streaming via getUserMedia() for example.
Video streaming should be done using "motion" packet. It captures frame by frame and send it as a stream to a http port (8081). To configure it you can use the Raspberry PI guides, the package is the same. Performace are not the same on the video, because on android the camera use pipeline optimized by Freescale for UDOO. Under Linux we need two services to play video on a browser. One better solution should be to use GST pipelines to redirect the stream on a TCP port and then "use" this on the browser. We didn't try this for the moment but surely should be faster.