Results 16 comments of Utyfua

I think the problem is when playing these fragments, not the recording. How correctly play second "audio"? I dont found solution for this. I use any methods for do that:...

@Pehrsons i did it: https://bugzilla.mozilla.org/show_bug.cgi?id=1604419

@Pehrsons thanks for solution! I duplicate your answer here: > Very cool, I got a chance to play with MSE a bit. With mode "sequence" on the SourceBuffer it works...

@jyavenard i my plans use separated audio and video streams for record and playing. Example code based on webrtc(also used separated audio and video streams): https://github.com/utyfua/webrtc-unified I have not tested...

Its possible but require a lot of work. https://github.com/rscarson/rustyscript/issues/354#issuecomment-2770861762: > The runtime extension required every single extension to be configured to work, including a bunch of node specific APIs >...

Hello Did you use `v8::Value` to build the value you want to pass? Can you provide an example so I could help? [replit](https://replit.com/) or any similar thing would be nice.

Here how would I do the thing. It takes less then 4ms on debug mode on my machine. My example a bit clumsy but it's more like a proof of...

> Perhaps a new js_value variant is warranted? I dont thing so. You can mix with using rusy v8 api anytime just like I did this time. Also if you...

@hanakla I dont like the use of unsafe. I think you dont fully understand how can you use `v8::BackingStore` to get the data from v8. You already have reference to...

> A pr with that added to examples, or even the book would be appreciated Do you think its possible to comeup with some cookbook or something for the buffers?...