[Red5] PLEASE HELP!!! Error installing Red5 on Windows XP
Andy
bowljoman at hotmail.com
Sun Apr 6 18:41:45 PDT 2008
I guess I still do not understand the end results you want. In
particular "port" is unclear. Sorry.
"how to port the video I have playing on the Red5 server to a player
that someone else is seeing. "
How are you playing this video? Server stream? Publishing it?
You reference all videos by their title, from within their local context
such as
The steps are:
1. Connect to context
"rtmp://server/oflaDemo"
2. Play stream
"red5StreamDemo"
-----Original Message-----
From: red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] On
Behalf Of Andy
Sent: Sunday, April 06, 2008 6:18 PM
To: red5 at osflash.org
Subject: Re: [Red5] PLEASE HELP!!! Error installing Red5 on Windows XP
Ok, well I will assume you can make basic netConnectio to red5 and play
a stream. Lets say everybody who plays a video will also connect to a
shared object of the same name.
Now, you make your admin swf which connects to the shared objects and,
using some name/value pair such as so.setProperty("action",
"navigate");, you will trigger actions in the players.
And for the clients, who are listening to this shared object for
"onSync", You just read what ever the "action" value is, and create some
switch function to evaluate.
Switch(synchEvent.target.data.action)
{
Case play:
Dosomthing();
Break
Case navigate:
LoadNewUrl();
Break;
}
Etc.
-----Original Message-----
From: red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] On
Behalf Of amerweb
Sent: Sunday, April 06, 2008 5:49 PM
To: Red5 at osflash.org
Subject: Re: [Red5] PLEASE HELP!!! Error installing Red5 on Windows XP
Yes, I am aware that it is "simple" but, for someone who has very little
working ideas of how to work Red5 (me) it seems illusive! :-) I have an
idea of how to pass SharedObjects back and forth but, I don't understand
why, when, etc... I need a server-side java project. The Java syntax
doesn't seem that hard since I have worked in Javascript and a few other
languages but, I don't understand why it is needed and how to port the
video I have playing on the Red5 server to a player that someone else is
seeing.
--
View this message in context:
http://www.nabble.com/PLEASE-HELP%21%21%21--Error-installing-Red5-on-Win
dows-XP-tp16461011p16531863.html
Sent from the Red5 - English mailing list archive at Nabble.com.
_______________________________________________
Red5 mailing list
Red5 at osflash.org http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
Red5 at osflash.org http://osflash.org/mailman/listinfo/red5_osflash.org
More information about the Red5
mailing list