mainegate
04-09-2009, 02:48 PM
"If you record a file in FLV format, the server records the streams encoded with On2 VP6 and ignores streams encoded with H.264."
http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e42.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7f3a
-from my test recordings from a client swf and then recording server side the codec says FLV1 (Sorenson). Does it really encode on2 and I don't have the right syntax or something? The only way I know on2 is used is if you use Flash Media Encoder Live.
This is what I have server side. I say publish live on the client side and on the server side it records.
s = Stream.get("flv:" + pStream.name);
if (s)
{
s.record("record",60,102400);
}
http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e42.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7f3a
-from my test recordings from a client swf and then recording server side the codec says FLV1 (Sorenson). Does it really encode on2 and I don't have the right syntax or something? The only way I know on2 is used is if you use Flash Media Encoder Live.
This is what I have server side. I say publish live on the client side and on the server side it records.
s = Stream.get("flv:" + pStream.name);
if (s)
{
s.record("record",60,102400);
}