Skip to main content
Participating Frequently
March 9, 2010
Answered

Dynamic Live Stream don´t take the best stream for my bandwith

  • March 9, 2010
  • 1 reply
  • 639 views

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:

  1. Vid: 500 kbps - Audio: 48 kbps
  2. Vid: 800 kbps - Audio: 48 kbps
  3. 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

    This topic has been closed for replies.
    Correct answer amit_kr

    Ya this issue was there but it has been fixed now and the new release will be soon on public website till then please wait.

    1 reply

    77nautiusAuthor
    Participating Frequently
    March 10, 2010

    I working a little bit on my problem.

    I put an text area in my script to see which stream is taken.

    I slow down the bandwith to 100, 200 and 350 kbps and - surprise surprise only the 100 kbps stream was taken by my app.

    Nobody any idea what the problem can be?

    Regards,

    Daniel

    amit_krCorrect answer
    Adobe Employee
    March 12, 2010

    Ya this issue was there but it has been fixed now and the new release will be soon on public website till then please wait.

    77nautiusAuthor
    Participating Frequently
    March 12, 2010

    Thanks for the information!!!!

    Regards,

    Daniel