qickrooms / jedai

Automatically exported from code.google.com/p/jedai
0 stars 0 forks source link

Fix VideoPublisher VideoSubscriber #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi !

i've spend sometime today looking afer these two components:
VideoPublisher and VideoSubscriber

It's look like they are "under construction" ... or the google code
svn version is old (i have r106 ... the latest).

For exemple :

- The Publisher ( jedai.controls.flex.video.VideoPublisher) is always
publishing under "test" as streamName, instead of using the streamName
attribute

- The subscriber ( jedai.controls.flex.video.VideoSubscriber)  is
"listening" and playing to the last published stream on the server
(via the onSync event handler). I don't really understand how this
feature could be usefull / what kind of app could use it.

- lots of commented code, and documentation refer to the login
component

Is the google code svn up to date ?

It's look like these two component have a special functioning, could
you explain to me what you expect of these comps ?

I'm looking for a simple one to one videoconference cabin ... and so i
will devellop a really simple video publisher and video subscriber
with very standart feature, but i'm volunteer to help, so i'll enjoy
to contribute to such components.

I'm also looking for a simple login component. (login without
password) ... that easy but i also can contribute to make the login
component modulable or write another one.

regards,

Pierre

Original issue reported on code.google.com by sybersn...@gmail.com on 7 Nov 2008 at 5:24