<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">rtmp if for using rtmp in the browser as a client<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 20, 2015, at 4:22 PM, Prashant Choudhary &lt;<a href="mailto:get.prashant.007@gmail.com" class="">get.prashant.007@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I am trying to get mod_unimrcp running.Meanwhile, Can you tell me if mod_rtmp is meant to do something similar or not.<br class=""><br class="">Thanks</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Mon, Jul 20, 2015 at 11:28 PM, Prashant <span dir="ltr" class="">&lt;<a href="mailto:get.prashant.007@gmail.com" target="_blank" class="">get.prashant.007@gmail.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><div class=""><div style="font-family:Calibri,sans-serif;font-size:11pt" class="">Awesome, thanks for the reply sir.<br class="">I was already trying to record it and play to other service. But I guess mod_mrcp seems better.&nbsp; I will work on it and let you know if I face any problem. Thanks</div></div><div dir="ltr" class=""><hr class=""><span style="font-family:Calibri,sans-serif;font-size:11pt;font-weight:bold" class="">From: </span><span style="font-family:Calibri,sans-serif;font-size:11pt" class=""><a href="mailto:mike@jerris.com" target="_blank" class="">Michael Jerris</a></span><br class=""><span style="font-family:Calibri,sans-serif;font-size:11pt;font-weight:bold" class="">Sent: </span><span style="font-family:Calibri,sans-serif;font-size:11pt" class="">‎20-‎07-‎2015 10:39 PM</span><br class=""><span style="font-family:Calibri,sans-serif;font-size:11pt;font-weight:bold" class="">To: </span><span style="font-family:Calibri,sans-serif;font-size:11pt" class=""><a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH Users Help</a></span><span class=""><br class=""><span style="font-family:Calibri,sans-serif;font-size:11pt;font-weight:bold" class="">Subject: </span><span style="font-family:Calibri,sans-serif;font-size:11pt" class="">Re: [Freeswitch-users] mod_managed vs eventsocket</span><br class=""><br class=""></span></div><span class="">in managed modules if you build an application interface you can access the media the same way you do in native c modules.&nbsp; The c api is marshaled into managed code<br class=""><br class="">On Monday, July 20, 2015, Hector Geraldino &lt;<a href="mailto:Hector.Geraldino@ipsoft.com" target="_blank" class="">Hector.Geraldino@ipsoft.com</a>&gt; wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">



<div style="font-family: Calibri, sans-serif; font-size: 14px;" class="">
<div class="">I don’t think there’s an API that you can use to tap on the RTP stream. You can always record your call in stereo and post-process the file, if that’s valid for what you’re trying to do.</div>
<div class=""><br class="">
</div>
<div class="">If not, check the MRCP protocol. I guess you can write an MRCP server (or use an existing one), and stream the audio from FS using mod_unimrcp. That’s how you integrate 3rd party ASR systems (e.g. Nuance’s Recognizer) with FreeSWITCH.</div>
<div class=""><br class="">
</div>
<span class="">
<div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) currentcolor currentcolor; padding: 3pt 0in 0in; text-align: left; font-family: Calibri; font-size: 11pt;" class="">
<span style="font-weight:bold" class="">From: </span>&lt;<a class="">freeswitch-users-bounces@lists.freeswitch.org</a>&gt; on behalf of Prashant Choudhary &lt;<a class="">get.prashant.007@gmail.com</a>&gt;<br class="">
<span style="font-weight:bold" class="">Reply-To: </span>"<a class="">freeswitch-users@lists.freeswitch.org</a>" &lt;<a class="">freeswitch-users@lists.freeswitch.org</a>&gt;<br class="">
<span style="font-weight:bold" class="">Date: </span>Sunday, July 19, 2015 at 4:24 PM<br class="">
<span style="font-weight:bold" class="">To: </span>"<a class="">freeswitch-users@lists.freeswitch.org</a>" &lt;<a class="">freeswitch-users@lists.freeswitch.org</a>&gt;<br class="">
<span style="font-weight:bold" class="">Subject: </span>Re: [Freeswitch-users] mod_managed vs eventsocket<br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">
<div dir="ltr" class="">Hello,<br class="">
Now I have even managed to do outbound calls. I have a real problem now.<br class="">
How can I get the audio stream from the person on the other end. I want the audio stream to be sent to my API in real time. I want to detect silence as well, but we can do that by experiment. Only thing is that I am unable to get the audio stream. And this
 stream should only have the voice of person being called, not mine(i.e. the incoming audio). Is it possible??
<div class="">Please help</div>
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Sat, Jul 18, 2015 at 2:57 PM, Prashant Choudhary <span dir="ltr" class="">
&lt;<a class="">get.prashant.007@gmail.com</a>&gt;</span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
<div dir="ltr" class="">Sorry for my last mail, which was a little more generic. Thing is, I am able to receive and manage Inbound calls. But I am unable to figure out, how to make outbound calls through mod_managed. I was able to do the same through event socket API.
 One benefit of event socket was that I could run it as separate console application , but I am not sure whether it is possible through mod managed as well.
<div class="">SO again my question remains the same. But it is more towards outbound calling.</div>
</div>
<div class="">
<div class="">
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Sat, Jul 18, 2015 at 1:11 AM, Prashant Choudhary <span dir="ltr" class="">
&lt;<a class="">get.prashant.007@gmail.com</a>&gt;</span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
<div dir="ltr" class="">Hello All,<br class="">
<br class="">
I have worked with LUA and freeswitch. Now I want to migrate to .Net API as I want to experiment with machine learning using sample calls.&nbsp;&nbsp;I am trying to control around some 2-300 calls directly through my API. This may require the call audio stream to be
 forwarded in real time to .NET
<div class="">&nbsp;I a few questions that might be very silly.<br class="">
<br class="">
1. Which one is better to achieve this, mod_managed or ESL.</div>
<div class="">2. I was able to find some examples related to eventsocket, but same for mod_Managed was rare. Can you suggest me any doc(of-course except the wiki link) or any email chain which explains this or anything else. This will be really a big help for me. As
 currently I am stuck. And I still find the LUA way easier.<br class="">
<br class="">
Thanks</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</div>
</span>
</div>

</blockquote>
</span></div></blockquote></div><br class=""></div>
_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></div></body></html>