Bohoaush

Results 6 comments of Bohoaush

Hi @jpc0 thank you for looking into this. Few days ago I tried commit 8a4befd (which now isn't in commit history) and it worked well for me. Yesterday i built...

Thank you very much for prompt reaction and constructive comment. Now I have "unwrapped" the lib call from FF instead of catching the error it throws. I don't understand ffmpeg...

Hi, The log said the error was thrown at line 156 of av_producer.cpp so I was able to mitigate the crash by adding catch(ffmpeg::ffmpeg_error_t) block to an already existing try...

Hi again, I was able to solve the problem by copying the whole try block into my new catch block (see previous comment). I will continue to look into this,...

I was experimenting with this more than a year ago and figured that proper implementation would probably require changes in the TSR library, based on the fact that passing some...