<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [Live-devel] ìö‘`: use livemedia
transport mpeg4strea</title></head><body>
<blockquote type="cite" cite>thanks you answer.<br>
1ÅAi alreday use ""MPEG4VideoStreamDiscreteFramer" by
ownserverseesion.<br>
2ÅAI test my devicesource class.when i set
"fDurationInMicroseconds=0" or not set it.then use vlcplayer
is very bad. if set<br>
fDurationInMicroseconds=1000000/25,then vlc player result better than
"fDurationInMicroseconds=0". why?</blockquote>
<div><br></div>
<div>I don't know (because this relates to your own, custom code) -
but it appears that your input source class is not working properly.
It should be delivering a frame of data only when a new frame becomes
available (from your encoder). The fact that your code is not
working properly when "fDurationInMicroseconds" is 0
suggests that it is not doing this. Instead, it might be
delivering the same frame data more than once - which is wrong.</div>
<div><br></div>
<div>However, because this is your own code, I'm not going to be able
to help you any more with this.</div>
<div><br></div>
<div><br></div>
<blockquote type="cite" cite> 3ÅAI dont know 'where
"frame_rate" is the stream's frame rate in
frames-per-second'. it not 25 or 30?? if no,i how to get frame_rate
value?</blockquote>
<div><br></div>
<div>I don't know - again, because this relates to your own custom
environment. But presumably you have some way of knowing the
rate at which your encoder generates video frames...</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>