Results 1 to 10 of 52

Thread: Module Collection

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    25,643

    Default Module Collection


    This forum post has moved to the following article:

    http://www.wowzamedia.com/forums/content.php?113

    Enjoy,
    The Wowza Team
    Last edited by charlie; 10-05-2010 at 12:30 PM.

  2. #2

    Default

    Guys, you have a typo there, ModuelCreateSnapshot class. Please fix.

  3. #3
    Join Date
    Dec 2007
    Posts
    25,643

    Default

    Thanks!

    It's updated.

    Richard

  4. #4
    Join Date
    Jan 2009
    Posts
    5

    Default ModuleLimitConnectionsToApplication work for NON-rtmp connections?

    Does anybody know if ModuleLimitConnectionsToApplication can be used to limit connections to live streams that are NON-rtmp? For example, will the module work to limit connections to Silverlight, RTSP and HTTP/iPhone streaming clients?

    If not, does anybody know a way to limit connections to these types of streaming clients?

    Thanks,

    Greg

  5. #5

    Default

    Hi Guys,

    I'm try to use ServerPublisher with LiveStudio.html, when I execute some commands receive this response:
    WARN server comment - Missing function: playNextPlaylistItem
    WARN server comment - Missing function: addNewStream

    Y have added the line in ServerListener, I forget setting something else?
    #####################################
    The info missing in the readme.html is here: http://www.wowzamedia.com/forums/sho...22&postcount=5
    #####################################

    But now have this error:
    Code:
    ERROR server comment - invoke(playNextPlaylistItem): java.lang.NullPointerException: com.wowza.wms.plugin.collection.module.ModuleStreamControl.playNextPlaylistItem(ModuleStreamControl.java:43)
    java.lang.NullPointerException
        at com.wowza.wms.plugin.collection.module.ModuleStreamControl.playNextPlaylistItem(ModuleStreamControl.java:43)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.wowza.wms.module.ModuleFunction.invoke(Unknown Source)
        at com.wowza.wms.module.ModuleFunctions.invoke(Unknown Source)
        at com.wowza.wms.request.RequestProcessFunctions.processFunctions(Unknown Source)
        at com.wowza.wms.client.ClientWorker.processNextReq(Unknown Source)
        at com.wowza.wms.request.RTMPRequestAdapter.service(Unknown Source)
        at com.wowza.wms.server.ServerHandler.serviceRequest(Unknown Source)
        at com.wowza.wms.server.ServerHandler.handleMessageReceived(Unknown Source)
        at com.wowza.wms.server.ServerHandler.messageReceived(Unknown Source)
        at com.wowza.wms.server.ServerHandlerThreadedSession.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Thanks
    Ale
    Last edited by cdgraff; 01-24-2010 at 12:00 PM.

  6. #6
    Join Date
    May 2009
    Posts
    18

    Default

    Hi,

    I'd like to try the ServerListenerStreamPublisher so I followed the readme.

    I downloaded the precompiled modules and copied the wms-plugin-collection.jar file under the lib folder.
    As written in the readme I created the streamschedle.smil file under the content folder and finally added the <ServerListener> directive to the Server.xml file.

    When I start the server I got the following java exception.

    Pls help.

    Code:
    INFO vhost comment _defaultVHost_ Bind attempt ([any]:8086)
    INFO vhost comment _defaultVHost_ Bind successful ([any]:8086)
    Error starting: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.wowza.wms.bootstrap.Bootstrap.startServer(Bootstrap.java:248)
            at com.wowza.wms.bootstrap.Bootstrap.main(Bootstrap.java:47)
    Caused by: java.lang.NullPointerException
            at com.wowza.wms.plugin.collection.serverlistener.ServerListenerStreamPublisher.onServerInit(ServerListenerStreamPublisher.java:27)
            at com.wowza.wms.server.Server.notifyServerInit(Unknown Source)
            at com.wowza.wms.server.Server.start(Unknown Source)
            ... 6 more

  7. #7

    Default ModuleMonitorStream

    I don't see ModuleMonitorStream in this list. Am I missing it?

  8. #8
    Join Date
    Dec 2007
    Posts
    25,643

    Default

    I added it to the list: "ModuleLimitPublishedStreamBandwidth"

    http://www.wowzamedia.com/forums/showthread.php?t=8465

    Richard

Posting Permissions

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