Chris Pearce
Chris Pearce
Can you achieve what you want today by demuxing the output of MediaRecorder in JS, and then re-muxing it in JS? That is, are you asking for something you can...
Sure, I'll put together a PR. :)
Another motivation: I often want to only use the specific CDK version I `npm install` into the current project, so that each project we configure can have its own local...
I'm not disagreeing with you; we're getting this string passed into our system from users, who put the most random stuff in their datetime strings. Thanks for pointing out the...
Currently there's a bug in Firefox on MacOSX that means the demo doesn't work. I've not had time to debug this in Firefox on MacOSX.
I'd be happy to change to a FreeBSD license, which is GPL compatible. Do you give permission for your code in PathEnumerator.\* to have its license changed?
And permission for your other contributions to be re-licensed to the FreeBSD license of course! ;)
If you change the 80 here to something else and rebuild, that should do it. https://github.com/cpearce/HttpMediaServer/blob/master/HttpMediaServer.cpp#L51 There's not yet a command line option to change the port unfortunately. I'd take...