Results 1 to 5 of 5

Thread: TextChat Get Shared Objects

  1. #1
    Join Date
    Dec 2009
    Posts
    11

    Default TextChat Get Shared Objects

    Is there any way I can add a listener to the rtmp application for when a new shared object was created?

    Maybe I'm going about my problem all wrong. I'm setting up peer-to-peer chat rooms, and when one peer initiates the chat, the shared object is created for those two. The other peer needs to be notified that someone is trying to chat with them.

    I'm trying to accomplish this through a separate SWF file that acts as a listener to the media server to determine if a shared object has been created, and what the shared object names are.

  2. #2

    Default

    Take a look at the ISharedObjectNotify class in the server-side API docs.

    Charlie

  3. #3
    Join Date
    Dec 2009
    Posts
    11

    Default So...

    Hmm, ok...

    So, I create my custom module (jar file), stick it in the lib directory, add it to the Application.xml file

    When I'm making the custom module, how can I get the com.wowza.wms to import? Pardon my ignorance...

    Upon notification, I would send a call back to the client (which is handled in my SWF file, correct?)

  4. #4
    Join Date
    Dec 2007
    Posts
    25,690

    Default

    Use the Wowza IDE, which includes wizards for creating Wowza project and Wowza server module class files. It's very convenient fast-track to server-side Wowza. The IDE compiles jar file from your project into the wowza/lib folder.

    http://wowzamedia.com/ide.html

    Richard
    Last edited by charlie; 12-01-2010 at 04:44 PM.

  5. #5
    Join Date
    Dec 2009
    Posts
    11

    Default If only

    I have the IDE downloaded (and appreciate that you used Eclipse platform, as it's a my preferred environment). Now if only I could convince them to let me develop directly on our wowza server instead of on my local machine and moving the necessary files over when needed.

    Perhaps I'll download the free install on my local machine for development purposes, and move it over.

    Ok, thanks for the input guys.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •