<br><br><div class="gmail_quote">2009/7/3 Gregory L. Semyonov <span dir="ltr">&lt;<a href="mailto:greg@vladmin.ru">greg@vladmin.ru</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
here some small questions from asterisk-video begginer.<br>
<br>
1) Does it require some hacks or tricks to compile app_mp4 into asterisk 1.6<br>
or only 1.4 supported?<br>
I trying to complie it on Debian with asterisk-1.6.1.1.<br>
Put app_mp4.c to asterisk-1.6.1.1/apps, then append lines to the<br>
asterisk-1.6.1.1/apps/Makefile:<br>
app_mp4.so : app_mp4.o<br>
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $&lt; ${CYGSOLIB} -lmp4 -lmp4v2<br>
<br>
Finally start make in asterisk-1.6.1.1 dir:<br>
# make<br>
CC=&quot;cc&quot; CXX=&quot;g++&quot; LD=&quot;&quot; AR=&quot;&quot; RANLIB=&quot;&quot; CFLAGS=&quot;&quot; make -C menuselect<br>
CONFIGURE_SILENT=&quot;--silent&quot; makeopts<br>
make[1]: Entering directory<br>
`/usr/src/asterisk/1.6.1/asterisk-1.6.1.1/menuselect&#39;<br>
make[1]: `makeopts&#39; is up to date.<br>
make[1]: Leaving directory<br>
`/usr/src/asterisk/1.6.1/asterisk-1.6.1.1/menuselect&#39;<br>
menuselect/menuselect --check-deps menuselect.makeopts<br>
Generating embedded module rules ...<br>
Makefile:38: *** missing separator.  Stop.<br>
Makefile:38: *** missing separator.  Stop.<br>
Makefile:38: *** missing separator.  Stop.<br>
Makefile:38: *** missing separator.  Stop.<br>
make: *** [apps] Error 2<br>
<br>
why errors? <br></blockquote><div>Hi,<br>you need to put &lt;tab&gt; before second added line.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
2) Anyone know simple method to get h263 asterisk compatible video?<br>
Seems ffasterisk is not available anymore.<br>
I was unable also to get somthing useful from gstreamer after hours.. it&#39;s<br>
too difficult.<br>
<br>
Regards,<br>
Gregory L. Semyonov<br>
<br>
<br>
_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-video mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-video" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-video</a><br>
</blockquote></div><br>