Skip to main content
prakashkadakol
Participant
January 5, 2010
Question

Live stream monetization?

  • January 5, 2010
  • 1 reply
  • 622 views

Hi

I have live stream application how i can monitor when that stream input and corresponding streamouts are active and how i can map between stream input ID and streamoutput ID???

    This topic has been closed for replies.

    1 reply

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    January 5, 2010

    Typically I recommend checking activity in script via the stream.time parameter and making sure that it's moving.   As for stream ID I'm not sure what ID you're speaking of in incoming and outgoing.  Can you name the commands that you're calling to monitor these for clarification?

    Asa

    prakashkadakol
    Participant
    January 6, 2010

    regarding stream ID,if i have multiple live capture and and corresponding streamouts are there where am assigning uniq id for streamin(capture) and same id used in streamout but how i can monitize that when connection ends or start and how i can map between mine manually assigned ID and media server logger details

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    January 6, 2010

    You should be using the access logs that FMS produces for monetization of your streams.  In particular you want to pair the events that happen play/stop and in the stop event the corresponding sc-bytes or sc-stream-bytes.  These values dictate how many bytes of a stream that a player of your application will consume.  You can identify them uniquely from the client ID attached automatically to the event.

    Asa