Cas_
Cas_
just... PR the changes not that I'd know, as you can see I don't use/test linux
> Okay. I set up a [repo](https://github.com/kutzlect/io.github.thaunknown.miru), feel free to check it out. I'll have to double check the permissions though. Now the question is: should we post it to...
man, I am not a good developer this one is likely my fault, I'll look into it soon
https://github.com/jhiesey/videostream/blob/master/mp4-remuxer.js#L323 for each track it pipes the file stream to the new track, this seems... bad? @DiegoRBaquero how should we handle this? maybe refactor from: ```js if (startOffset >= 0)...
@S0llarCode rendermedia is going to be deprecated in 2.0 anyways, but thanks for raising this issue, for now you can use the service worker renderer instead, which is a bit...
> Thank you for your reply. > > I will wait until there is a clearer tutorial because I didn't manage to set it up with the one you shared...
[index.html.txt](https://github.com/webtorrent/webtorrent/files/9527625/index.html.txt) here's what works for me, be mindful of what's happening here tho, this REGISTERS a service worker, meaning ANY OTHER SERVICE WORKER WILL BE OVERWRITTEN by this one, this...
yup, that sounds right, you dont need to use specifically node express, I just used some vscode server extension, which likely also uses express
I can't seem to start the dev server to debug this ```shell Starting the development server... Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at module.exports (D:\Webdevelopment\webtorrent-streamto-error\node_modules\webpack\lib\util\createHash.js:135:53)...
can't reproduce 