Questions tagged [rtmp]
62 questions
0
votes
1 answer
nginx rtmp with no subscribers die after a minute
I have a simple nginx-rtmp running with the following application:
rtmp {
server {
listen 1935;
chunk_size 4000;
application tv {
# enable live streaming
live on;
allow publish all;
…

Cristian C.
- 41
- 4
-3
votes
1 answer
Bandwidth requirement to live broadcast an event on the internet
I am assigned on project to live broadcast an event on the internet which may have 50,000 user s. This will be a broadcast so all users will see same live video. My query is what would be my bandwidth requirement in terms of no of users viewing that…

Nawaz
- 123
- 4