Re: Wicket WebRTC Integration

2015-03-03 Thread Tobias Soloschenko
Hi, just want to inform about some changes in the WebRTC implementation. * HTML5 meter is used to display the volume, now (like in the SimpleWebRTC demo) * getErrorPage can be overridden and if a user does not allow access to video AND audio he/she will be redirected to the page. If the user o

Re: Wicket WebRTC Integration

2015-02-15 Thread Tobias Soloschenko
Hi, I just added a way to apply a poster to the local / remote videos that is going to be shown if a user does not allow camera access or simply does not have any camera. There is a default poster but you can override getNoVideoResourceReference and apply your own. The API changed a little b

Re: Wicket WebRTC Integration

2015-02-14 Thread Tobias Soloschenko
Hi everyone, W3C published a new draft to WebRTC (http://www.w3.org/blog/news/archives/4365) - as of some news pages there are only bug fixes in the current implementation so it seems that there will be not big changes till the release. If the standard is going to be release I will contribut

Re: Wicket WebRTC Integration

2015-02-10 Thread Maxim Solodovnik
Hello @Martin! I'm extremely interested in topic :) going to take a look at it as soon as I get some time :) WBR, Maxim (from mobile, sorry for the typos) On Feb 11, 2015 3:15 AM, "Martin Grigorov" wrote: > Well done, Tobias! > > @Maxim: is this something that Apache Openmeetings would be inter

Re: Wicket WebRTC Integration

2015-02-10 Thread Zala Pierre GOUPIL
Excellent! Please keep us informed about how it goes. Regards, Pierre On Tue, Feb 10, 2015 at 10:08 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi, > > short update - you are now able to: > > * now activate / deactivate the volume bars > * set the MaxWidth / MaxHeight

Re: Wicket WebRTC Integration

2015-02-10 Thread Martin Grigorov
Well done, Tobias! @Maxim: is this something that Apache Openmeetings would be interested at ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Feb 10, 2015 at 11:08 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi, > > short update -

Re: Wicket WebRTC Integration

2015-02-10 Thread Tobias Soloschenko
Hi, short update - you are now able to: * now activate / deactivate the volume bars * set the MaxWidth / MaxHeight and * set the Framerate which is going to be used for the videos. I setup a little wiki because to scroll all the time was so annoying. https://github.com/klopfdreh/wicket-compone

Re: Wicket WebRTC Integration

2015-02-10 Thread Tobias Soloschenko
Hi, just wanted to add that an issue has been fixed that causes the remote volumes not to be shown. https://github.com/HenrikJoreteg/SimpleWebRTC/issues/203 Big thanks to fippo - it is working, now. Today - after work - I will implement more stuff - for example to turn on / off the volume bar

Re: Wicket WebRTC Integration

2015-01-30 Thread Zala Pierre GOUPIL
Hi, Excellent work, congrats! And I'm talking about all your "wicket-components-playground" project! I'll test your Wicket WebRTC Integration and tell you how it goes. In fact, I'm currently using a full JS WebRTC component ( https://code.google.com/p/webrtc4all/) but I'm not fully satisfied with