[prev in list] [next in list] [prev in thread] [next in thread] 

List:       asterisk-video
Subject:    Re: [Asterisk-video] name of file for video playback
From:       Borja SIXTO <borja.sixto () ulex ! fr>
Date:       2016-12-19 10:35:35
Message-ID: a81af283-70c3-e984-58b5-7fda9d1d330b () ulex ! fr
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,

I pushed the native project to our Github repository :

https://github.com/voximal/asterisk-videotools

We will work this next days to commit changes in order to be able to 
compile the tools (Ulex.fr is actually involved in the Voximal voice 
project, so we haven't too much time to work on video opensource projects).

If there are any users interested in having a video tool to convert 
video contents to the Asterisk native formats, please contribute to the 
project.

Regards,

Borja SIXTO from ulex.fr


Le 19/12/2016 à 02:58, Jerry Geis a écrit :
> Hi Borja,
>
> Yes. I was thinking that was "special" for the h263 video format.
> So I took steps using gstreamer to create the h264 format using the 
> openh264 from Cisco.
> That took a while in itself, but finally was successful generating the 
> h264 file.
>
> But I don't understand what I'm missing that asterisk doesn't even 
> find the correct file name.
> my name ends in .h264 - what else could it be.
> It's not an error about video format - its an error about finding the 
> file name.
>
> Thanks, I look forward to see what Ulex shares.
>
> Jerry
>
> On Sun, Dec 18, 2016 at 8:39 PM, Borja SIXTO <borja.sixto@ulex.fr 
> <mailto:borja.sixto@ulex.fr>> wrote:
>
>     Hi Jerry,
>
>     How did you generated the h264 file ?
>
>     As I said Asterisk use a specific format for the video (Headers
>     and RTP data frames).
>
>     You need to use mp4asterisk2 to generate the video file or the old
>     mp4asterisk provided by the old SIP fontventa project (now Medooze
>     http://www.medooze.com/products/asterisk-applications.aspx
>     <http://www.medooze.com/products/asterisk-applications.aspx>).
>
>     The Ulex.fr company is going to release a tool to generate
>     Asterisk video contents.
>     It is based on the SIP fontventa and some extensions.
>     It use old projects as : mpeg4ip (release 1.5.0.1), and a old
>     FFmpeg snapshot.
>     For the moment, on an updated Linux server, we had some issues
>     with the compilation.
>     We are trying to commit some changes in order to provide a ready
>     to compile sources.
>
>     Perhaps you can help us with this task.
>     If you are ready, contact us directly.
>
>     Regards,
>
>     Borja SIXTO from ulex.fr <http://ulex.fr>
>
>
>     Le 18/12/2016 à 15:34, Jerry Geis a écrit :
>>     Asterisk 11.25.1 playing with...
>>     Playback supports these formats.
>>
>>     Supported video codecs
>>
>>       * H.261 <http://www.voip-info.org/wiki/view/H.261>
>>       * H.263 <http://www.voip-info.org/wiki/view/H.263>
>>       * H.263p <http://www.voip-info.org/wiki/view/H.263p> (Asterisk 1.4)
>>       * H.264 (Asterisk 1.4)
>>
>>     I have a call file I'm using Application: Playback
>>     Data: /tmp/video
>>
>>     I am using a bria 4 softphone with  h264 enabled.
>>     The message I see on the console is:
>>
>>     File /tmp/video does not exist in any format
>>     Unable to open /tmp/video (format ulaw|h263|h264)
>>
>>     In fact I have the file /tmp/video.h264 and is readable by owner
>>     group and world.
>>
>>     What am I not doing correctly to get an h264 video file to play?
>>     Thanks,
>>
>>     Jerry
>>
>>
>
>     -- 
>     Borja SIXTO (co-founder/manager)
>
>     Mail:borja.sixto@ulex.fr <mailto:borja.sixto@ulex.fr>
>     Tel:+33(0)4 28 35 03 44 Ext. 11 <tel:+33%204%2028%2035%2003%2044>
>     Ulex Innovative Systems | 4 rue des Prairies, 38460 St Romain de Jalionas, France
>     www.ulex.fr <http://www.ulex.fr>
>
>
>     --
>     _____________________________________________________________________
>     -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
>     asterisk-video mailing list
>     To UNSUBSCRIBE or update options visit:
>     http://lists.digium.com/mailman/listinfo/asterisk-video
>     <http://lists.digium.com/mailman/listinfo/asterisk-video>
>
>
>
>

-- 
Borja SIXTO (co-founder/manager)

Mail: borja.sixto@ulex.fr
Tel: +33(0)4 28 35 03 44  Ext. 11
Ulex Innovative Systems | 4 rue des Prairies, 38460 St Romain de Jalionas, France
www.ulex.fr


[Attachment #5 (text/html)]

<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>I pushed the native project to our Github repository :</p>
    <p><a class="moz-txt-link-freetext" \
href="https://github.com/voximal/asterisk-videotools">https://github.com/voximal/asterisk-videotools</a></p>
  <p>We will work this next days to commit changes in order to be able
      to compile the tools (Ulex.fr is actually involved in the Voximal
      voice project, so we haven't too much time to work on video
      opensource projects).</p>
    <p>If there are any users interested in having a video tool to
      convert video contents to the Asterisk native formats, please
      contribute to the project.</p>
    <p>Regards,<br>
      <br>
    </p>
    <p>Borja SIXTO from ulex.fr<br>
    </p>
    <br>
    <div class="moz-cite-prefix">Le 19/12/2016 à 02:58, Jerry Geis a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CABr8-B7g4gOoCFcOQTUiPMSu-07LBEraf_rzpYT+Y1tvEprnjg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Borja,
        <div><br>
        </div>
        <div>Yes. I was thinking that was "special" for the h263 video
          format.</div>
        <div>So I took steps using gstreamer to create the h264 format
          using the openh264 from Cisco.</div>
        <div>That took a while in itself, but finally was successful
          generating the h264 file.</div>
        <div><br>
        </div>
        <div>But I don't understand what I'm missing that asterisk
          doesn't even find the correct file name.</div>
        <div>my name ends in .h264 - what else could it be.</div>
        <div>It's not an error about video format - its an error about
          finding the file name.</div>
        <div><br>
        </div>
        <div>Thanks, I look forward to see what Ulex shares. </div>
        <div><br>
        </div>
        <div>Jerry</div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Sun, Dec 18, 2016 at 8:39 PM,
            Borja SIXTO <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:borja.sixto@ulex.fr" \
target="_blank">borja.sixto@ulex.fr</a>&gt;</span>  wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div bgcolor="#FFFFFF" text="#000000">
                <p>Hi Jerry,</p>
                <p>How did you generated the h264 file ?</p>
                <p>As I said Asterisk use a specific format for the
                  video (Headers and RTP data frames).</p>
                <p>You need to use mp4asterisk2 to generate the video
                  file or the old mp4asterisk provided by the old SIP
                  fontventa project (now Medooze <a
                    moz-do-not-send="true"
                    class="m_740338451498180222moz-txt-link-freetext"
                    href="http://www.medooze.com/products/asterisk-applications.aspx"
                    target="_blank">http://www.medooze.com/<wbr>products/asterisk-<wbr>applications.aspx</a>).</p>
  <p>The Ulex.fr company is going to release a tool to
                  generate Asterisk video contents.<br>
                  It is based on the SIP fontventa and some extensions.<br>
                  It use old projects as : mpeg4ip (release 1.5.0.1),
                  and a old FFmpeg snapshot.<br>
                  For the moment, on an updated Linux server, we had
                  some issues with the compilation.<br>
                  We are trying to commit some changes in order to
                  provide a ready to compile sources.<br>
                </p>
                <p>Perhaps you can help us with this task.<br>
                  If you are ready, contact us directly.</p>
                <p>Regards,<br>
                  <br>
                </p>
                <p>Borja SIXTO from <a moz-do-not-send="true"
                    href="http://ulex.fr" target="_blank">ulex.fr</a><br>
                </p>
                <br>
                <div class="m_740338451498180222moz-cite-prefix">Le
                  18/12/2016 à 15:34, Jerry Geis a écrit :<br>
                </div>
                <blockquote type="cite">
                  <div dir="ltr">Asterisk 11.25.1 playing with...
                    <div>Playback supports these formats.</div>
                    <div><br>
                    </div>
                    <div><span>Supported video codecs</span><br>
                      <ul>
                        <li
                          style="box-sizing:border-box;margin:0px;padding:1px
                          0px 1px
1em;background-image:url(&quot;http://images/list-dot.png&quot;);background-position:0px
 9px;background-size:initial;background-repeat:no-repeat;background-origin:initial;background-clip:initial;background-color:transparent;list-style-type:none"><a
  moz-do-not-send="true" title="H.261"
                            href="http://www.voip-info.org/wiki/view/H.261"
style="box-sizing:border-box;background-color:transparent;color:rgb(6,72,110);line-height:inherit"
  target="_blank">H.261</a></li>
                        <li
                          style="box-sizing:border-box;margin:0px;padding:1px
                          0px 1px
1em;background-image:url(&quot;http://images/list-dot.png&quot;);background-position:0px
 9px;background-size:initial;background-repeat:no-repeat;background-origin:initial;background-clip:initial;background-color:transparent;list-style-type:none"><a
  moz-do-not-send="true" title="H.263"
                            href="http://www.voip-info.org/wiki/view/H.263"
style="box-sizing:border-box;background-color:transparent;color:rgb(6,72,110);line-height:inherit"
  target="_blank">H.263</a></li>
                        <li
                          style="box-sizing:border-box;margin:0px;padding:1px
                          0px 1px
1em;background-image:url(&quot;http://images/list-dot.png&quot;);background-position:0px
 9px;background-size:initial;background-repeat:no-repeat;background-origin:initial;background-clip:initial;background-color:transparent;list-style-type:none"><a
  moz-do-not-send="true" title="H.263p"
                            href="http://www.voip-info.org/wiki/view/H.263p"
style="box-sizing:border-box;background-color:transparent;color:rgb(6,72,110);line-height:inherit"
  target="_blank">H.263p</a> (Asterisk 1.4)</li>
                        <li
                          style="box-sizing:border-box;margin:0px;padding:1px
                          0px 1px
1em;background-image:url(&quot;http://images/list-dot.png&quot;);background-position:0px
 9px;background-size:initial;background-repeat:no-repeat;background-origin:initial;background-clip:initial;background-color:transparent;list-style-type:none">H.264
  (Asterisk 1.4)</li>
                      </ul>
                      <div><font face="helvetica neue, helvetica,
                          roboto, arial, sans-serif" color="#2e2f30"><span
                            style="font-size:16px">I have a call file
                            I'm using Application: Playback</span></font></div>
                    </div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">Data: /tmp/video</span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px"><br>
                        </span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">I am using a bria 4
                          softphone with  h264 enabled.</span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">The message I see on
                          the console is:</span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px"><br>
                        </span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">File /tmp/video does
                          not exist in any format</span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">Unable to open
                          /tmp/video (format ulaw|h263|h264)</span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px"><br>
                        </span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">In fact I have the file
                          /tmp/video.h264 and is readable by owner group
                          and world.</span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px"><br>
                        </span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">What am I not doing
                          correctly to get an h264 video file to \
play?</span></font></div>  <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">Thanks,</span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px"><br>
                        </span></font></div>
                    <div><font face="helvetica neue, helvetica, roboto,
                        arial, sans-serif" color="#2e2f30"><span
                          style="font-size:16px">Jerry</span></font></div>
                  </div>
                  <br>
                  <fieldset
                    class="m_740338451498180222mimeAttachmentHeader"></fieldset>
                  <br>
                  <span class="HOEnZb"><font color="#888888"> \
</font></span></blockquote>  <span class="HOEnZb"><font color="#888888"> <br>
                    <pre class="m_740338451498180222moz-signature" cols="72">-- 
Borja SIXTO (co-founder/manager)

Mail: <a moz-do-not-send="true" class="m_740338451498180222moz-txt-link-abbreviated" \
                href="mailto:borja.sixto@ulex.fr" \
                target="_blank">borja.sixto@ulex.fr</a>
Tel: <a moz-do-not-send="true" href="tel:+33%204%2028%2035%2003%2044" \
value="+33428350344" target="_blank">+33(0)4 28 35 03 44  Ext. 11</a> Ulex Innovative \
Systems | 4 rue des Prairies, 38460 St Romain de Jalionas, France <a \
moz-do-not-send="true" class="m_740338451498180222moz-txt-link-abbreviated" \
href="http://www.ulex.fr" target="_blank">www.ulex.fr</a></pre>  </font></span></div>
              <br>
              --<br>
              ______________________________<wbr>______________________________<wbr>_________<br>
                
              -- Bandwidth and Colocation Provided by <a
                moz-do-not-send="true" href="http://www.api-digital.com"
                rel="noreferrer" target="_blank">http://www.api-digital.com</a>
              --<br>
              <br>
              asterisk-video mailing list<br>
              To UNSUBSCRIBE or update options visit:<br>
                 <a moz-do-not-send="true"
                href="http://lists.digium.com/mailman/listinfo/asterisk-video"
                rel="noreferrer" \
target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>video</a><br>
  </blockquote>
          </div>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Borja SIXTO (co-founder/manager)

Mail: <a class="moz-txt-link-abbreviated" \
                href="mailto:borja.sixto@ulex.fr">borja.sixto@ulex.fr</a>
Tel: +33(0)4 28 35 03 44  Ext. 11
Ulex Innovative Systems | 4 rue des Prairies, 38460 St Romain de Jalionas, France
<a class="moz-txt-link-abbreviated" href="http://www.ulex.fr">www.ulex.fr</a></pre>
  </body>
</html>



-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic