zoukankan      html  css  js  c++  java
  • LIVE555 WebRTC Demonstration

    Live Networks logo

    LIVE555TM WebRTC Demonstration

    The WebRTC video demonstration is currently offline. For alternative technology for viewing a RTSP stream from within a web browser, please note instead the "LIVE555 HLS Proxy" application.


    Explanation

    network layout

    Network layout


    The "LIVE555 WebRTC Server" acts as a proxy for a 'back-end' RTSP stream (a network camera, delivering a H.264, MPEG-4, or JPEG video stream). The server transcodes the video stream into a 100kbps VP8 video stream, and delivers this VP8 video stream to one or more 'front-end' clients.

    Unlike the "LIVE555 Proxy Server" however, the "LIVE555 WebRTC Server's" front-end clients are not RTSP clients, but web browsers - using the "WebRTC" standard (part of HTML5). WebRTC allows compliant browsers (including Chrome and Opera) to receive real-time audio/video streams, without requiring a 'plugin'.

    The VP8 video stream is delivered to each 'front-end' client web browser using SRTP (i.e., encrypted RTP/RTCP, which is mandated for WebRTC). The "LIVE555 WebRTC Server" - along with each web browser - uses the IETF-standard STUN and ICE protocols to traverse any NATs that may be present between the server and browser.

    The web browsers initiate the stream by loading a web page from a regular (PHP-enhanced) web server. The web page contains Javascript code that (i) asks the web server to contact the "LIVE555 WebRTC Server" to start streaming to this new browser client, and (ii) tells the browser to start receiving the WebRTC video stream.

    Implementation notes

    • The "LIVE555 WebRTC Server" is a "GenericMediaServer" subclass, containing a "ProxyServerMediaSubsession" (subclass) object.
    • STUN/ICE (for NAT traversal/endpoint discovery) and SRTP (encrypted RTP/RTCP) has been implemented using custom subclasses of the "Groupsock" class.
    • Media transcoding support has been an (optional) feature in "ProxyServerMediaSubsession" since "LIVE555 Streaming Media" version 2015.07.19.

    If you have any questions/comments about this demo, or the underlying technology, please use our "live-devel" mailing list.


    "LIVE555" and the Live Networks logo are trademarks of Live Networks, Inc.

    Copyright

    http://webrtc.live555.com/

  • 相关阅读:
    如何选择Html.RenderPartial和Html.RenderAction
    [转]使用 HTML5 WebSocket 构建实时 Web 应用
    基于.NET平台常用的框架整理
    0303
    XMLHTTP
    0120如何合并两个使用 System.Xml 使用 Visual C#.NET 的 XML 文档中的数据
    后台动态创建datatable0115
    笔记1126ASP.NET面试题(转)
    笔记1015
    数组与ARRAYLIST的关系与区别(转)
  • 原文地址:https://www.cnblogs.com/dong1/p/14587702.html
Copyright © 2011-2022 走看看