Mattia Di Eleuterio
Mattia Di Eleuterio
this is mostly my first try at live transcoding with ffmpeg so I just went with the most compatible solution first, I did think about proxying the AAC from the...
this is a m3u8 file supplied by twitch, unfortunately it only has time data for each chunk, and even if I was able to make an accurate conversion most client...
so, I did some tests, the bitrate is indeed variable, I tried downloading the clean AAC stream with ffmpeg and even with VLC playing the downloaded file the duration is...
during research I also discovered that ffmpeg has a skip silent audio filter you can enable if you want, I'm definitely adding that as an option in the future!
those are the benchmark for transcoding on a raspberry pi 3b+ it does seem that aac is faster overall, but times are so good anyway it hardly matters (if it's...
Weird yes, thanks for the info I will look into it as soon as I have some time to test it out
nope, tried to stream it and seeking was wrong by 1 minute after 30 minutes, and vlc still labels the stream as vbr, this could be a case where mediainfo...
You a right, I did the changes
I already built a Dockerfile [in my fork](https://github.com/madiele/TwitchToPodcastRSS/blob/master/Dockerfile), i did not test it but it should work for this repo too with no modification, copy it in the root and...
For anyone having this issue, in the end I went to the path of making a Dockerfile with multi-stage builds that will cross-compile for all the architectures I need on...