Hi,<br><br>This problem hapenned on old mp4v2 lib versions (in fact i did the patch to solve it).<br><br>Please, get and compile latest version of the mp4v2 repository.<br><br>Enviado desde mi HTC<br><br>----- Reply message -----<br>De: &quot;Aris Striglis&quot; &lt;astriglis@gmail.com&gt;<br>Fecha: mar., feb. 28, 2012 21:13<br>Asunto: [Asterisk-video] Asterisk crash when mp4play run 3gp file<br>Para: &quot;&#39;Development discussion of video media support in Asterisk&#39;&quot; &lt;asterisk-video@lists.digium.com&gt;<br><br>Hello,<br><br> <br><br>I’m using misdn from my BRI,<br><br>I have succeeded in making a video_loopback and echo test, &nbsp;3g phone -&gt;asterisk<br><br>using &nbsp;dialplan below:<br><br> <br><br>exten =&gt; &nbsp;,1,GotoIf($[${TRANSFERCAPABILITY}=DIGITAL]?10:20)<br><br>exten =&gt; &nbsp;,10,h324m_gw(310@tosip)<br><br>exten =&gt; &nbsp;,20,Dial(SIP/202)<br><br>exten =&gt; &nbsp;,n,Playback(noaudiocall)<br><br>exten =&gt; &nbsp;,n,Hangup()<br><br> <br><br> <br><br>[tosip]<br><br>;exten =&gt; 310,1,h324m_gw_answer()<br><br>;exten =&gt; 310,n,Echo() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ß--working!!<br><br>;exten =&gt; 310,n,video_loopback() &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ß--working!!<br><br>;exten =&gt; 310,n,Dial(SIP/x-lite) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ß--incoming video call // working!!<br><br>;exten =&gt; 310,n,Hangup()<br><br> <br><br> <br><br>Now, i am trying to play a video using mp4play to a 3g phone calling my asterisk using the following dialplan:<br><br> <br><br>exten =&gt; 310,1,h324m_gw_answer()<br><br>exten =&gt; 310,n,mp4play(/root/mire-tv.3gp)<br><br> <br><br>But as soon as call comes in i get disconnected from asterisk cli and 3g phone still waiting the video.<br><br>The output from CLI, shows that app_mp4 can’t see the value for video.name parameter.<br><br> <br><br>P[ 1] channel with stid:0 for one second still in use!<br><br> &nbsp; &nbsp;-- Executing [@from-misdn:1] GotoIf(&quot;mISDN/1-u5&quot;, &quot;1?10:20&quot;) in new stack<br><br> &nbsp; &nbsp;-- Goto (from-misdn,,10)<br><br> &nbsp; &nbsp;-- Executing [@from-misdn:10] h324m_gw(&quot;mISDN/1-u5&quot;, &quot;310@tosip&quot;) in new stack<br><br>[Feb 28 21:38:25] DEBUG[11446]: app_h324m.c:959 app_h324m_gw: h324m_gw<br><br> &nbsp; &nbsp;-- Executing [310@tosip:1] h324m_gw_answer(&quot;Local/310@tosip-3a97,2&quot;, &quot;&quot;) in new stack<br><br>[Feb 28 21:38:25] DEBUG[11447]: app_h324m.c:1538 app_h324m_gw_answer: &gt;h324m_gw_answer<br><br>[Feb 28 21:38:25] DEBUG[11446]: app_h324m.c:1094 app_h324m_gw: H324M changed state 1<br><br>[Feb 28 21:38:28] DEBUG[11446]: app_h324m.c:1094 app_h324m_gw: H324M changed state 3<br><br>[Feb 28 21:38:28] DEBUG[11446]: app_h324m.c:1100 app_h324m_gw: Connected, sending VIDUPDATE<br><br>[Feb 28 21:38:28] DEBUG[11447]: app_h324m.c:1575 app_h324m_gw_answer: &lt;h324m_gw_answer on VIDUPDATE<br><br>[Feb 28 21:38:28] DEBUG[11447]: app_h324m.c:1593 app_h324m_gw_answer: &lt;h324m_gw_answer<br><br> &nbsp; &nbsp;-- Executing [310@tosip:2] mp4play(&quot;Local/310@tosip-3a97,2&quot;, &quot;/root/mire-tv.3gp&quot;) in new stack<br><br>[Feb 28 21:38:28] DEBUG[11447]: app_mp4.c:556 mp4_play: mp4play /root/mire-tv.3gp<br><br>[Feb 28 21:38:28] DEBUG[11447]: app_mp4.c:651 mp4_play: found hint track 65335<br><br>[Feb 28 21:38:28] DEBUG[11447]: app_mp4.c:662 mp4_play: track 201 vide<br><br>[Feb 28 21:38:28] DEBUG[11447]: app_mp4.c:715 mp4_play: video.name (null)<br><br>videocall*CLI&gt;<br><br>Disconnected from Asterisk server<br><br> <br><br>Here Is mp4info for the file:<br><br>[root@videocall ~]# mp4info mire-tv.3gp<br><br>mp4info version trunk-r479<br><br>mire-tv.3gp:<br><br>Track &nbsp; Type &nbsp; &nbsp;Info<br><br>201 &nbsp; &nbsp; video &nbsp; H.263, 15.000 secs, 16 kbps, 176x144 @ 6.533333 fps<br><br>65335 &nbsp; hint &nbsp; &nbsp;Payload H263-2000 for track 201<br><br>101 &nbsp; &nbsp; audio &nbsp; AMR, 15.000 secs, 13 kbps, 8000 Hz<br><br>65435 &nbsp; hint &nbsp; &nbsp;Payload AMR for track 101<br><br>1 &nbsp; &nbsp; &nbsp; od &nbsp; &nbsp; &nbsp;Object Descriptors<br><br>2 &nbsp; &nbsp; &nbsp; scene &nbsp; BIFS<br><br> <br><br>File downloaded from i6net. Tried another file still same result.<br><br> <br><br>Could someone tell me if there is a bug in code or something else?<br><br>Thank you very much in advance for your help <br><br> <br><br>Regards <br><br>Aris<br><br> <br><br> <br><br><br><br><br>