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

FMS 4.5 HTTP Streaming 10 seconds delay?

New Here ,
Jun 08, 2012 Jun 08, 2012

Copy link to clipboard

Copied

I'm using HTTP Streaming with FMS 4.5. There is a 10-second delay for the video to reach on the receiver end. My application is of an interactive nature (think: presentation) and this delay is too long. The presentation slides change and the video reaches the audience late.

Is there a way I can reduce the delay to under 5 seconds?

Views

3.3K

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

correct answers 1 Correct answer

Deleted User
Jun 13, 2012 Jun 13, 2012

Hi Adeel,

In HDS Live the fragment is first written to the disk. When the write is complete it is updated in the bootstrap and sent to the client. The client then requests for the fragment, receives it and then plays it back. Now here is the problem: by default the fragment duration is set to 4 seconds in livepkgr, so there will be a 4 second delay till the fragment is written onto the disk. (Reducing the fragment duration to lower is not recommended). The the bootstrap file is updated and sent t

...

Votes

Translate

Translate
Guest
Jun 13, 2012 Jun 13, 2012

Copy link to clipboard

Copied

Hi Adeel,

In HDS Live the fragment is first written to the disk. When the write is complete it is updated in the bootstrap and sent to the client. The client then requests for the fragment, receives it and then plays it back. Now here is the problem: by default the fragment duration is set to 4 seconds in livepkgr, so there will be a 4 second delay till the fragment is written onto the disk. (Reducing the fragment duration to lower is not recommended). The the bootstrap file is updated and sent to client. The client has the request for fragments and the playback the fragment. These activities may take another 2-3 seconds or more depending upon your network conditions. So reducing the delay to less than 5 seconds is very difficult.

Thanks,

Apurva

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 ,
Jun 13, 2012 Jun 13, 2012

Copy link to clipboard

Copied

LATEST

Thanks Apurva. That's a very helpful answer!

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