Groups | Blog | Home
all groups > macromedia flash flashcom > september 2005 >

macromedia flash flashcom : Flash 8 and FCS Video Streaming



cybercop
9/24/2005 11:58:21 PM
hi friends.

I m using Flash 8 for my video streaming
and as per Macromedia live doc. i try both way of Streaming prograsive and
rtmp. prograsive player is working fine but when i try to give contentpath
rmtp then flash8 give me error faild to load flv. rtmp or 1004 path not found.
can anybody tell me what shell i do for it. ?

Saman
9/25/2005 12:00:00 AM
Hi Guys,

I have the same problem. FLVPlayback does not make the life easy.

This URL - http://www.radio94.com/flashcom/view.html - I create with out
FLVPlayback

Here is the code I Used:
nc = new NetConnection();
nc.connect("rtmp://radio94.com/tutorial_record/room_01");
ns = new NetStream(nc);
my_video.attachVideo(ns);
ns.play("video");

It working fine.


This URL http://www.radio94.com/flashcom/player.html Use FLVPlayback. it do
not work. Spend the whole day trying to find out why this does not work. Read
all the articles.

Here is the simple code I used with FLVPlayback

onClipEvent (load) {
contentPath = "rtmp://radio94.com/tutorial_record/room_01/video.flv";
}

But strange thing is that work fine when I try in my computer with the
localhost URL.

thanks,
Sam
AddThis Social Bookmark Button