Samuel Mimram

Results 92 comments of Samuel Mimram

I get the same with `dune build`.

Yes, the current code is not satisfactory, and should be rewritten quite a bit (in particular, we'd like to be able to write audio as well). The code we actually...

Maybe could we check the Liquidsoap version and display a nice error message in such cases...

I cannot reproduce here. A gdb stacktrace would be quite useful...

You should run ``` gdb ./noise ``` then `run` to run the program and then `bt` to get a backtrace when it crashes.

Can we use the JSON API to retrieve audio? If so it should be fairly easy to add...

@toots can I proceed with the merge? I think that you mentioned having some more comments...

This might take quite long to bind. So, for a starter I think it would be much more reasonable to find or program a small webRTC client using this lib,...

Probably a good starting point is http://www.webrtc.org/reference/getting-started

Even better: https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RecordRTC There is a very nice demo here: https://webrtc-experiment.appspot.com/RecordRTC/ It seems to me that it's only a matter of little javascript coding in order to be able to...