Maarten Breddels
Maarten Breddels
I think the implementation can be done better, for instance, it is now not possible to connect to a remote peer if you have the 'connection info' (basically a piece...
Actually, if we support a stream over a websocket, ipywebrtc can be a way to convert to webrtc. Does any IP webcam work with a websocket?
I thought this would work: ``` video_stream.layout.width = '50px' ``` But it does not, it will add the css to the div, but the child video element doesn't care about...
But it seems you cannot use flexbox, and i'm not sure why.
I like it, would you want to make a pull request?
Difficult to say, i've never used azure notebooks. What does it take to create an account on it?
Hi, I think it's better to wait to 3.0, so we can make it pip installable without a build phase.
I started working on it in https://github.com/maartenbreddels/ipywebrtc/pull/95 but it requires a change in jupyter lab
You need ipywidgets 7.4, I guess the version requirements for pypi is not up to date. (from mobile phone) On Thu, 4 Oct 2018, 14:44 Kevin Mader, wrote: > I...
I am not sure actually. It could go via the widget connection, but I don't think we can do that yet (no streaming supported now afaik). But via webrtc might...