Skip to main content
Known Participant
August 8, 2013
Question

admin api - getLiveStreams showing duplicate streams.

  • August 8, 2013
  • 0 replies
  • 488 views

I'm calling the FMS 4.5.2 admin api method getLiveStreams for an application instance but it seems to return a duplicate entry for each stream.

Is this normal behavior or a bug? My results from the call are below. I'm encoding and pushing 4 streams to the server but it shows 8 streams.

<?xml version="1.0" encoding="utf-8" ?>

- <result>
<level>status</level>
<code>NetConnection.Call.Success</code>
<timestamp>8/8/2013 10:39:12 AM</timestamp>
<name>_defaultRoot_:_defaultVHost_:::_0</name>
- <data>
<_0>mbhsstream1</_0>
<_1>mbhsstream2</_1>
<_2>mbhsstream3</_2>
<_3>mbhsstream4</_3>
<_4>mbhsstream1</_4>
<_5>mbhsstream2</_5>
<_6>mbhsstream3</_6>
<_7>mbhsstream4</_7>

</data>

</result>

    This topic has been closed for replies.