to model exactly what information FMS can log into its W3C logs I have
to extend the information passed from the client to the connect args,
here is the array generated from this class, already meantioned it.
import flash.system.Capabilities;
public final class ClientInfo
{
public static function toArray():Object
{
var clientInfo:Object =
{manufacturer:Capabilities.manufacturer, os:Capabilities.os,
lang:Capabilities.language,
type:Capabilities.playerType,
res:Capabilities.screenResolutionX + "x" + Capabilities.screenResolutionY};
return clientInfo;
}
}
I think one or two may be already passing, ill iterate the
getConnectParams() array again and see what happens, it doesnt
specifically send the OS information though only player type ?
stoica ionut wrote:
> Just check out the documentation for
>
> getConnectParams().get(<stuf>)
>
> and see what <stuf> can be, i think that everything
> fms knows about the player, red5 knows also.
>
>
> --- Dan Rossi <[EMAIL PROTECTED]> wrote:
>
>
>> Is there anyway to get more info from the player for
>> logging as with
>> what FMS can log ?
>>
>>
>>
>> stoica ionut wrote:
>>
>>> Here it is my ro friend:
>>>
>>> String swfUrl =
>>> (String)conn.getConnectParams().get("swfUrl");
>>>
>>>
>>> --- Naicu Octavian <[EMAIL PROTECTED]>
>>>
>> wrote:
>>
>>>
>>>
>>>> I have looked trough the documentation but I
>>>>
>> could
>>
>>>> only find
>>>> conn.getRemoteAddress() which returns the ip of
>>>>
>> the
>>
>>>> user connected.
>>>>
>>>>
>>>>
> -----------------------------------------------------------------------------------------------
>
>>>
>>>
>>>> This message is for the designated recipient only
>>>> and may contain
>>>> privileged or confidential information. If you
>>>>
>> have
>>
>>>> received it in error,
>>>> please notify the sender immediately and delete
>>>>
>> the
>>
>>>> original. Any other
>>>> use of this e-mail by you is prohibited.
>>>>
>>>>
>>>>> _______________________________________________
>>>>>
>>>>>
>>>> Red5 mailing list
>>>> [email protected]
>>>>
>>>>
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>>>
>>>>
>>>
>>>
>>>
>>>
> ____________________________________________________________________________________
>
>>> Finding fabulous fares is fun.
>>> Let Yahoo! FareChase search your favorite travel
>>>
>> sites to find flight and hotel bargains.
>>
>>> http://farechase.yahoo.com/promo-generic-14795097
>>>
>>> _______________________________________________
>>> 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
>>
>>
>
>
>
>
> ____________________________________________________________________________________
> Don't pick lemons.
> See all the new 2007 cars at Yahoo! Autos.
> http://autos.yahoo.com/new_cars.html
>
> _______________________________________________
> 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