Thanks Muzak. I didn't know about this "mp4:file" source string - it's not documented by Adobe is it...? How strange ;)

Will ask my colleague to test again on Monday.

Kind regards,

Kenneth Kawamoto
http://www.materiaprima.co.uk/

Muzak wrote:
Works fine here.
Make sure to use the following syntax to stream any compatible MPEG-4 file: .mov, .avi, .mp4, etc..

rtmp://[domain]/[app]/mp4:streamname.mp4

The following code works with an FLVPlayback instance named "_vpb"
and an MPEG-4 file named "r4_unlock.mov"

import fl.video.FLVPlayback;
_vpb.source = "rtmp://muzakserver/vod/mp4:r4_unlock.mov";

regards,
Muzak

----- Original Message ----- From: "Kenneth Kawamoto" <[EMAIL PROTECTED]>
To: "Flash Coders List" <flashcoders@chattyfig.figleaf.com>
Sent: Saturday, September 06, 2008 12:09 PM
Subject: [Flashcoders] RTMP H.264 and FLVPlayback


OK I change the question: has anyone managed to play RTMP H.264 through FLVPlayback???

Kenneth
--
Kenneth Kawamoto
http://www.materiaprima.co.uk/
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to