Skip to main content
May 12, 2010
Answered

Are you able to "debug" the default "live" service in FMIS?If

  • May 12, 2010
  • 1 reply
  • 561 views

Maybe I'm doing this wrong...

In my:  "fms_install / applications / live" folder I've added the Application.xml code to allow debugging:

Looks something like this:

<Application>

<AllowDebugDefault>true</AllowDebug Default>

<AllowHTTPTunnel>true></AllowHTTPTunnel>


<StreamManager>

<VirtualDirectory>

              <!-- Specifies application specific virtual directory mapping for streams.   -->

<Streams>/;${LIVE_DIR}</Streams>

</VirtualDirectory>


</StreamManager>

...

When I load up the FMS admin console though I can't preview the Live video streams.  Am I doing something wrong?

( Live streams ARE working correctly.. this is just annoying me that I can't preview them through the admin console. )

    This topic has been closed for replies.
    Correct answer SE_0208

    I think you missed the parent tag of <AllowDebugDefault>true</AllowDebug Default>.

    Please make following changes

    <Debug>

    <AllowDebugDefault>true</AllowDebug Default>

    </Debug>

    Put entry like i have mentioned and try. Let me know if you still run into issues.

    1 reply

    SE_0208Correct answer
    Participating Frequently
    May 13, 2010

    I think you missed the parent tag of <AllowDebugDefault>true</AllowDebug Default>.

    Please make following changes

    <Debug>

    <AllowDebugDefault>true</AllowDebug Default>

    </Debug>

    Put entry like i have mentioned and try. Let me know if you still run into issues.

    May 13, 2010

    Ah HA!

    Thanks SE.

    That's enabled the debug options in the admin console again.

    Unfortunately I am still unable to view the streams. 

    When I select a stream and hit the "play stream" button the video player is blank and the log spits this out:

    "Object encoding error; terminating connection : rtmp://_defaultRoot_/_defaultVHost_/live/streamName"

    What's weird is that my client can view the stream correctly.

    I've also fired up liveMediaEncoder and broadcasted a test stream to the live app. 

    ( That stream I can preview in the admin console... so whatever this is its limited to my broadcasting web app and the FMS console...  +_+     )