>However, haxevideo does not support yet AMF3 encoding so
>I wonder if it's available using AMF1 encoding

In one of the online examples some one had AMF0 enabled, so probably thats
supported.

Below 3 log outputs (9.0.124, 9.0.115, 9.0.47).

>From 9.0.115 the connect statement has a capabilities
entry, this might indicate the 'swf verification' capability.

Do you think it's a good idea to just ask Adobe how they implemented the
'swf verfication'? It seems impossible to find out. If the SWF file was
somehow hashed, what format did they use? We could ofcourse hash the swf
with all possible hash methods and check the raw bytes if they can be
found, but that seems tedious...


Greetz Erik


CONNECT
{
app => AString(),
fpad => ABool(false),
audioCodecs => ANumber(1639),
videoCodecs => ANumber(252),
pageUrl => AString(http://domain1/video.html),
swfUrl => AString(http://domain1/video.swf?host=localhost),
tcUrl => AString(rtmp://localhost),
capabilities => ANumber(15),
objectEncoding => ANumber(0),
flashVer => AString(WIN 9,0,124,0),
videoFunction => ANumber(1)
}

CONNECT
{
app => AString(),
fpad => ABool(false),
audioCodecs => ANumber(1639),
videoCodecs => ANumber(252),
pageUrl => AString(http://domain1/video.html),
swfUrl => AString(http://domain1/video.swf?host=localhost),
tcUrl => AString(rtmp://localhost),
capabilities => ANumber(15),
objectEncoding => ANumber(0),
flashVer => AString(WIN 9,0,115,0),
videoFunction => ANumber(1)
}

CONNECT
{
app => AString(),
fpad => ABool(false),
audioCodecs => ANumber(615),
videoCodecs => ANumber(124),
pageUrl => AString(http://domain1/video.html),
swfUrl => AString(http://domain1/video.swf?host=localhost),
tcUrl => AString(rtmp://localhost),
objectEncoding => ANumber(0),
flashVer => AString(WIN 9,0,47,0),
videoFunction => ANumber(1)
}


On 5/26/08, Nicolas Cannasse <[EMAIL PROTECTED]> wrote:

> You can try to connect to haxevideo (http://haxevideo.org) and check the
> log to see the parameters sent to NetConnection. However, haxevideo does
> not support yet AMF3 encoding so I wonder if it's available using AMF1
> encoding.
>
> Nicolas
>
>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to