Periodically check active clients in Wowza -
how can execute periodically in wowza module? i'd periodically check list of active clients count minutes watching stream (i want implement pay-per-minute counter module). allowed spawn thread in module? can register callback somehow?
as far know ok spawn threads module. example module sources can download http://www.wowza.com/forums/content.php?113 has example similar in modulelogviewercounts.
they extend vhostworkerthread , set thread daemon.
there article kind of explains same here: threading in custom module
Comments
Post a Comment