Sergey Radionov
Sergey Radionov
btw, you could look how it was done for FBVLC (ancestor of WebChimera): https://github.com/RSATom/fbvlc/tree/master/debian
> small question, do you think switching to ppapi is a hard work for your plugin ? I think it's almost impossible. Not Qt nor libvlc are ported to PPAPI....
> are build deps or "normal" deps ? tbh, I don't know. I think at least "-dev" packages are build time dependances.
It will be long story :) I spend couple days to make ppa for FBVLC :)
Cool! It was quick!
> strange error on vivid Didn't try it with ubuntu 15, and don't know what could be wrong. > and it can t be builded on 12.04 It's possible it's...
@hthetiot we are using WebRTC library from Chrome v102 pretty long time without any significant issues. But I have to check if we are using `getSenders()` | `getReceivers()` | `getTransceivers()`......
@hthetiot I think I did PRs for all my changes to `iosrtc` (and all of them was accepted if I remember correctly). What about WebRTC lib - we are using...
The problem is if `in_len = -1` then `if ((int)il != in_len)` will be always `true` and function will fail always... Can you please confirm `lws-minimal-http-server-basicauth` from `master` is working...
Just an idea, maybe it can be done different way? - If I understand correctly RTP video frames can contain information about video orientation and WebRTC client (browser in our...