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

http video - very laggy

New Here ,
Sep 09, 2014 Sep 09, 2014

Copy link to clipboard

Copied

Hello,

I'm running Media Server 5 running on Windows Server, and I'm trying to use the HTTP live streaming feature. The video plays correctly, but has a very long (40 second) lag.

I tried viewing the same stream over RTMP, with much better lag (>2 seconds) - so this seems to be an HTTP specific problem.

Does anybody know what could be causing such high lag when using HTTP mode? Are there some settings which can be changed?

If it helps, we're attempting to play the video using the HTML5 <video> tag:

  <video width="480" height="360" id="video" autoplay>

  <source src="http://10.10.3.114/hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8" type="application/x-mpegURL" />

  HTML5 video not supported.

  </video>

Thanks!

Views

317

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
Adobe Employee ,
Sep 10, 2014 Sep 10, 2014

Copy link to clipboard

Copied

Try reducing segment duration for HLS.

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
New Here ,
Sep 10, 2014 Sep 10, 2014

Copy link to clipboard

Copied

Thanks for the tip - how I can change the duration?

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
Adobe Employee ,
Sep 11, 2014 Sep 11, 2014

Copy link to clipboard

Copied

LATEST

set HLSMediaFileDuration to appropriate lower value(the default is 8) in httpd.conf file of Apache server.

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