Skip to content

Commit

Permalink
add testClient.swf
Browse files Browse the repository at this point in the history
  • Loading branch information
langhuihui committed Feb 14, 2016
1 parent 2e01ec1 commit b86a00f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ this project's goal is to play live rtmp video in Html5
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;
Binary file added testClient.swf
Binary file not shown.

0 comments on commit b86a00f

Please sign in to comment.