-
### Share your bug report, feature request, or comment.
## The error
I am using owncast on windows using docker containers. I have pulled the `owncast/owncast:latest` container and spun it up. I have…
-
Ghcide has an excellent benchmark suite that tracks time and space usage across multiple revisions, experiments and examples. But by running it only on `exe:ghcide`, we are missing crucial data on the…
-
When I try to beam a .m3u8 url (HLS) to an LG via DLNA I get **Unknown UPnP error**:
```
errorCode = 716
errorDescription = "Resource not found"
```
I tried with both `application/vn…
-
Hi,
I would like to create a custom closed caption rendering plugin which works with hls streams. To do so, hls.js offers a property called renderTextTracksNatively which disables native rendering …
-
I've just started using Nginx with rtmp module. I set up nginx.conf to "pull" from exsiting rtmp link
```
application stream {
live on;
pull rtmp://111.222.333.444:1937…
-
Hi Roman, first thanks for the module, you're a champion. Second, any plans to support HLS encryption, and further than that DRM?
We're using Marlin DRM and the main things the segmenter would have to…
rdkls updated
9 years ago
-
adding module in /home/nginx-rtmp-module/hls
./configure: error: no /home/nginx-rtmp-module/hls/config was found
-
```
application live {
live on;
exec ffmpeg -i rtmp://localhost/$app/$name -async 1 -vsync -1
-c:v libx264 -c:a libvo_aacenc -b:v 256k -b:a 32k -vf "scale=480:…
ghost updated
8 years ago
-
So i am trying to limit consumption of MAX 256 per client. I have set the parameters accordingly:
`
exec ffmpeg -i rtsp//myencoder/name
-c:a libfdk_aac -b:a 16k -c:v …
-
hello,
first, let me thank you for your wonderfull plugin. It really is amazing!
I have a minor issue. When
> hls_path
is set globally in
> Context: rtmp, server (not in application)…