This forum post has moved to the following article:
http://www.wowzamedia.com/forums/content.php?113
Enjoy,
The Wowza Team
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.
Guys, you have a typo there, ModuelCreateSnapshot class. Please fix.
Thanks!
It's updated.
Richard
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
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:
ThanksCode: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)
Ale
Last edited by cdgraff; 01-24-2010 at 12:00 PM.
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
I don't see ModuleMonitorStream in this list. Am I missing it?
I added it to the list: "ModuleLimitPublishedStreamBandwidth"
http://www.wowzamedia.com/forums/showthread.php?t=8465
Richard