hds-live performance issues
i seeing bad buffering , jumpiness on live stream im testing. appreciate critique on configs.
note - using ams5, need use version 1.0 manifest due limitation our player.
the playback url format is:
http://servername/hds-live/livepkgr/_definst_/stream.f4m
below configs stream , ams/apache.
manifest.xml + event.xml:
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<!--<dvrinfo beginoffset="0" endoffset="3600"></dvrinfo>-->
<media streamid="stream1" bitrate="300"></media>
<media streamid="stream2" bitrate="700"></media>
<media streamid="stream3" bitrate="1200"></media>
</manifest>
<event>
<eventid>stream</eventid>
<recording>
<fragmentduration>4000</fragmentduration>
<segmentduration>400000</segmentduration>
<diskmanagementduration>1.5</diskmanagementduration>
</recording>
</event>
livepkgr, application.xml:
<application>
<streammanager>
<live>
<assumeabsolutetime>true</assumeabsolutetime>
<publishtimeout>0</publishtimeout>
<adjustforzerotimestampmessages>2</adjustforzerotimestampmessages>
<adjustforrecordingrollover>false</adjustforrecordingrollover>
</live>
</streammanager>
<hds>
<recording>
<fragmentduration>4000</fragmentduration>
<segmentduration>400000</segmentduration>
<diskmanagementduration>1.5</diskmanagementduration>
<framerate></framerate>
<framesperkeyframeinterval></framesperkeyframeinterval>
<keyframeintervalsperfragment></keyframeintervalperfragment>
<frameprecision></frameprecision>
</recording>
</hds>
</application>
httpd.conf hds-live:
<location /hds-live>
httpstreamingenabled true
httpstreamingliveeventpath "../applications"
httpstreamingcontentpath "../applications"
hdsfmsdirpath ".."
httpstreamingf4mmaxage 86400
httpstreamingbootstrapmaxage 2
httpstreamingdrmmetamaxage 3600
httpstreamingfragmaxage 86400
options -indexes followsymlinks
</location>
thanks in advance, stu
More discussions in Adobe Media Server
adobe
Comments
Post a Comment