-
### The problem
I have a Reolink Duo 2 WiFi camera set up using official reolink integration's Media browser. I see a list of videos but when I try to play any of them I have an error in log. My cam…
-
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.
-
here's my config
```
const NodeMediaServer = require('./');
const config = {
rtmp: {
port: 1935,
chunk_size: 60000,
gop_cache: true,
ping: 30,
ping_timeout: 60
},
…
-
Hi, i got no file output while using the transcode option.
Here is my app.js
```
const NodeMediaServer = require('./node_media_server');
const config = {
rtmp: {
port: 1935,
chu…
-
```
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 cant seen to make hls stream work
the error `2020/08/20 03:25:07 [error] 27050#27050: *16 ngx_child_request_wev_handler: unexpected, output buffer is null, client: 5.9.112.34, server: localhost,…
-
I'm trying to connect to a Tinychat server, and sending the room as the first connection parameter, without success.
```
func main() {
l := log.NewStderrLogger()
l.SetMainLevel(4)
defer l…
ghost updated
8 years ago
-
I wanna know if i'ts possible to republish one single stream from an aplication, instead of republishing all.
I've got something like this;
```
application myrepublishapp {
live on;
record of…
-
I'm a little confused on where to start here, is NGINX something I need to pay for? I've tinkered around with server hosting before but this is a bit more advanced than anything I've ever done.
-
Hi, I am trying to connect to youtube stream using the this RTMP encoder. Below is my stream url.
As you can see from the Logs below the library is saying that it is connected to the server. But not…