Samuel Mimram

Results 92 comments of Samuel Mimram

So, a quick plan could be to use - web audio API for capturing audio: https://webrtc-experiment.appspot.com/RecordRTC/ - lame in js for encoding in mp3: https://github.com/akrennmair/libmp3lame-js - websockets for communicating with...

Yes, for websockets I agree with you, WebRTC support would be far better. I was just looking for a quick & dirty solution, but since it seems that it is...

I understand your concern about zero-install for DJs, it would indeed be very nice to have. But there is unfortunately nothing ready out of the box for now :/ WebRTC...

Nothing is really commited yet, but stay tuned, websocket support in harbor is on his way! :)

Yes, apparently support has recently been integrated in GStreamer : http://blog.nirbheek.in/2018/02/gstreamer-webrtc.html Let's reopen this bug :)

Nope. However, we're now moving toward ffmpeg. If you manage to get something working with ffmpeg command line, chances are high that we can have it quite quickly in Liquidsoap.

Great, please keep us posted!

Some notes for later - [it seems that ffmpeg does not natively handles webRTC](https://stackoverflow.com/questions/59865405/use-webrtc-getusermedia-stream-as-input-for-ffmpeg) - [however GStreamer does handle webRTC](https://gstreamer.freedesktop.org/documentation/webrtc/index.html?gi-language=c) - [a good option might be the Janus server](https://janus.conf.meetecho.com/) There...

I'll have a look. For info, I have already observed strange types with plugins: #1556.

With ``` s = sine() s = lv2.zamheadx2(s) output.dummy(s) ``` I get a segv after the message: ``` #0 0x000055555657fc82 in ctypes_read_pointer () #1 0x000055555633c167 in camlCtypes_memory__fun_2028 () #2 0x0000555556330e2d...