Hey guys,

Do RTMP streams work with the VideoMaterial yet?

I've verified that the following RTMP stream is working, but no luck
when using with a VideoMaterial:

    videoMaterial = new VideoMaterial(  );
    videoMaterial.rtmp = 'rtmp://mymoviefvs.cdnetworks.net/mymoviefvs/
flashstream';
    videoMaterial.file = 'GB_filmmakers_280809_700k';

Thanks,
Phil

PS. I can load+play a progressive download FLV via VideoMaterial just
fine.
PPS. Using latest 3.4.0 Away3D (FP10).

Reply via email to