nginx-push-stream-module icon indicating copy to clipboard operation
nginx-push-stream-module copied to clipboard

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.

Results 18 nginx-push-stream-module issues
Sort by recently updated
recently updated
newest added

Hi, first of all let me thank you for this great module. As far as I found out it is currently not possible to set push_stream_message_ttl and push_stream_max_messages_stored_per_channel for each...

Add a way to publish a message to a specific user using filters, like in the example bellow. The publish could look like /publish?Channel=B&filter=[{key=userid, val=12345}]&limit=1 Only first user matching userid=12345...

To be more REST compatible the backtrack option should be a GET parameter instead of munching it together with the resource aka channel_id. The resource you work on is the...

From HTTP/1.1 RFC2616: "If a resource has been created on the origin server, the response SHOULD be 201 (Created)." This also seems to be a common behavior on REST interfaces,...

``` cc -c -I/usr/include/luajit-2.0/ -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I...

We have multiple channels. Some of them have from 500 to 1000 subscribers, others have many less. Thus some subscribers of highloaded channels suffer from delays. I wonder whether there...

Hello everyone! I have created requests for packages with this module. If it is not difficult for you, please be active to show that the module is in demand. Debian:...

I'm trying to use `ffmpeg`'s `-progress` URL option to send rendering progress data to a `/pub` channel. Here's a simple example that generates 30 seconds of black h264 video: ```...