-
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…
-
### Checklist
- [X] I'm reporting a broken site
- [X] I've verified that I'm running yt-dlp version **2021.12.01**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
- [X] I've checked…
-
### This issue respects the following points:
- [x] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
@illuspas
作者大大好,项目中默认的 hls配置都是 hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]',这句话的意思是不是指 每个切片的长度为2s,m3u8索引文件中的 hls列表为3个呢?
但是实际上生成的ts切片长度都是 差不多10s中的,这个配置好像没作用?
谢谢解答
-
BBC stations seem to be no longer compatible. Is there a way to make BBC Radio HLS or MPEG-DASH streams work with KaRadio32?