Page 1 of 1

Nginx RTMP

PostPosted: Tue Mar 05, 2019 5:12 pm
by hansaplast26
Hi there.

I have set up my TBS 2603 to use RTMP, connecting to an nginx server which has the following simple rtmp configuration:

rtmp {
server {
listen 1935;
chunk_size 4096;

application live {
live on;
record off;
}
}
}

When connecting to the nginx server with VLC I get one static frame, I see a steady stream of data, but no motion picture.
SAme with ffmpeg. ffmpeg reports some weird FPS and is dropping everything.
the tbs 2603 devices have been upgraded to 1.1.87

Re: Nginx RTMP

PostPosted: Fri Mar 08, 2019 7:09 pm
by hansaplast26
I honestly think that RTMP functionality is broken on the TBS2603 with firmware 1.1.87. It also doesn't work with online streaming platforms. is there somebody who got RTMP working?

Re: Nginx RTMP

PostPosted: Wed Mar 13, 2019 2:47 pm
by echomay
Hi,
Please set bitrate lower like 1024 when you using rtmp and try again.