HTML 5 Video

Discussion in 'General Discussion' started by glenskie16, Jun 5, 2014.

  1. glenskie16

    glenskie16 New Member

    Joined:
    Jun 5, 2014
    Messages:
    5
    Likes Received:
    0
    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
     
  2. glenskie16

    glenskie16 New Member

    Joined:
    Jun 5, 2014
    Messages:
    5
    Likes Received:
    0
    Nobody knows if its capable of this? streaming 1080p videos online ?
     
  3. Diego ZoracKy

    Diego ZoracKy New Member

    Joined:
    Sep 18, 2014
    Messages:
    6
    Likes Received:
    0
    +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.
     
  4. gionji

    gionji Member

    Joined:
    Jun 28, 2013
    Messages:
    38
    Likes Received:
    0
    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.
     

Share This Page