Lukas Volf

Results 39 comments of Lukas Volf

I think I fixed the FragmentedMp4Writer to produce a playable mp4 file in pull request #466.

I've tried to approach this issue a little bit differently without using ffmpeg and I did notice only a very small delay in AAC audio when transcoding to OPUS is...

Yes, it works perfectly fine now, thank you very much! In the meantime, I was looking into the code trying to fix it and I wonder whether there is some...

Yes, but RFC 5054 it does not specify the algorithm for calculating M1 and M2, or at least I haven't found it there. It delegates M1/M2 to RFC 2945 and...

Wow, nice work! Thank you very much for this research, it's really interesting to see how many variants of SRP are out there. Digging a little bit more into HAP-nodejs...

I think I've made it work now - at least with my sample files. I've created a pull request with my fixes #466, please review it.

I can confirm that in Safari 17.5 you have to use RFC 7798 to stream H265 over WebRTC.

I don't think this fixes the issue reported in #8679. I've just tried the changes in my updated test app and it gives me this result: ``` - TopButton :...

The so called "previous behavior" has been there since NET Framework, which makes me wonder if it can still be called a "bug". Isn't it a "feature"? Looking at the...

It's working, thank you very much!