1 / 22

WebRTC over STB

November 2013. WebRTC over STB. Hugo MACHEFER (CSWBU). Demos (desktop):. Demos (desktop):. Demos (desktop):. WebRTC APIs. MediaStream. RtcPeerConnection. RtcDataChannel. What is WebRTC ?. ?. Where ?. SEMANTICS. OFFLINE. DEVICE. CONNECTIVITY. MULTIMEDIA. GRAPHICS, 3D.

tehya
Download Presentation

WebRTC over STB

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. November 2013 WebRTCover STB Hugo MACHEFER (CSWBU)

  2. Demos (desktop):

  3. Demos (desktop):

  4. Demos (desktop):

  5. WebRTC APIs MediaStream RtcPeerConnection RtcDataChannel

  6. WhatisWebRTC ? ?

  7. Where ? SEMANTICS OFFLINE DEVICE CONNECTIVITY MULTIMEDIA GRAPHICS, 3D PERF / INTEG CSS3

  8. When ?

  9. Complete architecture

  10. Experimentation on STB MH Evolution Standard Less MH ADVANCED

  11. End-user (client) HW SW

  12. Orly use-case --list-formats --set-parm=30 v4l2-ctl /dev/video5 ./capture …-o | gst-launch

  13. Pre-requisites

  14. Which STB 7435 G8/ipclient

  15. Overhaul architecture WebApp Browser Player

  16. Architecture JavaScript UserMedia- Controller MediaStream MediaPlayer PeerConnection MediaStreamCenter PeerHandler MediaStreamCenter- Gstreamer StreamMediaPlayer- PrivateGstreamer PeerHandler-Gstreamer CentralPipelineUnit

  17. Flow chart navigator.getUserMedia ("camera", function(localStream) { video.src = window.URL.createObjectURL(localStream); }, .. UserMedia- Controller MediaPlayer MediaStream queryUserMedia MediaStreamCenter queryUserMedia MediaStreamCenter- Gstreamer StreamMediaPlayer- PrivateGstreamer registerSourceFactory CentralPipelineUnit

  18. Flow chart navigator.getUserMedia("camera", function(localStream) { video.src = window.URL.createObjectURL(localStream); }, .. UserMedia- Controller MediaPlayer MediaStream queryUserMedia MediaStreamCenter load queryUserMedia MediaStreamCenter- Gstreamer StreamMediaPlayer- PrivateGstreamer connectToSource registerSourceFactory createSource CentralPipelineUnit Src Sink

  19. BCM use-case 7435

  20. WebRTC (STB-to-mobile):

  21. Cisco Strategy for Web Extend SDKs, Build Standards, Develop Products Products • Progressively introduce HTML5 & WebRTC • e.g. “Jabber C” SDK • Build on Jabber SDK • Empower customers, ISV’s, partners, etc Standards • Work with standard bodies and industry shapers • Openness, interoperability …

  22. THAT’S ALL FOLKS

More Related