|
Home > Archive > Macromedia Flash Server > May 2005 > question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi all
I'm building a program for my client and his main interest is in
security
I told him I'm going to chk every thing so it's going to be secure but
I have a question
Lets say I'm publishing a stream live named "LESSION1"
And then from a second program a publish a second stream named
"LESSION1" (the same name);
I get a publish.badname callback, now that's ok but
Could someone override my stream and publish there's????
The reason I'm asking is because I'm going to be publishing room classes
and I need every thing to be in its best
10x in advanced
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Bill Sanders 2005-05-18, 5:49 pm |
| Dan,
You're OK because the each stream can only have 1 name at a time, and
if your stream is playing, unless your program is royally hacked, no
other stream with the same name in the same room is going to be playing.
HTH,
Bill
On May 18, 2005, at 11:32 AM, dan wrote:
> Hi all
> I'm building a program for my client and his main interest is in
> security
> I told him I'm going to chk every thing so it's going to be secure but
>
> I have a question
>
> Lets say I'm publishing a stream live named "LESSION1"
>
> And then from a second program a publish a second stream named
> "LESSION1" (the same name);
>
> I get a publish.badname callback, now that's ok but
> Could someone override my stream and publish there's????
>
> The reason I'm asking is because I'm going to be publishing room
> classes
> and I need every thing to be in its best
>
> 10x in advanced
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Wouter van Vliet / webclusive 2005-05-26, 2:45 am |
| To prevent streams from being - accidentally (?) - overwritten, you may
want to have a look at client.writeAccess (and client.readAccess is also
quite interesting). It specified to which directories the connected
client can write and from which it can read.
I'm not sure (probably someone else around here can tell us) if live
streams are also influenced by client.writeAccess...
Bill Sanders wrote:
> Dan,
>
> You're OK because the each stream can only have 1 name at a time, and
> if your stream is playing, unless your program is royally hacked, no
> other stream with the same name in the same room is going to be playing.
>
> HTH,
> Bill
> On May 18, 2005, at 11:32 AM, dan wrote:
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|