Vanilagy
Vanilagy
This is interesting to know! Streaming currently works even without a clustered approach by just adding more and more bytes to the MediaSource, as you can see it done in...
You're right, I'll get to this as soon as I can. Any ways you suggest I can test/debug this functionality? Is there an easy way for me to set up...
Yes I need to see how I do it, if I change the behavior of onData (would need a major version bump, which is not a problem btw) or I...
@RavikumarTulugu Yes, I just released a new version (4.0.0) which changes the signature of `StreamTarget` and adds the callbacks you asked for. Please, test the hell out of it! Since...
You're not using TypeScript, right? The signature of StreamTarget has changed. It should look like this: ```ts let options = { target: new WebMMuxer.StreamTarget({ onData: (data, position) => {}, //...
Wait, can you tell me what exactly is going wrong? Is it just the error you posted, or something else?
Can you try without `chunked: true`?
Strange, I'll look into this tomorrow. How many frames are you feeding into the muxer, with which timestamps?
I see, that's strange. Do you think you can paste some of your code in here so I can try to reproduce it?
Sorry for not getting back to you back then, I'll close this issue for now since it's stale.