search for: playload

Displaying 7 results from an estimated 7 matches for "playload".

Did you mean: payload
2014 May 30
1
Configuring Asterisk to allow any payload type in SDP
Hello, Is there a way to configure Asterisk so that it doesn't care about the playload type in SDP ? I'm trying to send custom data which has assigned a dynamic PT through RTP so I only need Asterisk to act as a proxy/forwarder but I'm getting "488 Not acceptable here" responses and in console "No compatible codecs, not accepting this offer" Best regards,...
2007 Dec 21
2
(no subject)
Hi Jean, This is my last attempt at trying to use speex for a project we are working on. I have contacted you before, but i have had no joy what so ever trying to find a working example in c++ that shows how to add a header to a raw speex file, so that it an be played using windows. If you do know of a working example can you please supply a link. As this is a commercial project maybe you could
2014 Sep 22
1
Opus and sender and receiver sample rate drift.
...Will there be significant audio artefacts if a frame is just dropped, that is opus_decode (n-1) and then opus_decode (n+1)? What is the best practice for adding a frame to the jitter buffer? Will there be significant audio artefacts if a packet is added by calling opus_decode with a null input playload, that is opus_decode(n), opus_decode(null) and followed by opus_decode(n+1)? Thanks. George de Vries Senior Software Engineer Open Access Ph: +61(0)2 9978 7105 For every complex problem, there is a solution that is simple, neat, and wrong H.L Mencken. -------------- next part -------------- A...
2007 Dec 21
0
(no subject)
bobby, the speex files cannot be played by "Windows" (I assume you mean the media player) natively. speex codec will have to be supported as a playload type. to do that, you have to install a Speex ACM. take a look at http://www.free-codecs.com/download/Speex_Voice_ACM_Codec.htm once you have it installed, just open the windows recorder from start->programs->accesories->entertainment->sound recorder, in the file->properties ch...
2005 Mar 29
0
rfc2833 cisco 7960 DTMF issue
I'm having an issue sending DTMF to cisco dialing this extension I should hear the dtmf tone RTP playload 101 has been sent to the cisco phone, but no audio. in the dialplan exten => 8603,1,Answer(1) exten => 8603,n,sipdtmfmode(rfc2833) exten => 8603,n,SendDTMF(1|100) exten => 8603,n,hangup() sip.conf dtmfmode=rfc2833 SIPDefault.conf I did play with all possible settings for dtmf_outofba...
2011 Aug 10
1
Ripping theora stream
Hi, I'm new to this mailing list. I'm trying to save a theora stream into an OGG file (or something else). I've the theora packets received from a VoIp application (over RTP). I'm able to convert a single frame to a jpeg image but I've no idea about how to write video file. Maybe this is not the right place to answer this question but I'm loosing my mind reading specs
2007 Dec 21
2
(no subject)
> the speex files cannot be played by "Windows" (I assume you mean the > media player) natively. speex codec will have to be supported as a > playload type. > > to do that, you have to install a Speex ACM. > take a look at > http://www.free-codecs.com/download/Speex_Voice_ACM_Codec.htm Actually, I tend to recommend using Ogg files instead of wav. Those can be played using this plugin: http://illiminable.com/ogg/ Cheers, Jean-Marc...