Guru Prasad

Results 12 comments of Guru Prasad

I tried something similar on my end and the only issue I found was with EOS. An ffmpeg-recorded .ogg file contains an EOS packet that also has data. This is...

I'm very interested in getting this implemented. With minimal work, I've been able to get the toggle-captions button to show up and the `` elements set up. However, nothing shows...

Alright. I was able to make some progress. I had to throw in a VTT parser library (vtt.js) but I _was_ able to get captions to show up for YouTube....

@oseintow Have you found a fix for this? I'm running into the same issue and I don't know how to fix it.

Yes, sorry, I've configured it as follows: ```vue ```

That's weird. I just tried it and I still hit the same exception. This is the entirety of my code: ``` func TestItemMarshal(t *testing.T) { require := require.New(t) ig, err...

I would be so, so, so grateful if I could get number of cores instead of: `{"cpu": "Quad-core 2.7 GHz Krait 450"`

I know you're trying to target a much broader audience and use-case, but for my uses, I don't even change Vite's ports or configs that much. I add some Vite...

Could you elaborate on this solution? I'm facing a similar issue where the speed of setting up a webRTC connection is painfully slow between two clients via TURN.

Ah, I can certainly implement a geo-IP lookup to determine the closest TURN server and return results accordingly. Just for the same of completeness, in case of webRTC, since this...