• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Settings of live stream for FMS 4.5 on Amazon

New Here ,
Mar 27, 2013 Mar 27, 2013

Copy link to clipboard

Copied

Hi. We are cureently have an issue with setting up an outcoming stream for a livechat. We are using FMS 4.5 on Amazon and OSMF player. When streaming from FMLE everything is working fine. But when streaming from  as3  we receive  buffering status of OSMF player and  wornings in amazon server:

Warning from libf4f.so: [Utils] [1cbec29179f3616a6b284fc9ecc029d8] [1cbec29179f3616a6b284fc9ecc029d8] FMS F4F recording received timestamps with absolute time flowing backward lastTime held was 2109435 and the most recent arrived was 2107876.  This message is being ignored - recording will continue.

Stream settings are:

_streamCam = Camera.getCamera();

_streamCam.setMode (640,480,30,true);

_streamCam.setQuality (1200 * 1024, 90);

_streamCam.setKeyFrameInterval(4);

var pH264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();

pH264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_3_1);

pH264Settings.setQuality(_streamCam.bandwidth,_streamCam.quality);

Also Adobe resommends to enable streamsynchronization like it is done for FMLE:

http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725dfa0-8000.ht...

<flashmedialiveencoder_config>

    <mbrconfig>

        <streamsynchronization>

            <!-- "true" to enable this feature, "false" to disable.                    -->

            <enable>true</enable>

Is it possible to do the same for AS3 Netstream? If so, please tell the name of  a proppety.

Please kindly, advise.

Views

903

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 14, 2016 Mar 14, 2016

Copy link to clipboard

Copied

LATEST

Hello everyone,

I have the same issue of , can someone help us?

If I broadcast my content using FMLE it works perfectly changing the XML file of FMLE, but If I want to publish the content using Flash Player and AS3 I can't receive it.

I'm in a rush, can some one help us please?

Best regards,

Manel

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines