Nolbir01 / H5RtmpClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H5RtmpClient

this project's goal is to play live rtmp video in Html5

What you need to compile and run

csharprtmp(my another project)、Broadway、Speex.js all these projects are on github

you need to modify js/index.html to connect to right server address

you can publish video by use testClient.swf,or you can write a flash client by yourself.

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;

About

License:GNU General Public License v3.0


Languages

Language:C 90.6%Language:C++ 4.7%Language:Logos 2.9%Language:JavaScript 1.2%Language:Python 0.3%Language:HTML 0.3%