hello,
for while, i search on google about tutorial to create server module in wowza. but i never found, so i try write own with eclipse + wowza plugin. but never work
any one can tell me where i can start(tutorial) ? at this time, i just want to write helloworld application that write string data(βhello world !!β) on log files or just print out to console. just to check that i go to right way
Thank you and sorry if i had mistake
I use Wowza 2.2.4 free edition, eclipse + wowza plugin, and linux
thanks, I have try and work. but, can you tell me why when i add this code
public void onConnect(IClient client, RequestFunction function,
AMFDataList params) {
getLogger().info("onConnect: " + client.getClientId());
System.exit(0);
}
nothing happen.
here i want is, when connection create, wowza check channel list on database. if no exists on database, then kick out connection. code above i write is just test what method call when connection establish.
Thank you and sorry i had mistake, especialy my english