<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
Tristan Leteurtre wrote:<br>
<blockquote type="cite" cite="mid20030715074158.GA18262@via.ecp.fr">
<pre wrap="">Hello,
On Tue, Jul 15, 2003, Bennett, Ian MR 3 wrote:
</pre>
<blockquote type="cite">
<pre wrap="">        One question though....Can I "rate limit" the multicast streams from
VLS or will the mpeg file I am using need to be resampled?? I'm not sure of
the mechanics (like how VLS determines the streaming rate) so am having
trouble getting my head around this.
</pre>
</blockquote>
<pre wrap=""><!---->
VLS follows the bitrate of the file. You won't be able to moderate it
(this feature would be a kind of 'transcoding'). So if you want to do
that, you have to work on the file before.
</pre>
</blockquote>
Such as piping from ffmpeg, which last I looked required making a fifo
and making a trivial<br>
change to vls to not do a seek on a fifo, though if you're talking
about having ffmpeg start<br>
when VLS says start, you'll need some way of having VLS start and fork
ffmpeg.<br>
</body>
</html>