http://
. Both flv & mp4 formats are supported.
play http://myserver.com/vod;
The feature has a limitation. Video file is completely downloaded before playing which might introduce a lag. To cache file locally use nginx http proxy engine and set up playing from localhost.
The new feature is described in wiki directives page.
Dear Arut, is there a manual to fast test your app?
ReplyDeleteCan you recomment a Linux build?
Ubuntu 12.04 x64 will fit?
What are options to make install and try to use rtmp throw flash publish?
Does your product support session auth with backend server?
> on_play Sets HTTP play callback
ReplyDeleteis there a way to force module to reauth playback i.e. each 30 sec.?
There's no complete manual, only directive list https://github.com/arut/nginx-rtmp-module/wiki/Directives and usage examples at github.
ReplyDeleteUbuntu 12.04 x64 is ok.
Session should be implemented by yourself. The module passes all arguments to on_play and on_publish notifiers where you can implement session auth as you wish.
Take a look at examples in /test directory.
Роман здравствуйте , возможно ли через Nginx-rtmp реализовать балансировку потоков. Чтобы модуль перенаправлял на зеркальные потоки пользователей которые перегружают сервер ?
ReplyDeleteпока нет. но я подумаю над этим
ReplyDeleteHello Rarut!
ReplyDeleteI like your module actually i love how it works with the scripting style.
I have one problem though :)))
I cant find the inginx source directory only the configuration ones, i would appreciate it if you would give me this piece of info :))
Thanks
You obviously need to download nginx source from nginx.org: http://nginx.org/en/download.html
ReplyDeleteHello Rarut,
ReplyDeleteis there any solution that setting hls up with over play vod ?
thank you!
I have a solution, I'll post more details later
ReplyDeleteOk I am willing follow up for that
ReplyDelete