2 Star 0 Fork 0

mirrors_chromium_googlesource/webmlive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause
Building

Tools needed:
- cmake v2.8 or higher.
- Microsoft Visual Studio 2013
  - Newer versions should be fine provided cmake includes a generator.
  - Older versions may not work because webmlive/encoder uses C++ 11 features.

Run cmake from the directory of your choice. Pass it the path to the encoder
directory of the webmlive repository. This will produce ENCODER.sln. Open it
to use the IDE, or pass it directly to msbuild to build the encoder.


Basic live streaming using dash.js WebM support

Requires:
- dash.js (specifically the webm stuff in the contrib sub dir of its repo)
- python v2.7 or higher and the RangeHTTPServer module
  - hint for people unfamiliar with python: install pip, then:
    $ pip install rangehttpserver
  - or, should the above not work, you might have to run:
    $ python -m pip install rangehttpserver

Step 1: Setup webmlive/testing/test_server.py:
  $ cd some/directory/for/encoder/output
  $ python path/to/webmlive/testing/test_server.py

Step 2: Run RangeHTTPServer:
  $ cd encoder/output/directory/from/step/1
  $ python -m RangeHTTPServer

Step 3: Copy webmlive.html to the serving directory:
  $ cp webmlive/testing/webmlive.html directory/from/step/1

Step 4: Copy dash.webm.js to the serving directory:
  $ cp path/to/dash.js.git/contrib/webmjs/dash.webm.debug.js dir/from/step/1

Step 5: Run encoder:
  $ cd some/directory/for/local/encoder/output
  $ webmlive/encoder.exe --url localhost:8001/dash --dash_name webmlive

Step 6: Watch your stream:
  Run a web browser that supports DASH playback and then open the page:
    localhost:8000/webmlive.html
Copyright (c) 2011, Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

暂无描述 展开 收起
README
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_chromium_googlesource/webmlive.git
git@gitee.com:mirrors_chromium_googlesource/webmlive.git
mirrors_chromium_googlesource
webmlive
webmlive
main

搜索帮助