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 only 
allow audio access getNoVideoResourceReference is called and the 
displayed also at the remote clients. If getErrorPage is not overridden 
he/she stay at the site but with no remote videos / audios.
* width / height are also reflected into the css if set by #setMaxWidth 
/ #setMaxHeight


https://github.com/klopfdreh/wicket-components-playground/wiki/07.-HTML5-WebRTC-Integration

kind regards

Tobias

Am 10.02.15 um 22:15 schrieb 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 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-components-playground/
wiki/7.-HTML5-WebRTC-Integration

kind regards

Tobias

Am 31.01.15 um 00:49 schrieb 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
it.
Hopefully, yours will do it for me.

Regards,

Pierre




On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
tobiassolosche...@googlemail.com wrote:

  Hi everybody,

I just implemented a component to provide a way to integrate a video
conference to Wicket applications using WebRTC - I would be very pleased
to
receive feedback!

An installation of NodeJS is required.

https://github.com/klopfdreh/wicket-components-playground

(Scroll to section Wicket WebRTC Integration)

kind regards

Tobias
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 bit public String getLocalVideoId() - 
public Video getLocalVideo() - so you don't have to configure the 
video yourself except to set the controls to false.


The maxWidth / maxHeight attributes are also applied to the css, now - 
so if you type in setMaxWidth(xxx) / set MaxHeight(xxx) the video is 
also configured that dimension by CSS.


kind regards

Tobias

Am 10.02.15 um 22:15 schrieb 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 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-components-playground/
wiki/7.-HTML5-WebRTC-Integration

kind regards

Tobias

Am 31.01.15 um 00:49 schrieb 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
it.
Hopefully, yours will do it for me.

Regards,

Pierre




On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
tobiassolosche...@googlemail.com wrote:

  Hi everybody,

I just implemented a component to provide a way to integrate a video
conference to Wicket applications using WebRTC - I would be very pleased
to
receive feedback!

An installation of NodeJS is required.

https://github.com/klopfdreh/wicket-components-playground

(Scroll to section Wicket WebRTC Integration)

kind regards

Tobias
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 contribute the WebRTC 
functionality for Wicket to WicketStuff.


kind regards

Tobias

Am 11.02.15 um 05:05 schrieb 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 mgrigo...@apache.org wrote:


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 - 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-components-playground/
wiki/7.-HTML5-WebRTC-Integration

kind regards

Tobias

Am 31.01.15 um 00:49 schrieb 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
it.
Hopefully, yours will do it for me.

Regards,

Pierre




On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
tobiassolosche...@googlemail.com wrote:

  Hi everybody,

I just implemented a component to provide a way to integrate a video
conference to Wicket applications using WebRTC - I would be very

pleased

to
receive feedback!

An installation of NodeJS is required.

https://github.com/klopfdreh/wicket-components-playground

(Scroll to section Wicket WebRTC Integration)

kind regards

Tobias
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 mgrigo...@apache.org wrote:

 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 - 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-components-playground/
  wiki/7.-HTML5-WebRTC-Integration
 
  kind regards
 
  Tobias
 
  Am 31.01.15 um 00:49 schrieb 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
  it.
  Hopefully, yours will do it for me.
 
  Regards,
 
  Pierre
 
 
 
 
  On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
  tobiassolosche...@googlemail.com wrote:
 
   Hi everybody,
 
  I just implemented a component to provide a way to integrate a video
  conference to Wicket applications using WebRTC - I would be very
 pleased
  to
  receive feedback!
 
  An installation of NodeJS is required.
 
  https://github.com/klopfdreh/wicket-components-playground
 
  (Scroll to section Wicket WebRTC Integration)
 
  kind regards
 
  Tobias
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



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 bars and other stuff.

kind regards

Tobias

 Am 31.01.2015 um 00:49 schrieb Zala Pierre GOUPIL goupilpie...@gmail.com:
 
 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 it.
 Hopefully, yours will do it for me.
 
 Regards,
 
 Pierre
 
 
 
 
 On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
 tobiassolosche...@googlemail.com wrote:
 
 Hi everybody,
 
 I just implemented a component to provide a way to integrate a video
 conference to Wicket applications using WebRTC - I would be very pleased to
 receive feedback!
 
 An installation of NodeJS is required.
 
 https://github.com/klopfdreh/wicket-components-playground
 
 (Scroll to section Wicket WebRTC Integration)
 
 kind regards
 
 Tobias
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 -- 
 Si le sang ne coule pas assez chaud dans tes veines, je le répandrai sur le
 sable pour qu'il bouille au soleil.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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-components-playground/wiki/7.-HTML5-WebRTC-Integration

kind regards

Tobias

Am 31.01.15 um 00:49 schrieb 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 it.
Hopefully, yours will do it for me.

Regards,

Pierre




On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
tobiassolosche...@googlemail.com wrote:


Hi everybody,

I just implemented a component to provide a way to integrate a video
conference to Wicket applications using WebRTC - I would be very pleased to
receive feedback!

An installation of NodeJS is required.

https://github.com/klopfdreh/wicket-components-playground

(Scroll to section Wicket WebRTC Integration)

kind regards

Tobias
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 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-components-playground/
 wiki/7.-HTML5-WebRTC-Integration

 kind regards

 Tobias

 Am 31.01.15 um 00:49 schrieb 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
 it.
 Hopefully, yours will do it for me.

 Regards,

 Pierre




 On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
 tobiassolosche...@googlemail.com wrote:

  Hi everybody,

 I just implemented a component to provide a way to integrate a video
 conference to Wicket applications using WebRTC - I would be very pleased
 to
 receive feedback!

 An installation of NodeJS is required.

 https://github.com/klopfdreh/wicket-components-playground

 (Scroll to section Wicket WebRTC Integration)

 kind regards

 Tobias
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Si le sang ne coule pas assez chaud dans tes veines, je le répandrai sur le
sable pour qu'il bouille au soleil.


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 - 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-components-playground/
 wiki/7.-HTML5-WebRTC-Integration

 kind regards

 Tobias

 Am 31.01.15 um 00:49 schrieb 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
 it.
 Hopefully, yours will do it for me.

 Regards,

 Pierre




 On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
 tobiassolosche...@googlemail.com wrote:

  Hi everybody,

 I just implemented a component to provide a way to integrate a video
 conference to Wicket applications using WebRTC - I would be very pleased
 to
 receive feedback!

 An installation of NodeJS is required.

 https://github.com/klopfdreh/wicket-components-playground

 (Scroll to section Wicket WebRTC Integration)

 kind regards

 Tobias
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Wicket WebRTC Integration

2015-01-30 Thread Tobias Soloschenko
Hi everybody,

I just implemented a component to provide a way to integrate a video conference 
to Wicket applications using WebRTC - I would be very pleased to receive 
feedback!

An installation of NodeJS is required.

https://github.com/klopfdreh/wicket-components-playground

(Scroll to section Wicket WebRTC Integration)

kind regards

Tobias
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 it.
Hopefully, yours will do it for me.

Regards,

Pierre




On Fri, Jan 30, 2015 at 5:26 PM, Tobias Soloschenko 
tobiassolosche...@googlemail.com wrote:

 Hi everybody,

 I just implemented a component to provide a way to integrate a video
 conference to Wicket applications using WebRTC - I would be very pleased to
 receive feedback!

 An installation of NodeJS is required.

 https://github.com/klopfdreh/wicket-components-playground

 (Scroll to section Wicket WebRTC Integration)

 kind regards

 Tobias
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Si le sang ne coule pas assez chaud dans tes veines, je le répandrai sur le
sable pour qu'il bouille au soleil.