-
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 …
-
I tried to stream using FFmpeg to the `dash` application, then I tried to play it using VLC.
And it waits around 30secs to start playing, and it plays from the beginning, not the current timestamp.
…
-
Video encoded with ```ffmpeg -hwaccel auto -i "video" -c:v libx264 -tune animation -c:a libfdk_aac -vbr 3 -vf "scale=400:-2:flags=lanczos" -crf 18 -maxrate 500k -bufsize 300k -profile:v high -pix_fmt …
-
Hello.
I got a segmentation fault when called from a php.
$handle = $ffi->aacDecoder_Open(transportType::TT_MP4_ADTS,1);
...
$res = $ffi->aacDecoder_Fill($handle, \FFI::addr($inBuffer), \FFI::…
-
I'd like to let you know that your branch of nginx-rtmp-module has the same issue as arut's original version. I'm actually using your version when testing this issue.
The gist of it is that when usin…
-
Already converted or files which definetely respect the settings in autoProcess.ini are still getting remuxed.
I'm using manual.py, the same behaviour occurs using the *arr scripts:
`python /opt…
-
**Describe the bug**
Using "-hwaccel d3d11va -hwaccel_output_format d3d11" on FFMPEG for hardware accelerated transcoding fails. But using "-hwaccel dxva2 -hwaccel_output_format dxva2_vld" works just…
-
Hello,
my project only need acodec for aac eld(16k sample rate 480 sample numbers) and aac lc(16k sample rate 1024 sample numbers). The size of libfdk-aac after I compiled is about 2MB. However, the…
-
A client is broadcasting rtmp (no connect errors) and I do see an rtmp.status of publish once. The result is no hls data is ever generated
rtmp.conf
```
rtmp {
server {
listen 1935;
…
-
Converting to AAC with ADTS Producess files with padding, how can avoid this? When testing with ffmpeg + libfdk_aac codec this not happens