-
const NodeMediaServer = require('node-media-server');
const config = {
rtmp: {
port: 1935,
chunk_size: 60000,
gop_cache: true,
ping: 60,
ping_timeout: 30
},
http: …
-
Does rtmp-module support push to a multicast address, when i tried the config below, i got the error "nginx: [emerg] invalid port in url ".
application multicast {
live on;
…
-
```
What steps will reproduce the problem?
1. install asterisk and red5
2. configure asterisk
3. the latest red5phone
What is the expected output? What do you see instead?
Login success, I see Reg. F…
-
```
Hello.
I try use module with nginx rtmp module.
python rtmpclient.py -d "rtmp://188.226.209.138/app?id=mystream" 2222.flv
RTMPReader.open timeout= 10 stream= mystream url=
rtmp://188.226.209.1…
-
## Phenomenon Description
Unable to play WebRTC video in Chrome
## How to reproduce?
Always reproducible
## Related logs or screenshots
./MediaServer -s ./default.pem
2024-09-18 09:46:13.438 I …
-
```
I am facing issue of the No voice in the red5phone in r47
I had debugged same i found that , NullPointerException being thrown while
pushing audio to the flash player with the help of the log fi…
-
i've set up the rtmp.conf for my nginx server as follows
```
rtmp {
server {
listen 1935;
application vod {
live on;
play /media/70TB_ingest/s3/files;
…
-
```
What steps will reproduce the problem?
1. installed red5 server (0.9.1) on windows and started service
2. installed red5phone (r47) , into directory "sip" under
/webapps/
3.created two users on …
-
I have this setup for streaming:
```worker_processes auto;
events {
worker_connections 1024;
}
# RTMP configuration
rtmp {
server {
listen 1935; # Listen on standard RTMP p…
-
With latest nginx-rtmp-module on Debian Jessie 8.0
and nginx version 1.10.3-1~bpo8+1 on https://packages.debian.org/jessie-backports/nginx
My /etc/nginx/nginx.conf has rtmp section:
```
# RTMP…