<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial, sans-serif" size="2">
<div>Hi,all</div>
<div> </div>
<div>One phone (we can call phone A) send live ts packets to live555 server, phone B can play the live ts packets form the live555 server,</div>
<div>On the server, live555 can save the ts packets that from phone A to a local file: test.ts </div>
<div>With the help of Ross, I use a StreamReplicator, </div>
<div> class modifiedMPEG2TransportUDPServerMediaSubsession: public MPEG2TransportUDPServerMediaSubsession,  </div>
<div>do some change on : </div>
<div>createNewStreamSource(unsigned clientSessionId, unsigned& estBitrate){</div>
<div>FramedSource* inputSource = MPEG2TransportUDPServerMediaSubsession:: createNewStreamSource(clientSessionId, estBitrate);</div>
<div>// call the parent class's implementation first</div>
<div><font face="Times New Roman, serif" size="2"> </font></div>
<div>StreamReplicator* replicator = StreamReplicator::createNew(envir(), inputSource);</div>
<div>envir()<<"start to test.ts";</div>
<div>startReplicaFileSink(replicator, "test.ts");</div>
<div>}</div>
<div> </div>
<div><font face="Times New Roman, serif" size="2"> </font></div>
<div>Howerver, for example, phone A start  to live at time 00:00:00, phone B start to play the video at   00:10:00, that cause the test.ts file only save the ts packets from 00:10:00, the before 10 minites packets lost,</div>
<div>This is not I wanted. How can I save the live ts packets at the  right  begin time?</div>
<div><font face="Times New Roman, serif" size="2"> </font></div>
<div>Another problem:</div>
<div>And if I deleted the test.ts, then phone A start to live, phone B start to play, the ts packets will not saved, that is to say, no test.ts file!</div>
<div>Why?</div>
<div> </div>
<div>BR,</div>
<div>Chao, Yuan</div>
<div><font face="Times New Roman, serif" size="2"> </font></div>
</font>
</body>
</html>