Skip to main content
Participating Frequently
March 20, 2012
Question

HDS streaming problem. FMIS

  • March 20, 2012
  • 1 reply
  • 575 views

Using more expensive FMIS(interactive), 4.5.1.

Have an odd behaiviour - have setup a dozen HDS/HLS applications. When first turning them on - they work as expected. BUT, if i restart FMS service - they all stop working. The only solution i have found - inside an application folder - there are two folders "events" and "streams'. If i manually delete the folders - and restart the encoders - everything starts to work again. What is going on, and how do i solve this?

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    March 21, 2012

    Thanks for using the FMS.

    Probably you are republishing on to the same stream and event name with some wrong publisher settings. You can do following things:

    1. Either change the stream-name and event-name after restarting the FMS.

    2. If you provide the same stream-name and event-name, then they will be recorded in "append" mode to previous data. For this to append correctly, enable sending "absolute timestamps" from your publsiher.

    3. In case, append is not a requirement for your, publish stream as livesteam?adbe-record-mode=record&adbe-live-event=liveevent. Here adbe-record-mode will tell the server to fresh record the stream, instead of in append mode.

    I hope it will help.