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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -