You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installation method: Majestic version which came with OpenIPC
Issue description
I installed nginx with RTMP module on my server.
I set up my OpenIPC camera to push RTMP stream to the server.
In the statistics table, I see, that nginx recieves the stream, shows correct codec and bits/s.
But in size and fps columns, it shows 0x0 and 0 respectively.
Connection interrupts after some time.
Expectations
Nginx shows correct values in size and fps columns.
Connection does not interrupt.
Steps to reproduce
I followed these instructions to set up nginx. Below, I will provide necessary steps only.
On my Raspberry Pi server with Debian GNU/Linux 12 (bookworm), I installed nginx version 1.22.1 with RTMP module:
sudo apt install nginx libnginx-mod-rtmp
In the end of /etc/nginx/nginx.conf file, I added:
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
}
}
}
I created file /etc/nginx/sites-available/rtmp with the following contents and linked it to /etc/nginx/sites-enabled/rtmp:
On my camera, I installed OpenIPC and connected to its web interface.
In Majestic > Settings > Outgoing, I turned on Enable outgoing streams, entered rtmp://<my server IP>/live/test in Address for outgoing stream, saved the configuration and restarted Majestic.
On my server, I opened http://localhost:8080/stat with my browser.
In the statistics table, I see, that nginx recieves the stream, shows correct codec and bits/s.
But in size and fps columns, it shows 0x0 and 0 respectively.
Connection interrupts after some time.
The text was updated successfully, but these errors were encountered:
Required information
Issue description
I installed nginx with RTMP module on my server.
I set up my OpenIPC camera to push RTMP stream to the server.
In the statistics table, I see, that nginx recieves the stream, shows correct
codec
andbits/s
.But in
size
andfps
columns, it shows0x0
and0
respectively.Connection interrupts after some time.
Expectations
Nginx shows correct values in
size
andfps
columns.Connection does not interrupt.
Steps to reproduce
I followed these instructions to set up nginx. Below, I will provide necessary steps only.
On my Raspberry Pi server with Debian GNU/Linux 12 (bookworm), I installed nginx version 1.22.1 with RTMP module:
In the end of
/etc/nginx/nginx.conf
file, I added:I created file
/etc/nginx/sites-available/rtmp
with the following contents and linked it to/etc/nginx/sites-enabled/rtmp
:I created the directory structure for the new site and reloaded nginx:
On my camera, I installed OpenIPC and connected to its web interface.
In Majestic > Settings > Outgoing, I turned on
Enable outgoing streams
, enteredrtmp://<my server IP>/live/test
inAddress for outgoing stream
, saved the configuration and restarted Majestic.On my server, I opened http://localhost:8080/stat with my browser.
In the statistics table, I see, that nginx recieves the stream, shows correct
codec
andbits/s
.But in
size
andfps
columns, it shows0x0
and0
respectively.Connection interrupts after some time.
The text was updated successfully, but these errors were encountered: