Skip to main content
Participant
March 8, 2009
Question

How to Set in admin panel the Stream.name

  • March 8, 2009
  • 1 reply
  • 378 views
Hi to all,

i am trying to find how to set the name to a client when he start to stream an flv or an mp3 or whatever.
In the admin panel and in the tab "Streams" i saw it has some infos that i would like to set some of them and especially the Client of the Stream in the right menou panel in data and ofcourse the NAME in the left panel

Now i don`t know if this values are sharedObject and i should look on this class or i can assign them somehow else.

Can anybody give an advice???

thanx in advance
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    March 11, 2009
    What you see in admin console is Client id which is probably assigned to it by server and i don't think you can override it. What you can do is probably add your own property say name to client in onConnect method on server and use that to track which client is streaming which stream - but again i don't think it will be displayed in admin console. Not sure though.