Dynamic Live Stream don´t take the best stream for my bandwith
Hi @9264381,
I hope someone can help me with my problem - btw. sorry for my English!
I build a client side application where is only a FLVPlayback2.5 component and a short AS3 script.
AS3:
import fl.video.*;
VideoPlayer.iNCManagerClass = NCManagerDynamicStream;
myPlayer.fullScreenTakeOver = false;
var dsi:DynamicStreamItem = new DynamicStreamItem();
//myVideo.source = "dynamicStream.smil"
dsi.startRate = 1548;
dsi.uri = "rtmp://x.x.x.x.x/dani_/";
dsi.addStream("test548", 548);
dsi.addStream("test848", 848);
dsi.addStream("test1548", 1548);
myPlayer.play2( dsi );
My Encoder is setup with three streams:
- Vid: 500 kbps - Audio: 48 kbps
- Vid: 800 kbps - Audio: 48 kbps
- Vid: 1500 kbps - Audio: 48 kbps
I start the encoder and everything looks fine in the log.
In my browser (Safari or Firefox) I go to my html site and the stream starts after 6-8 sec. But anytime with the lowest bitrate 548 kbps and nothing look like the stream is switching to another bitrate.
I tried it with the smil playlist and the result is the same. Only the lowest bitrate is plublished.
My network connection is on a 100MBit leasd line, so I don´t think that my connection is the problem ![]()
What did I wrong? Or Have I missunderstood something in the examples for dynamic streaming?
Regards from Munich/Germany
Daniel
EDIT: Must I change something in the ini-file or in a nother config-file of the server.
Nachricht geändert durch 77nautius
