Thats definitely right. I think some basic apps would be very good. There is link to a tutorial
on the Red5 webside http://www.joachim-bauch.de/tutorials/red5/HOWTO-NewApplications.txt
With some line's of example Code... is this still working with the new release?
As I'm new to red5 i won't be able to make some basic apps *quick and dirty* but I will do my best and share my experience. The tutorial above is a good starting point because it shows both server and client side code.
Another example like that shows who to do basic-streaming-service and "publishing" of a recorded stream via camera would be awesome.
regards
sebastian
2006/4/22, Luke Hubbard ([EMAIL PROTECTED]) <
[EMAIL PROTECTED]>:
Hi,
John and Chris are probably the best people to speak about it since they wrote it :). XRay is a rocking tool, which allows you to view a swf at runtime and also handles logging.
I think there is a need for bare minimum examples (FlashIDE and Mtasc) designed to help people learn. As a lot of people have never used NetConnection, NetStream, etc classes before. Having an advanced library is great for real apps but nothing beats a bare minimum code example for learning. So..
What samples would people like to see added ?
Who's got some spare time to write some simple samples for 0.5 ?
LukeOn 4/22/06, Sebastian Wagner <[EMAIL PROTECTED]> wrote:hi,
I think you will find some more information about xray here:
http://labs.blitzagency.com/?p=52
It looks like they use it for "debug-tracing"
regards
sebastian2006/4/21, Giancarlo Di Massa <[EMAIL PROTECTED] >:I've found what AS files are used by the videoconference app. I've
relocated the fla under a new path and built the swf again, receiving this
**Error** Symbol=Disconnect, layer=Layer 1, frame=1:Line 1: The class or
interface 'org.red5.ui.controls.IconButton' could not be loaded.
**Error** Symbol=connection light, layer=lights, frame=1:Line 1: The
class or interface
'org.red5.samples.livestream.videoconference.ConnectionLight ' could not
be loaded.
**Error** Symbol=__simpleDialog_ok, layer=hidden, frame=1:Line 1: The
class or interface 'com.blitzagency.util.SimpleDialog' could not be loaded.
**Error** Symbol=Connector, layer=Chat, frame=1:Line 1: The class or
interface 'org.red5.samples.livestream.videoconference.Connector' could
not be loaded.
**Error** Symbol=DeleteItem, layer=Layer 1, frame=1:Line 1: The class or
interface 'org.red5.ui.controls.IconButton' could not be loaded.
**Error** Symbol=Subscriber, layer=BG, frame=1:Line 1: The class or
interface 'org.red5.samples.livestream.videoconference.Subscriber' could
not be loaded.
**Error** Symbol=videoPool, layer=Layer 1, frame=1:Line 1: The class or
interface 'org.red5.samples.livestream.videoconference.VideoPool' could
not be loaded.
**Error** Symbol=Chat, layer=chatBody, frame=1:Line 1: The class or
interface 'org.red5.samples.livestream.videoconference.Chat ' could not
be loaded.
**Error** Symbol=Broadcaster, layer=video, frame=1:Line 1: The class or
interface 'org.red5.samples.livestream.videoconference.Broadcaster'
could not be loaded.
**Error** Symbol=VideoConference, layer=TempBG, frame=1:Line 1: The
class or interface
'org.red5.samples.livestream.videoconference.VideoConference' could not
be loaded.
**Error** Symbol=Connect, layer=Layer 1, frame=1:Line 1: The class or
interface 'org.red5.ui.controls.IconButton ' could not be loaded.
Total ActionScript Errors: 11 Reported Errors: 11
so in theory (I didn't copy the as yet) these are the important
actionscript files to run videoconference
./org/red5/ui/controls/iconbutton.as
probably the data of a cosmetic UI object
./org/red5/samples/livestream/videoconference/connectionlight.as
probably a connection helper
./com/blitzagency/util/simpledialog.as
probably the data of a cosmetic UI object
./org/red5/samples/livestream/videoconference/connector.as
probably a connection helper
./org/red5/samples/livestream/videoconference/subscriber.as
probably some unused code for replaying back video messages, or the code
needed to send videostream from the client to the server
./org/red5/samples/livestream/videoconference/videopool.as
probably some UI and connection code to handle the video group
./org/red5/samples/livestream/videoconference/chat.as
probably some UI and connection code to handle the chat
./org/red5/samples/livestream/videoconference/broadcaster.as
probably some unused code for recording video messages, or the code
needed to receive a videostream from the server to the client
./org/red5/samples/livestream/videoconference/videoconference.as
probably the main app code is there...
Uhm... hope I'm not going the wrong way... by the way, what is
xrayconnector.swf needed for? If I'm not wrong, it's ALSO used within
the videoconference app.... I hope not.
Thank you again,
Giank aka TheClock
p.s.
Sorry but I sent an email three minutes ago, this is a followup but I
forgot what subject I used.... so I opened another thread.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
--Sebastian Wagner
http://www.webbase-design.de
http://www.laszlo-forum.de
Bleichstraße 92
75173 Pforzheim
Tel.: 0177-7341829
Home: 07231-417456
[EMAIL PROTECTED]
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
--
Sebastian Wagner
http://www.webbase-design.de
http://www.laszlo-forum.de
Bleichstraße 92
75173 Pforzheim
Tel.: 0177-7341829
Home: 07231-417456
[EMAIL PROTECTED]
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
