|
View:
New views
16 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Desktop sharingThis is a topic that's been discussed many times on this list - if you delve into the archives you'll find lots of suggestions about how to go about creating this sort of application, along with some of the possible shortcomings/problems/issues etc.
T On Fri, Jul 3, 2009 at 2:43 PM, Rafael Franco Carvalho <rafael.carvalho@...> wrote:
-- Trevor Burton http://www.flashmonkey.org http://www.paperworld3d.com http://www.infrared5.com _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingHi,
We have one that we are testing right now. Hopefully, we are able to release it end of next week. Essentially, what we have is an applet that takes snapshots of the desktop, sends the images to Red5, have xuggler convert them to video that gets streamed to the flash client. If you are interested in the code, you can find it here http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk Take a look at deskshare-applet, deskshare-app, and bigbluebutton-client. Richard On Fri, Jul 3, 2009 at 10:20 AM, Trevor Burton<worldofpaper@...> wrote: > This is a topic that's been discussed many times on this list - if you delve > into the archives you'll find lots of suggestions about how to go about > creating this sort of application, along with some of the possible > shortcomings/problems/issues etc. > > T > > On Fri, Jul 3, 2009 at 2:43 PM, Rafael Franco Carvalho > <rafael.carvalho@...> wrote: >> >> Hello. >> >> I'm wondering if it is possible make an application Java / Flex for >> Desktop sharing with Red5. In others words, connected users may see my >> Desktop and hear what I'm speaking while I'm working or explaining >> something. If it is possible, where can I find informations about it? >> >> Thanks. >> Rafael Franco. >> _______________________________________________ >> Red5 mailing list >> Red5@... >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > > -- > Trevor Burton > http://www.flashmonkey.org > http://www.paperworld3d.com > http://www.infrared5.com > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > -- --- BigBlueButton http://www.bigbluebutton.org http://code.google.com/p/bigbluebutton _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingRichard:
Is there a reason you didn't choose to encode directly on the client to screencodec and then stream this to Red5? I'd imagine time was the reason. On Fri, Jul 3, 2009 at 12:43 PM, Richard Alam <ritzalam@...> wrote: Hi, _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingThe reason was the size the applet would become if it had to do the encoding. Xuggler and ffmpeg together are rather large. In contrast the size of the applet now is just a few kb.
There are also issues when using Xuggler inside of Applets. - Denis On Fri, Jul 3, 2009 at 1:10 PM, Dominick Accattato <dominick@...> wrote: Richard: _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingSpeaking of which, if anyone is an Java web-start expert or applet expert contact us on the xuggler list -- we're interested (for Xuggler 4, not sooner) in making Xuggler work with web-start, but we need some guidance We've never built a JNLP-project before, and Xuggler has some, um, special, needs :)
- Art On Fri, Jul 3, 2009 at 10:17 AM, Denis Zgonjanin <me.snap@...> wrote: The reason was the size the applet would become if it had to do the encoding. Xuggler and ffmpeg together are rather large. In contrast the size of the applet now is just a few kb. -- http://www.xuggle.com/ xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and video. Use Xuggle to get the power of FFmpeg in Java. _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingInteresting, although I'm talking about encoding directly through code, not using a third party.
On Fri, Jul 3, 2009 at 1:17 PM, Denis Zgonjanin <me.snap@...> wrote: The reason was the size the applet would become if it had to do the encoding. Xuggler and ffmpeg together are rather large. In contrast the size of the applet now is just a few kb. _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingYeah, what Denis said...he wrote it :)
On Fri, Jul 3, 2009 at 1:17 PM, Denis Zgonjanin<me.snap@...> wrote: > The reason was the size the applet would become if it had to do the > encoding. Xuggler and ffmpeg together are rather large. In contrast the size > of the applet now is just a few kb. > There are also issues when using Xuggler inside of Applets. > > - Denis > > On Fri, Jul 3, 2009 at 1:10 PM, Dominick Accattato <dominick@...> > wrote: >> >> Richard: >> >> Is there a reason you didn't choose to encode directly on the client to >> screencodec and then stream this to Red5? I'd imagine time was the reason. >> >> >> On Fri, Jul 3, 2009 at 12:43 PM, Richard Alam <ritzalam@...> wrote: >>> >>> Hi, >>> >>> We have one that we are testing right now. Hopefully, we are able to >>> release it end of next week. >>> >>> Essentially, what we have is an applet that takes snapshots of the >>> desktop, sends the images to Red5, have xuggler convert them to video >>> that gets streamed to the flash client. >>> >>> If you are interested in the code, you can find it here >>> http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk >>> Take a look at deskshare-applet, deskshare-app, and bigbluebutton-client. >>> >>> Richard >>> >>> >>> On Fri, Jul 3, 2009 at 10:20 AM, Trevor >>> Burton<worldofpaper@...> wrote: >>> > This is a topic that's been discussed many times on this list - if you >>> > delve >>> > into the archives you'll find lots of suggestions about how to go about >>> > creating this sort of application, along with some of the possible >>> > shortcomings/problems/issues etc. >>> > >>> > T >>> > >>> > On Fri, Jul 3, 2009 at 2:43 PM, Rafael Franco Carvalho >>> > <rafael.carvalho@...> wrote: >>> >> >>> >> Hello. >>> >> >>> >> I'm wondering if it is possible make an application Java / Flex for >>> >> Desktop sharing with Red5. In others words, connected users may see my >>> >> Desktop and hear what I'm speaking while I'm working or explaining >>> >> something. If it is possible, where can I find informations about it? >>> >> >>> >> Thanks. >>> >> Rafael Franco. >>> >> _______________________________________________ >>> >> Red5 mailing list >>> >> Red5@... >>> >> http://osflash.org/mailman/listinfo/red5_osflash.org >>> >> >>> > >>> > >>> > >>> > -- >>> > Trevor Burton >>> > http://www.flashmonkey.org >>> > http://www.paperworld3d.com >>> > http://www.infrared5.com >>> > >>> > _______________________________________________ >>> > Red5 mailing list >>> > Red5@... >>> > http://osflash.org/mailman/listinfo/red5_osflash.org >>> > >>> > >>> >>> >>> >>> -- >>> --- >>> BigBlueButton >>> http://www.bigbluebutton.org >>> http://code.google.com/p/bigbluebutton >>> >>> _______________________________________________ >>> Red5 mailing list >>> Red5@... >>> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> >> _______________________________________________ >> Red5 mailing list >> Red5@... >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > -- --- BigBlueButton http://www.bigbluebutton.org http://code.google.com/p/bigbluebutton _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingthe size of adding an api for encoding into ScreenCodec is worth the benefits from bandwidth performance. I'd imagine your currently sending an image sequence, as compared to deltas which would be sent with ScreenCodec.
On Fri, Jul 3, 2009 at 1:32 PM, Richard Alam <ritzalam@...> wrote: Yeah, what Denis said...he wrote it :) _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingWe haven't looked into that..or don't really have any idea how it can done.
Perhaps if you can provide any pointers or ideas we may be able to take a look at it in the future. However, the way it is now works fine... What you're proposing is attractive because we don't have to worry about tunneling because we can just use RTMPT. Right now, the applet connects to port 1026 and we are trying to figure out how to make it work through http tunneling. The "vieweing" part works using RTMPT. Richard On Fri, Jul 3, 2009 at 1:29 PM, Dominick Accattato<dominick@...> wrote: > Interesting, although I'm talking about encoding directly through code, not > using a third party. > > On Fri, Jul 3, 2009 at 1:17 PM, Denis Zgonjanin <me.snap@...> wrote: >> >> The reason was the size the applet would become if it had to do the >> encoding. Xuggler and ffmpeg together are rather large. In contrast the size >> of the applet now is just a few kb. >> There are also issues when using Xuggler inside of Applets. >> >> - Denis >> >> On Fri, Jul 3, 2009 at 1:10 PM, Dominick Accattato <dominick@...> >> wrote: >>> >>> Richard: >>> >>> Is there a reason you didn't choose to encode directly on the client to >>> screencodec and then stream this to Red5? I'd imagine time was the reason. >>> >>> >>> On Fri, Jul 3, 2009 at 12:43 PM, Richard Alam <ritzalam@...> wrote: >>>> >>>> Hi, >>>> >>>> We have one that we are testing right now. Hopefully, we are able to >>>> release it end of next week. >>>> >>>> Essentially, what we have is an applet that takes snapshots of the >>>> desktop, sends the images to Red5, have xuggler convert them to video >>>> that gets streamed to the flash client. >>>> >>>> If you are interested in the code, you can find it here >>>> http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk >>>> Take a look at deskshare-applet, deskshare-app, and >>>> bigbluebutton-client. >>>> >>>> Richard >>>> >>>> >>>> On Fri, Jul 3, 2009 at 10:20 AM, Trevor >>>> Burton<worldofpaper@...> wrote: >>>> > This is a topic that's been discussed many times on this list - if you >>>> > delve >>>> > into the archives you'll find lots of suggestions about how to go >>>> > about >>>> > creating this sort of application, along with some of the possible >>>> > shortcomings/problems/issues etc. >>>> > >>>> > T >>>> > >>>> > On Fri, Jul 3, 2009 at 2:43 PM, Rafael Franco Carvalho >>>> > <rafael.carvalho@...> wrote: >>>> >> >>>> >> Hello. >>>> >> >>>> >> I'm wondering if it is possible make an application Java / Flex for >>>> >> Desktop sharing with Red5. In others words, connected users may see >>>> >> my >>>> >> Desktop and hear what I'm speaking while I'm working or explaining >>>> >> something. If it is possible, where can I find informations about it? >>>> >> >>>> >> Thanks. >>>> >> Rafael Franco. >>>> >> _______________________________________________ >>>> >> Red5 mailing list >>>> >> Red5@... >>>> >> http://osflash.org/mailman/listinfo/red5_osflash.org >>>> >> >>>> > >>>> > >>>> > >>>> > -- >>>> > Trevor Burton >>>> > http://www.flashmonkey.org >>>> > http://www.paperworld3d.com >>>> > http://www.infrared5.com >>>> > >>>> > _______________________________________________ >>>> > Red5 mailing list >>>> > Red5@... >>>> > http://osflash.org/mailman/listinfo/red5_osflash.org >>>> > >>>> > >>>> >>>> >>>> >>>> -- >>>> --- >>>> BigBlueButton >>>> http://www.bigbluebutton.org >>>> http://code.google.com/p/bigbluebutton >>>> >>>> _______________________________________________ >>>> Red5 mailing list >>>> Red5@... >>>> http://osflash.org/mailman/listinfo/red5_osflash.org >>> >>> >>> _______________________________________________ >>> Red5 mailing list >>> Red5@... >>> http://osflash.org/mailman/listinfo/red5_osflash.org >>> >> >> >> _______________________________________________ >> Red5 mailing list >> Red5@... >> http://osflash.org/mailman/listinfo/red5_osflash.org >> > > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > -- --- BigBlueButton http://www.bigbluebutton.org http://code.google.com/p/bigbluebutton _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingYes, the applet is sending image sequences to Red5.
Forgive me for my ignorance, but what's the ScreenCodec? Can you point us to where we may be able to read about it? Did a quick google. Results point to WMV 9 ScreenCodec and VH ScreenCodec. One results talks about in the SWF file format (http://www.wowzamedia.com/forums/showthread.php?t=732). Is this what you mean? Thanks. R On Fri, Jul 3, 2009 at 1:36 PM, Dominick Accattato<dominick@...> wrote: > the size of adding an api for encoding into ScreenCodec is worth the > benefits from bandwidth performance. I'd imagine your currently sending an > image sequence, as compared to deltas which would be sent with ScreenCodec. > > > On Fri, Jul 3, 2009 at 1:32 PM, Richard Alam <ritzalam@...> wrote: >> >> Yeah, what Denis said...he wrote it :) >> >> On Fri, Jul 3, 2009 at 1:17 PM, Denis Zgonjanin<me.snap@...> wrote: >> > The reason was the size the applet would become if it had to do the >> > encoding. Xuggler and ffmpeg together are rather large. In contrast the >> > size >> > of the applet now is just a few kb. >> > There are also issues when using Xuggler inside of Applets. >> > >> > - Denis >> > >> > On Fri, Jul 3, 2009 at 1:10 PM, Dominick Accattato <dominick@...> >> > wrote: >> >> >> >> Richard: >> >> >> >> Is there a reason you didn't choose to encode directly on the client to >> >> screencodec and then stream this to Red5? I'd imagine time was the >> >> reason. >> >> >> >> >> >> On Fri, Jul 3, 2009 at 12:43 PM, Richard Alam <ritzalam@...> >> >> wrote: >> >>> >> >>> Hi, >> >>> >> >>> We have one that we are testing right now. Hopefully, we are able to >> >>> release it end of next week. >> >>> >> >>> Essentially, what we have is an applet that takes snapshots of the >> >>> desktop, sends the images to Red5, have xuggler convert them to video >> >>> that gets streamed to the flash client. >> >>> >> >>> If you are interested in the code, you can find it here >> >>> http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk >> >>> Take a look at deskshare-applet, deskshare-app, and >> >>> bigbluebutton-client. >> >>> >> >>> Richard >> >>> >> >>> >> >>> On Fri, Jul 3, 2009 at 10:20 AM, Trevor >> >>> Burton<worldofpaper@...> wrote: >> >>> > This is a topic that's been discussed many times on this list - if >> >>> > you >> >>> > delve >> >>> > into the archives you'll find lots of suggestions about how to go >> >>> > about >> >>> > creating this sort of application, along with some of the possible >> >>> > shortcomings/problems/issues etc. >> >>> > >> >>> > T >> >>> > >> >>> > On Fri, Jul 3, 2009 at 2:43 PM, Rafael Franco Carvalho >> >>> > <rafael.carvalho@...> wrote: >> >>> >> >> >>> >> Hello. >> >>> >> >> >>> >> I'm wondering if it is possible make an application Java / Flex for >> >>> >> Desktop sharing with Red5. In others words, connected users may see >> >>> >> my >> >>> >> Desktop and hear what I'm speaking while I'm working or explaining >> >>> >> something. If it is possible, where can I find informations about >> >>> >> it? >> >>> >> >> >>> >> Thanks. >> >>> >> Rafael Franco. >> >>> >> _______________________________________________ >> >>> >> Red5 mailing list >> >>> >> Red5@... >> >>> >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >>> >> >> >>> > >> >>> > >> >>> > >> >>> > -- >> >>> > Trevor Burton >> >>> > http://www.flashmonkey.org >> >>> > http://www.paperworld3d.com >> >>> > http://www.infrared5.com >> >>> > >> >>> > _______________________________________________ >> >>> > Red5 mailing list >> >>> > Red5@... >> >>> > http://osflash.org/mailman/listinfo/red5_osflash.org >> >>> > >> >>> > >> >>> >> >>> >> >>> >> >>> -- >> >>> --- >> >>> BigBlueButton >> >>> http://www.bigbluebutton.org >> >>> http://code.google.com/p/bigbluebutton >> >>> >> >>> _______________________________________________ >> >>> Red5 mailing list >> >>> Red5@... >> >>> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> >> >> >> >> _______________________________________________ >> >> Red5 mailing list >> >> Red5@... >> >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> >> > >> > >> > _______________________________________________ >> > Red5 mailing list >> > Red5@... >> > http://osflash.org/mailman/listinfo/red5_osflash.org >> > >> > >> >> >> >> -- >> --- >> BigBlueButton >> http://www.bigbluebutton.org >> http://code.google.com/p/bigbluebutton >> >> _______________________________________________ >> Red5 mailing list >> Red5@... >> http://osflash.org/mailman/listinfo/red5_osflash.org > > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > -- --- BigBlueButton http://www.bigbluebutton.org http://code.google.com/p/bigbluebutton _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingHi Richard,
I'll take a look at BigBlueButton. Thank you! Rafael Franco. -------------------------------------------------- From: "Richard Alam" <ritzalam@...> Sent: Friday, July 03, 2009 1:43 PM To: <red5@...> Subject: Re: [Red5] Desktop sharing > Hi, > > We have one that we are testing right now. Hopefully, we are able to > release it end of next week. > > Essentially, what we have is an applet that takes snapshots of the > desktop, sends the images to Red5, have xuggler convert them to video > that gets streamed to the flash client. > > If you are interested in the code, you can find it here > http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk > Take a look at deskshare-applet, deskshare-app, and bigbluebutton-client. > > Richard > > > On Fri, Jul 3, 2009 at 10:20 AM, Trevor > Burton<worldofpaper@...> wrote: >> This is a topic that's been discussed many times on this list - if you >> delve >> into the archives you'll find lots of suggestions about how to go about >> creating this sort of application, along with some of the possible >> shortcomings/problems/issues etc. >> >> T >> >> On Fri, Jul 3, 2009 at 2:43 PM, Rafael Franco Carvalho >> <rafael.carvalho@...> wrote: >>> >>> Hello. >>> >>> I'm wondering if it is possible make an application Java / Flex for >>> Desktop sharing with Red5. In others words, connected users may see my >>> Desktop and hear what I'm speaking while I'm working or explaining >>> something. If it is possible, where can I find informations about it? >>> >>> Thanks. >>> Rafael Franco. >>> _______________________________________________ >>> Red5 mailing list >>> Red5@... >>> http://osflash.org/mailman/listinfo/red5_osflash.org >>> >> >> >> >> -- >> Trevor Burton >> http://www.flashmonkey.org >> http://www.paperworld3d.com >> http://www.infrared5.com >> >> _______________________________________________ >> Red5 mailing list >> Red5@... >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> > > > > -- > --- > BigBlueButton > http://www.bigbluebutton.org > http://code.google.com/p/bigbluebutton > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingYep,
I've had it on my todo list for what seems to be centuries to get this implemented ;) On Fri, Jul 3, 2009 at 1:52 PM, Richard Alam <ritzalam@...> wrote: Yes, the applet is sending image sequences to Red5. _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingI was wondering to work with a red5 client writen in java, but I don't know nothing about applets. Tiago Richard Alam wrote: Yes, the applet is sending image sequences to Red5. Forgive me for my ignorance, but what's the ScreenCodec? Can you point us to where we may be able to read about it? Did a quick google. Results point to WMV 9 ScreenCodec and VH ScreenCodec. One results talks about in the SWF file format (http://www.wowzamedia.com/forums/showthread.php?t=732). Is this what you mean? Thanks. R On Fri, Jul 3, 2009 at 1:36 PM, Dominick Accattatodominick@... wrote:the size of adding an api for encoding into ScreenCodec is worth the benefits from bandwidth performance. I'd imagine your currently sending an image sequence, as compared to deltas which would be sent with ScreenCodec. On Fri, Jul 3, 2009 at 1:32 PM, Richard Alam ritzalam@... wrote:Yeah, what Denis said...he wrote it :) On Fri, Jul 3, 2009 at 1:17 PM, Denis Zgonjaninme.snap@... wrote:The reason was the size the applet would become if it had to do the encoding. Xuggler and ffmpeg together are rather large. In contrast the size of the applet now is just a few kb. There are also issues when using Xuggler inside of Applets. - Denis On Fri, Jul 3, 2009 at 1:10 PM, Dominick Accattato dominick@... wrote:Richard: Is there a reason you didn't choose to encode directly on the client to screencodec and then stream this to Red5? I'd imagine time was the reason. On Fri, Jul 3, 2009 at 12:43 PM, Richard Alam ritzalam@... wrote:Hi, We have one that we are testing right now. Hopefully, we are able to release it end of next week. Essentially, what we have is an applet that takes snapshots of the desktop, sends the images to Red5, have xuggler convert them to video that gets streamed to the flash client. If you are interested in the code, you can find it here http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk Take a look at deskshare-applet, deskshare-app, and bigbluebutton-client. Richard On Fri, Jul 3, 2009 at 10:20 AM, Trevor Burtonworldofpaper@... wrote:This is a topic that's been discussed many times on this list - if you delve into the archives you'll find lots of suggestions about how to go about creating this sort of application, along with some of the possible shortcomings/problems/issues etc. T On Fri, Jul 3, 2009 at 2:43 PM, Rafael Franco Carvalho rafael.carvalho@... wrote:Hello. I'm wondering if it is possible make an application Java / Flex for Desktop sharing with Red5. In others words, connected users may see my Desktop and hear what I'm speaking while I'm working or explaining something. If it is possible, where can I find informations about it? Thanks. Rafael Franco. _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org-- Trevor Burton http://www.flashmonkey.org http://www.paperworld3d.com http://www.infrared5.com _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org-- --- BigBlueButton http://www.bigbluebutton.org http://code.google.com/p/bigbluebutton _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org_______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org_______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org-- --- BigBlueButton http://www.bigbluebutton.org http://code.google.com/p/bigbluebutton _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org_______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingYes it is.
http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk/deskshare-applet Just to be clear...the applet is not a Red5 client in the sense that it uses RTMP to talk to Red5. We tried using the RTMPClient class in Red5 but the applet became too big because of dependencies to other libraries. R On Fri, Jul 3, 2009 at 3:40 PM, iMDT - Tiago Jacobs<tiago@...> wrote: > Richard, is your "applet" code open source? > > I was wondering to work with a red5 client writen in java, but I don't know > nothing about applets. > > Tiago > > Richard Alam wrote: > > Yes, the applet is sending image sequences to Red5. > Forgive me for my ignorance, but what's the ScreenCodec? Can you point > us to where we may be able to read about it? > Did a quick google. Results point to WMV 9 ScreenCodec and VH ScreenCodec. > One results talks about in the SWF file format > (http://www.wowzamedia.com/forums/showthread.php?t=732). Is this what > you mean? > Thanks. > R > On Fri, Jul 3, 2009 at 1:36 PM, Dominick Accattato<dominick@...> wrote: > > > the size of adding an api for encoding into ScreenCodec is worth the > benefits from bandwidth performance. I'd imagine your currently sending an > image sequence, as compared to deltas which would be sent with ScreenCodec. > On Fri, Jul 3, 2009 at 1:32 PM, Richard Alam <ritzalam@...> wrote: > > > Yeah, what Denis said...he wrote it :) > On Fri, Jul 3, 2009 at 1:17 PM, Denis Zgonjanin<me.snap@...> wrote: > > > The reason was the size the applet would become if it had to do the > encoding. Xuggler and ffmpeg together are rather large. In contrast the > size > of the applet now is just a few kb. > There are also issues when using Xuggler inside of Applets. > - Denis > On Fri, Jul 3, 2009 at 1:10 PM, Dominick Accattato <dominick@...> > wrote: > > > Richard: > Is there a reason you didn't choose to encode directly on the client to > screencodec and then stream this to Red5? I'd imagine time was the > reason. > On Fri, Jul 3, 2009 at 12:43 PM, Richard Alam <ritzalam@...> > wrote: > > > Hi, > We have one that we are testing right now. Hopefully, we are able to > release it end of next week. > Essentially, what we have is an applet that takes snapshots of the > desktop, sends the images to Red5, have xuggler convert them to video > that gets streamed to the flash client. > If you are interested in the code, you can find it here > http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk > Take a look at deskshare-applet, deskshare-app, and > bigbluebutton-client. > Richard > On Fri, Jul 3, 2009 at 10:20 AM, Trevor > Burton<worldofpaper@...> wrote: > > > This is a topic that's been discussed many times on this list - if > you > delve > into the archives you'll find lots of suggestions about how to go > about > creating this sort of application, along with some of the possible > shortcomings/problems/issues etc. > T > On Fri, Jul 3, 2009 at 2:43 PM, Rafael Franco Carvalho > <rafael.carvalho@...> wrote: > > > Hello. > I'm wondering if it is possible make an application Java / Flex for > Desktop sharing with Red5. In others words, connected users may see > my > Desktop and hear what I'm speaking while I'm working or explaining > something. If it is possible, where can I find informations about > it? > Thanks. > Rafael Franco. > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > > -- > Trevor Burton > http://www.flashmonkey.org > http://www.paperworld3d.com > http://www.infrared5.com > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > > -- > --- > BigBlueButton > http://www.bigbluebutton.org > http://code.google.com/p/bigbluebutton > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > > -- > --- > BigBlueButton > http://www.bigbluebutton.org > http://code.google.com/p/bigbluebutton > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > _______________________________________________ > Red5 mailing list > Red5@... > http://osflash.org/mailman/listinfo/red5_osflash.org > > -- --- BigBlueButton http://www.bigbluebutton.org http://code.google.com/p/bigbluebutton _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: Desktop sharingGood workaround guy.
Richard Alam wrote: > Yes it is. > > http://code.google.com/p/bigbluebutton/source/browse/#svn/trunk/deskshare-applet > > Just to be clear...the applet is not a Red5 client in the sense that > it uses RTMP to talk to Red5. We tried using the RTMPClient class in > Red5 but the applet became too big because of dependencies to other > libraries. > > R > > _______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
| Free embeddable forum powered by Nabble | Forum Help |