<div>Hello Klaus , </div>
<div>I am following your steps.But I am getting some problem after adding &quot;app_mp4.c&quot;, when I install asterisk . It is giving an error like  &quot;mp4.h&quot; include file not available . I tried to looked on the web but I am not getting any source from where i could get this file. </div>

<div>Could you please suggest me something about it . </div>
<div> </div>
<div>I would like to tell you about my setup configuration, </div>
<div>I installed CentOS5.4  +  Asterisk 1.6.2.6 .  + Asterisk Add on 1.6.2.0 + DAHDI 2.2.1.1 full package + LibPRI 1.4.10.2.</div>
<div> </div>
<div>I also purchased Bria 3.0 (counterpath product , it supports video ) and I am able to make SIP Voice calls through my asterisk server . </div>
<div> </div>
<div>Thanks ,</div>
<div>Aman</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Mon, Mar 29, 2010 at 11:49 PM, Klaus Darilion <span dir="ltr">&lt;<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><br><br>Am 30.03.2010 02:12, schrieb aman kumar: 
<div class="im"><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hello ,<br>I am a beginner user for asterisk and Linux environment .  I need some<br>help for setup video calls and video streaming with asterisk .I will<br>
appreciate , If you can me some links, white paper , examples or<br>any kind of help for that .I have downloaded AsteriskNow and installed<br>in my server. I have following questions , please response<br>1. Is AsteriskNow good for Video calls.<br>
</blockquote><br></div>If you only want to make video calls between SIP phones, then it should be OK.<br><br>If you also do video streaming to SIP phones, or if you need video telephony also to 3G UMTS video phones, then you need to patch Asterisk and I think then it is better to use a plain Asterisk version. 
<div class="im"><br><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">2. Do I need any addon / plug in / Hardware for the server  for video<br>calls .<br></blockquote><br></div>
For video calls: no, just enable video in sip.conf (search for video in the sample config file)<br><br>For 3G UMTS video calls: yes. You need ISDN (or SS7) interface cards<br><br>For streaming (RTSP), recording and playback of video files: yes. You need the applications from<br>
<a href="https://asteriskvideo.svn.sourceforge.net/svnroot/asteriskvideo/" target="_blank">https://asteriskvideo.svn.sourceforge.net/svnroot/asteriskvideo/</a> 
<div class="im"><br><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">3. How can we stream some static video contents through Asterisk.<br></blockquote><br></div>For example you can store the video as mp4 file. Then use mp4play() to playback the video to the caller. mp4play() is inlcuded in app_mp4.c (<a href="https://asteriskvideo.svn.sourceforge.net/svnroot/asteriskvideo/app_mp4/app_mp4.c" target="_blank">https://asteriskvideo.svn.sourceforge.net/svnroot/asteriskvideo/app_mp4/app_mp4.c</a>) 
<div class="im"><br><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">4. Do we require any type of media server for contents or streaming video.<br></blockquote><br></div>You have 2 options:<br>
1. video is provided by Asterisk<br><br>SIP phone &lt;--SIP+RTP--&gt; Asterisk<br>                          ^  (using mp4play())<br>                          |<br>                       video.mp4<br><br><br>2. video is provided by a streaming server (e.g. darwin) and Asterisk (app_rtsp.c) bridges between the SIP call and the video stream.<br>
<br>SIP phone &lt;--SIP+RTP--&gt; Asterisk &lt;---RTSP-------&gt; Darwin<br>                      (using rtsp())               ^<br>                                                   |<br>                                               video.mp4 
<div class="im"><br><br><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">5. What are the basic steps for integration Video with asterisk server.<br></blockquote><br></div>Hint: only try the enxt step if the previous works<br>
<br>1. Install a &quot;vanilla&quot; (plain) Asterisk<br><br>2. Start with SIP-to-SIP video calls. By 2 webcams and use XLite to make video calls. (enable video in sip.conf)<br><br>3. Try also with the Echo() application. Then the caller should see itself.<br>
<br>4. Add app_mp4.c to Asterisk and reinstall Asterisk<br><br>5. Use mp4save() to record a video call from a SIP phone. Use mpeg4ip tools to analyze the recorded video (audio, video and hint tracks).<br><br>6. Use mp4play() to playback the recorded video to the SIP phone<br>
<br>7. use ffmpeg and mpeg4ip tools to create a video with hint tracks. Then playback this video to the caller using mp4play.<br><br>regards<br><font color="#888888">klaus</font> 
<div>
<div></div>
<div class="h5"><br><br><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">I have asked too many questions so that you can come to know , what is<br>my Goal. Please guide me .<br>Thanks ,<br>
Aman<br><br></blockquote></div></div></blockquote></div><br>