Question
Server Working, FLVs Not
Have read through these forums, several different websites
but I am still having trouble with this. I have FMS 2 installed
with an application named public with the _definst_ folder under
that. I put a test.flv file that I compiled with Sorenson Squeeze
in the directory. I made a simple flash swf with the following code
in the first frame:
nc = new NetConnection();
nc.connect("rtmp://xxx.xxx.xxx.xxx/public/test"); <-left out the IP address
ns = new NetStream(nc);
my_video.attachVideo(ns);
ns.setBufferTime(0);
ns.play(ns);
Now when I go to the FMS server I see the client connected at 2 as I have 2 windows open. I see the heartbeat in the bandwidth window and in the server log it says Mon 12:48:30 PM: Connect : rtmp://xxx.xxx.xxx.xxx/public/test. So it looks like, to me that the client is connecting and the video is playing according to FMS but I am getting no video.
So I am down to either something is wrong with the code or something is wrong with the flv when its compiled. I have tried Sorenson Squeeze, Flash 8's video converter and still have the same problem. I am at the end of the road in terms of what I know so I am hoping someone out there has any ideas. If you need more information I will try to provide it.
Thanks,
Troy
nc = new NetConnection();
nc.connect("rtmp://xxx.xxx.xxx.xxx/public/test"); <-left out the IP address
ns = new NetStream(nc);
my_video.attachVideo(ns);
ns.setBufferTime(0);
ns.play(ns);
Now when I go to the FMS server I see the client connected at 2 as I have 2 windows open. I see the heartbeat in the bandwidth window and in the server log it says Mon 12:48:30 PM: Connect : rtmp://xxx.xxx.xxx.xxx/public/test. So it looks like, to me that the client is connecting and the video is playing according to FMS but I am getting no video.
So I am down to either something is wrong with the code or something is wrong with the flv when its compiled. I have tried Sorenson Squeeze, Flash 8's video converter and still have the same problem. I am at the end of the road in terms of what I know so I am hoping someone out there has any ideas. If you need more information I will try to provide it.
Thanks,
Troy
