Jonathan Wiklund
Jonathan Wiklund
Hiyo.. noticed this removed thumbnails and such for my projects.. So I decided to extend this to support the variations field that django-stdimage uses.. https://github.com/akolpakov/django-unused-media/pull/5 Feel free to merge Cheers!
https://github.com/codingjoe/django-stdimage supports variations on the imagefield, e.g. thumbnails and such. These variations should also be marked as "used files" and not removed when using the management command. I also renamed...
Fixes issue: https://github.com/fabienvauchelles/scrapoxy/issues/152
Hello, I noticed that my master server would sometimes get stuck in crash/upstart-loop randomly, even after running flawlessly for weeks. I wasn't been able to reproduce this until recently when...
Hi, First of all, awesome framework! Finally gotten started writing a game I've wanted to make for like 3 years. I was researching today about scalability of server nodes and...
### Short description In TypeScript if we want to change he mediaconstraints: ```javascript webRTCAdaptor.mediaManager.mediaConstraints.video = { deviceId } ``` It will complain about `TS2322: Type { deviceId: string; } is...
### Short description `media_manager.js`: ```javascript switchVideoCameraCapture(streamId, deviceId, onEndedCallback) { //stop the track because in some android devices need to close the current camera stream if (this.localStream && this.localStream.getVideoTracks().length > 0)...
**Is your feature request related to a problem? Please describe.** When we do a `DELETE /v2/broadcasts/conference-rooms/{room_id}` the Javascript SDK can still recreate and start publishing to the same `room_id` (effectively...
### Short description We initialize the JS SDK like: ```typescript this.webRTCAdaptor = new WebRTCAdaptor({ websocket_url: antWSUrl, mediaConstraints: { video: videoConstraints, audio: false, }, .... }) ``` When inspecting `this.webRTCAdaptor.remotePeerConnection` senders...
### Short description When switching between wifi and mobile network on a mobile device connected to a multitrack conference room, streams do not start up again and stream(s) stay black...