Re: [Flashcoders] a question of geometry

2006-09-17 Thread neve_capricorn

unscribe
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] unscribe

2006-09-17 Thread neve_capricorn

unscribe
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] DRM for FLV

2006-09-04 Thread neve_capricorn

hi all,

i got today an email from www.onlinelib.de

they say that they had develope a drm system for flv files together
with our german postbank.

here is the link:
http://www.onlinelib.de/VCS/DRM/drmPlayer1.html

i would like to know if this is rtmp or if they use red 5 ?!

is there a way to figure this out , tcpdump or so ?

iam really need this info.

thanks
tom nerold

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] DRM for FLV

2006-09-04 Thread neve_capricorn

hi alias,

thanks for your answer.

on the german page they wrote that they encrypt the flv so a normal
flv player cant play it.

i ask and they say that they splitt a flv into 4 parts (x and y) and rebuild 
it in realtime

with flash 8. i dont know how they did this!

did they wrote an own flv encoder for this ?

tom


- Original Message - 
From: AliasT [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, September 04, 2006 6:25 PM
Subject: Re: [Flashcoders] DRM for FLV



As far as I can tell from a cursory glance:


- It uses some kind of media server, probably flashcom/fms
- It uses a combination of MD5 hashing and LSOs to verify/store/retireve
user licence information

I would be of the opinion that this DRM could be easily defeated. However, 
I

haven't tried.

Although this sounds like a challenge...

Alias

On 04/09/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


hi all,

i got today an email from www.onlinelib.de

they say that they had develope a drm system for flv files together
with our german postbank.

here is the link:
http://www.onlinelib.de/VCS/DRM/drmPlayer1.html

i would like to know if this is rtmp or if they use red 5 ?!

is there a way to figure this out , tcpdump or so ?

iam really need this info.

thanks
tom nerold

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] DRM for FLV

2006-09-04 Thread neve_capricorn




They used a crypted scheme to prevent the users to get direct access to
the flv source.


Hmm... No one needs this. If it really is streaming, content providers
by and large are not concerned about encrypting streams to prevent
interception. Many major content providers already user FLV streaming
with flash media server so they are already happy with how things
work. If it really is streaming, it seems like another dumb idea from
these guys.

Regards,
Hank


hi hank,

can you please tell me some content provider like the big film companies
that uses flash streaming for their content ? iam working for an company
which have a lot movie license but without a DRM in flash there is
no go for flash streaming. thats not our idea, thats a rule
by the content owner like warner and universal. they heard about
DRM from MS and i really think that most of them (bosses)
dont know what it really is, but they always say does flash has drm, 
no...ok, then
you dont get our movies. they dont interset that everyhting can be cracked, 
they

only want a shit digital rights management.

you understand what i mean i cant describe it better :)

regards
tom


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] simple xor crypting as 3.0

2006-06-29 Thread neve_capricorn

hi,

i would like to develope a little encryption for flv -streams in as 3.0.

my goal is to encrypt the hole flv with xor and to decrypt it with the 
bytearray function from the net-class. but it seems unpossible to

send the encrypt data to an video-object cause adobe/flash player 9 dont
gives us raw acces to video or sound-objects. 


please correct me when iam false.

regards
tom, germany

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] simple xor crypting as 3.0

2006-06-29 Thread neve_capricorn

hi jim,

wow..thanks for that post!

so it seems to be possible i think.

best regards
tom

- Original Message - 
From: Jim Cheng [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, June 29, 2006 3:04 PM
Subject: Re: [Flashcoders] simple xor crypting as 3.0



[EMAIL PROTECTED] wrote:

my goal is to encrypt the hole flv with xor and to decrypt it with the 
bytearray function from the net-class. but it seems unpossible to
send the encrypt data to an video-object cause adobe/flash player 9 
dont

gives us raw acces to video or sound-objects.
please correct me when iam false.


Actually, you may be able to do this in ActionScript 3.0 by passing your 
ByteArray back in through a Loader instance.  This way, you should be able 
to at least decode a SWF embedding an FLV on the fly and pass it back 
through--though I don't know whether this is possible with a raw FLV file.


You might want to check out the following entry from David Rorex's blog:

  http://blog.davr.org/2006/04/21/dynamic-sound-in-85/

Back in April, he managed to encode a Flash 8 SWF containing a sound into 
a Flash 9 SWF, decode it at run-time and pass it back in for playback as a 
initial experiment towards creating procedurally generated sound at 
run-time.


Jim
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Flash 8 Serverside Flv Encoding Streaming Server

2006-06-06 Thread neve_capricorn

Hi all,

iam located in germany and iam not so an professional flasher then some guys
here in the mailing-list. I hope you can give me some support.

My company is looking for Flash 8 Serverside Flv Encoding and a End Flash 
Streaming 
Solution.

I only saw Flash 7 Serverside Encoding (like what google video and youtube did 
) 

I found a solution from a german company called onlinelib ( www.onlinelib.de 
) 
( there are only some german infos )

Its seems to be a complete package with flv streaming server, flash 8 
serverside encoding
a new Flash Video DRM System called ACP (what ever this is :) 
and a flash based media center

Link is: http://mediacenter.onlinelib.de

Is there any other complete solution ?!

Thanks for your time!

Tom Neroldt



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] convert FLA to mx2004 utility

2006-06-06 Thread neve_capricorn

open the fla in flash 8 then

File-saveAs

Filetype- select Flash MX 2004.

hope that is what you are looking for.

regards
tom

- Original Message - 
From: Mick G [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Wednesday, June 07, 2006 2:36 AM
Subject: [Flashcoders] convert FLA to mx2004 utility


Does anyone know if there is any batch utility out there to 
convert/downsave
Flash 8 FLAs to Flash MX2004. This is for someone without Flash 8. I 
googled

and had a look on the Adobe site with no luck.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] what's the best tutorial for the bitmapdata API

2006-05-26 Thread neve_capricorn

hi,

iam looking for a good application for creating help-files for my 
flash-application

/components.

what i really like is the look in the help section in the flash ide. i 
know there are some
chm creators, but iam looking for something that looks a little bit better 
from

the gui.

commercial and free tools are welcome.

thanks for your time..

tom, germany



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] squeeze: flv swf

2006-05-18 Thread neve_capricorn
no, squeeze cant encode flv. 


you can use ffmpeg for this (if your flv was encoded in flash7/h.263).

regards
tom

- Original Message - 
From: aaron smith [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, May 18, 2006 8:06 PM
Subject: [Flashcoders] squeeze: flv  swf


does anyone know if the full version of squeeze will let you convert an 
flv into a swf. it doesn't in the trial but on the site it looks like 
the full version will..


or any  other options for flv  swf?

there was supposed to be a script at northcode.com. somesort of free 
utility.. but I can't find it..


thanks



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] netstream and seeking. high fps.

2006-05-17 Thread neve_capricorn

or you can use VCS (cheaper then fms) from www.onlinelib.de

they server allows ms (milliseconds) accurate seeking.

regards
tom

- Original Message - 
From: Zeh Fernando [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, May 18, 2006 4:29 AM
Subject: Re: [Flashcoders] netstream and seeking. high fps.



between. I have read about this in various place and what not. I just
wanted to hear from somebody else who also had experience with this
issue. the solution is just to export flv's at a high frame rate. so you
get way more keyframes. right?
after sayng and asking that. how does youtube seek? they must be using
flash media server that has some more capabilities??


Youtube uses simple, progressive download. They don't use Flash Media 
Server (they don't need to, so if they're using it's for something else).


Seeking, yes, you can only seek to keyframes. You can try seeking to 
keyframes then going forward, it's fast for most purposes, but you can't 
do, say, a smooth rewind with that. You can do a frame-by-frame move 
forward though.


If you want the real ultimate complete seeking capability, you don't need 
high frame rate. You need different stuff - like still having 30fps, but 
using one keyframe for each 1 or 2 frames. So it would be a high keyframe 
rate maybe. The best value depends on your solution. Too many keyframes 
basically nulls out the advantage of using a video file though.


From what I've tested, YouTube uses the same old 1key frame each 30 
frames.



- Zeh
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com