-
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)…
-
Greetings Community
I'm using nginx to stream live multiple bitrate HLS and it's working very nicely. However all changes to the streams parameters (bitrate, size, profile...) implie restarting nginx…
-
Is there any plans to support fragmented MP4 for HLS? (Support introduced in the HLS spec last year)
This would allow DASH and HLS to run in parallel without having to generate two different file…
-
Provati e testati , ora funzionano nell app tivimate 5.1.0 fire tv stick max 2 gen,
si dovrebbe estrarre da questo file e aggiungerli nella lista Tundrak.
#EXTM3U x-tvg-url="http://www.epg-gui…
-
The issue is that I followed the instructions from https://owncast.online/docs/storage/linode/ and can't seem to get it to work. I keep getting errors in the logs while streaming:
Giving up on data/h…