-
Comfy-channel is the perfect solution for a 24/7 stream project I am trying to set up but unfortunately, since it's unmaintained, I can't even build the image for docker.
-
```
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…
-
```
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…
-
```
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…
-
```
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 …
-
Streaming directly from a local DVB-C stick gives:
pi@rpi-touch7:~/node-rtsp-rtmp-server $ sudo coffee server.coffee
2018-02-17 14:31:10.952 attachRecordedDir: dir=file app=file
2018-02-17 14:31…
-
Is there an example of config for HTTPS. I'm trying the selfsign and so far it doesn't run. This is my current setup
```
{
"server": {
"debug": true,
"http_debug": false,
"http_d…
-
I have this setup for streaming:
```worker_processes auto;
events {
worker_connections 1024;
}
# RTMP configuration
rtmp {
server {
listen 1935; # Listen on standard RTMP p…
-
Hi,
We had the bug #145 and applied the patch found in #148. It seems a little bit better but now we are facing an other infinite loop, keeping the cpu at 100% usage
```
Thread 1 (Thread 0x7f07…
-
here's my config
```
const NodeMediaServer = require('./');
const config = {
rtmp: {
port: 1935,
chunk_size: 60000,
gop_cache: true,
ping: 30,
ping_timeout: 60
},
…