RTMP 视频直播方案 H5RtmpClient

码农软件 · 软件分类 · 多媒体处理 · 2019-09-13 06:43:54

软件介绍

用 HTML 5 技术播放 rtmp 视频直播流的方案,采用本人开发的 csharprtmp 作为服务器,Broadway 作为视频解码方案,speex.js 作为音频解码方案,emscripten 作为编译器的创新技术,需要浏览器支持 AudioContext,WebSocket,webgl(可选),TypedArray,等 H5 功能支持才可以正常使用。

csharprtmp 已经上传至 github

Flash 客户端示例代码:

var h264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
h264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_3);
ns.videoStreamSettings = h264Settings;

var mic:Microphone = Microphone.getMicrophone(-1);
mic.codec = SoundCodec.SPEEX;
mic.framesPerPacket = 1;

本文地址:https://www.codercto.com/soft/d/14479.html

Geometric Folding Algorithms

Geometric Folding Algorithms

Erik D Demaine / Cambridge University Press / 2008-8-21 / GBP 35.99

Did you know that any straight-line drawing on paper can be folded so that the complete drawing can be cut out with one straight scissors cut? That there is a planar linkage that can trace out any alg......一起来看看 《Geometric Folding Algorithms》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具