Skip to main content
Known Participant
January 31, 2011
Question

FMS video playlist with different aspect ratios

  • January 31, 2011
  • 1 reply
  • 626 views

Hi,

I have an application, what playing server side playlists. The problem is: in the player (FLVPlayback) the videos with different aspect ratios displaying with the aspect ratio of the first video.

Please help me!

Thank's!

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    February 1, 2011

    Problem here is that when you do server side playlist then it is considered as single live stream getting published from the server so what ever width and height FLVPlayback gets from first video it takes that and creates the video player which remains fixed afterwards. So I would suggest you to use any placeholder for flvplayback so that you can fix the size of placeholder and let the video be displayed inside it using any scale mode.

    Regards,

    Amit

    tomipontAuthor
    Known Participant
    February 1, 2011

    Thank's for the reply!

    FLVPlayback.scaleMode = VideoScaleMode.MAINTAIN_ASPECT_RATIO;

                                         = VideoScaleMode.NO_SCALE;

                                       

    not change the ratio of videos.

    If I understand well, should I to set the size of player manually. BUT between the videos I can't find any event, or anything else, therefore I don't to consider the changes of ratio or size...