Dominic Szablewski

Results 104 comments of Dominic Szablewski

I was, yes. I stopped short, because of the sound issue mentioned in the tweet. I'll try to push my changes so far to this repo sometime this week!

Should be fixed with https://github.com/phoboslab/jsmpeg/commit/3afb0e5df2ef0cc21512d956011b83325978686a

Should be fixed with https://github.com/phoboslab/jsmpeg/commit/3afb0e5df2ef0cc21512d956011b83325978686a

Impressive work! OT: Just a heads up, there's a guy who took your code and [pretends it's his](https://github.com/skandau/qoirsk/blob/main/src/qoirsk.h). This dude has been nagging me via email & [twitter](https://twitter.com/SuryaKandau/status/1593819547680665600), and others...

> The audio/video stops regardless of the value of 'pauseWhenHidden'. Yes, because > browsers usually throttle JS in inactive tabs anyway Afaik there's the nothing we can do about this.

Browsers throttle background tabs. There's nothing we can do about this. However, we could detect when the tab is brought into focus again, check if we have a lot of...

Nope. We don't know if a frame is complete until we decode it. If there's not enough data to continue decoding, we would either need to throw away everything we...

Thinking some more about this problem: it should be possible to supply your own PICTURE_END marker in the encoder. pl_mpeg could then check for either: PLM_START_PICTURE or a custom PICTURE_END...

Can you please provide the file, so I can have a look?

I have identified the problem, but I'm unsure how to solve it. This file has a System Header that states `num_audio_streams = 0`. The library therefor doesn't initialize the audio...