<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.1">
</HEAD>
<BODY>
Here is my setup. I have a live stream being captured on Server A, I have Server B pulling the stream from A and transcoding it to FLV1 mux=flv. I then want server C to pull the flv stream from B and enable viewers to pull the stream from C. <BR>
<BR>
I have both B and C using VLM interface. and I can't get a flash player to start the stream from C, but it does start the stream from B. So there is something C isn't doing that B is doing, that the flash player needs. :-D if that makes sense. VLC can play the streams from either servers, but JW player and FlowPlayer can't play C. <BR>
<BR>
I think C isn't resending the metadata for each new connection. So the flash player doesn't have the metadata and then won't start the stream. <BR>
<BR>
Here is a warning that C gives to me:<BR>
<BR>
warning: first frame is no keyframe<BR>
 (flv@0x74a260<A HREF="mailto:flv@0x74a260">)</A><BR>
<BR>
-William V
</BODY>
</HTML>