Abrar Ahmed
Abrar Ahmed
aria2 doesn't support temporary files, the parallel download fragments are saved to the same file ```basb aria2c "https://example.com/video.mp4" -d=/home/admin/downloads -o downloaded_file.mp4 --allow-overwrite=true ``` and to disable the `*.aria2` control file...
I also support this request, Thank you! `required_if` in `v10.11.0` is a much needed feature
Sorry about that, Currently when pushing live stream to `rtmps://` destination the TLS verification is ignored which could result in [Man-in-the-middle attack](https://en.wikipedia.org/wiki/Man-in-the-middle_attack) . To enable TLS verification we need (Certificate...
> How about adding a param to `ClientSessionOption` so that you can config `tls.Config` if needed? and if not set, use `InsecureSkipVerify` as default. That's a really good idea, for...
Whatever input FPS is provided, the recorded file's FPS is always wrong. I think the problem might be in packaging RTMP to FLV tags
经过数小时的研究,我认为我们需要在 lal 的 `PackHttpflvTag()` 函数中使用 https://github.com/gwuhaolin/livego/blob/master/protocol/amf/metadata.go#L31 中的 `MetaDataReform()` 函数. 像这样: ``` func PackHttpflvTag(t uint8, timestamp uint32, in []byte) []byte { if t == TagTypeMetadata { in, _ = amf.MetaDataReform(in, amf.DEL)...
This resolves the issue, Thank you! I'll test a bit more and then close the issue.
I also cant figure out a way to use HLS with Fission transcoded streams even when I use `hls: true` in fission config
Thank you for this update **edseldim**, @sivel Please review this pull request its much needed
Thank you very much for finding out the reason, How can we fix this as its crucial FPS and TBR values remain unchanged while remuxing the stream