You cannot post messages because only members can post, and you are not currently a member.
Description:
Milenia Grafter Server related discussion
|
|
|
doc about rtmp protocol
|
| |
Hello, i would like to implement a rtmp server in my application. And
specifically to read the stream produced by flash player from the
webcam. Im quite experienced as a network coder, i had good
information about flv format but i lack information about the rtmp
protocol in itself. i got some very basic documentations explaining... more »
|
|
MilGra for VoIP?
|
| |
Hi there,
I'm new to the whole "flash" phenomenon (never developed client or
server, even had it blocked in my browser...) and now I must choose
between MilGra and Red5 for a specific project.
Is there some general document comparing the two somewhere?
I could use some specific help as well, let me outline our plans and... more »
|
|
next steps
|
| |
So, these are the things what are have to be done : - fine tune bandwidth / throughput detection and frame dropping - it not proper now - create a buffer pool for live streams, because now they are just multiplexed as they arrive, and broadcasting delay grows continously - vp6/h264 rtmp implementation - vp6 has some tricks, for example rtmp... more »
|
|
0.8 beta first encounter
|
| |
Hi everyone! Finally i came up with a new beta version. It has bugs, a few things in the unit tester isn't working, but i'm going to sort these out in the next few weeks. [link] cheers MilGra
|
|
MilGraUnitClient not working
|
| |
HI,
I checked out the files from the svn repository, i compiled the
MilgraUnitServer and place into application directory, and published
the MilgraUnitSkin.fla from the MilgraUnitClient -> skin directory ,
the swf file is blinking , do i want to change anything to make it.
Thanks in advance,... more »
|
|
NetStream status banding error !!!
|
| |
the NetStream.onStatus not work !!
//grafter server client code
var myCamera:Camera = Camera.get();
var my_nc:NetConnection = new NetConnection();
my_nc.connect("rtmp://localhos t/APP.demo2");
my_nc.onStatus = function(info) {
trace("connection Status A="+info.code);
if (info.code == "NetConnection.Connect.Success ") {... more »
|
|
|