<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Depends on how many dynamic feeds you want I suppose. You can set up
various feeds in the ffserver.conf file but if you have many
different types of feeds with different types of bandwidth and video
sizes it could be a pain adding it all in the ffserver.conf file. <br>
<br>
As for VoD, someone makes a http request to the feed you've set up
in the ffserver.conf file. <br>
<br>
<br>
On 01/10/2012 03:12 AM, Rakesh Shivayya Guttedar -ERS, HCL Tech
wrote:
<blockquote
cite="mid:0BD925121A830C4DACF7FF9213266ACA97E2CEDA6E@CHN-HCLT-EVS09.HCLT.CORP.HCL.IN"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Webdings;
panose-1:5 3 1 2 1 5 9 6 7 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
span.EmailStyle20
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:2131127324;
mso-list-type:hybrid;
mso-list-template-ids:77261980 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level2
{mso-level-tab-stop:1.0in;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level3
{mso-level-tab-stop:1.5in;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level4
{mso-level-tab-stop:2.0in;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level5
{mso-level-tab-stop:2.5in;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level6
{mso-level-tab-stop:3.0in;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level7
{mso-level-tab-stop:3.5in;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level8
{mso-level-tab-stop:4.0in;
mso-level-number-position:left;
text-indent:-.25in;}
@list l0:level9
{mso-level-tab-stop:4.5in;
mso-level-number-position:left;
text-indent:-.25in;}
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
-->
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="2050" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="Section1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We are planning to use ffserver for dynamic
manipulation of streams (transcoding/applying filters etc..)
coming from a camera feed.<o:p></o:p></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";">The manipulation
is dynamic because it is decided at runtime based on the
request coming from the users.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";">Related to this I
have two queries:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";"><o:p> </o:p></span></p>
<p class="MsoListParagraph" style="text-indent: -0.25in;"><!--[if !supportLists]--><span
style="font-size: 10pt; font-family:
"Arial","sans-serif";"><span style="">1.<span
style="font: 7pt "Times New Roman";">
</span></span></span><!--[endif]--><span style="font-size:
10pt; font-family:
"Arial","sans-serif";">Can ffserver
support adding of feeds dynamically at runtime without
restarting the ffserver.?<o:p></o:p></span></p>
<p class="MsoListParagraph" style="text-indent: -0.25in;"><!--[if !supportLists]--><span
style="font-size: 10pt; font-family:
"Arial","sans-serif";"><span style="">2.<span
style="font: 7pt "Times New Roman";">
</span></span></span><!--[endif]--><span style="font-size:
10pt; font-family:
"Arial","sans-serif";">How
Video-on-Demand service works in ffserver.?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";">Can any one
provide the answers for these queries.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family:
"Arial","sans-serif";">Thanks and
Regards<b><span style="color: rgb(51, 51, 204);">,<o:p></o:p></span></b></span></p>
<p class="MsoNormal"><b><span style="font-size: 10pt;
font-family: "Arial","sans-serif";
color: rgb(51, 51, 204);"><o:p> </o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size: 10pt;
font-family: "Arial","sans-serif";
color: rgb(51, 51, 204);">Rakesh S. Guttedar</span></b><span
style="color: black;"><o:p></o:p></span></p>
<p class="MsoNormal"><b><span style="font-size: 10pt;
font-family: "Arial","sans-serif";
color: rgb(74, 68, 42);">Lead Engineer,
<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size: 10pt;
font-family: "Arial","sans-serif";
color: rgb(51, 51, 204);">Hcl Technologies Ltd.<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span style="font-size: 10pt;
font-family: "Arial","sans-serif";
color: rgb(51, 51, 204);">Bangalore<o:p></o:p></span></b></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family:
"Arial","sans-serif"; font-variant:
small-caps; color: rgb(31, 73, 125);">Direct Line:
080-41415642<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family:
"Arial","sans-serif"; color: rgb(31, 73,
125);">Mob: +91-<span style="font-variant: small-caps;">9980592577<br>
</span></span><span style="color: rgb(31, 73, 125);"><img
id="Picture_x0020_1"
src="cid:part1.04000603.08090909@spectraaccess.com"
alt="Description: cid:image002.jpg@01C7C782.5BE63D40"
height="25" width="408"></span><span style="color: black;"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 13.5pt;
font-family: Webdings; color: green;">P</span><span
style="font-size: 13.5pt; color: green;">
</span><span style="font-size: 7.5pt; font-family:
"Verdana","sans-serif"; color: green;">Go
Green, print only if absolutely necessary.</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<br>
<hr>
<font color="Gray" face="Arial" size="1">::DISCLAIMER::<br>
-----------------------------------------------------------------------------------------------------------------------<br>
<br>
The contents of this e-mail and any attachment(s) are
confidential and intended for the named recipient(s) only.<br>
It shall not attach any liability on the originator or HCL or
its affiliates. Any views or opinions presented in<br>
this email are solely those of the author and may not
necessarily reflect the opinions of HCL or its affiliates.<br>
Any form of reproduction, dissemination, copying, disclosure,
modification, distribution and / or publication of<br>
this message without the prior written consent of the author of
this e-mail is strictly prohibited. If you have<br>
received this email in error please delete it and notify the
sender immediately. Before opening any mail and<br>
attachments please check them for viruses and defect.<br>
<br>
-----------------------------------------------------------------------------------------------------------------------<br>
</font>
</blockquote>
<br>
</body>
</html>