tottaka
tottaka
Any update on this? Trying to use this with OpenAL but I don't have AL_EXT_FLOAT32 available
> For anyone stumbling across this: I couldn't find the `Seek` function (might've been a change in the library, might've been me being stupid). What I found to work was...
Same problem I'm pretty sure. If it's setup as autorun, it will only successfully bind to the target port after I completely restart my server.. I even tried creating a...
For reference, here is how I am using the method including calculating how long decoding takes: unsigned char* buffer[3]; SBufferInfo bufInfo; memset(&bufInfo, 0, sizeof(bufInfo)); auto start = high_resolution_clock::now(); DECODING_STATE rc...
I got the decoder running now at 40 - 50 milliseconds per frame after turning down the encoder quality level and bitrate which is much more acceptable
> Hii @tottaka > > Can you tell me how did you turn down encoder quality level and bitrate , is there any flag or where should i reduce the...
From my testing, this software codec simply isn't capable of real-time, live video such as WebRTC as advertised. It's just too slow. I have switched to using pure GPU-based hardware...
> @tottaka what's your PC's performance and how did you build the decoder? I tried on MacPro 2018, and the decoding speed is
> Oh, you are using "C-Only" and surely the performance is really bad. Suggest you use "Win64-ASM" instead of "Win64-C-Only". I will try in the morning. Is it really such...
> Sure. Hope to get good news then! I seem to have gained about 10ms performance increase per frame decode using the ASM version. As mentioned [here](https://github.com/cisco/openh264/issues/3637#issuecomment-1474504740) it went from...