Displaying 6 results from an estimated 6 matches for "feurle".
2007 Apr 20
2
Problems with the Speex Jitter Buffer
...Sorry about the delay -- currently attending ICASSP)
> Hi,
>
> Haven't looked at all the details, but what's clearly wrong is that you
> need to put the *compressed* packets in the jitter buffer and decode
> them only when you _get() them.
>
> Jean-Marc
>
> David Feurle wrote:
>
>> Hi,
>>
>> I am using the JitterBuffer. Since there is not so much documentation I
>> think I dont use it in a correct way. All the packets are recieved (I
>> control the sequence numbers) but the JitterBuffer often tells me he has
>> no packet....
2007 Apr 18
3
Problems with the Speex Jitter Buffer
...aid before the buffer just returns more or less the halve of the
packets. But all the packets are added to the JitterBuffer.
I posted some of the code i use in my email and i would be really
thankfull if anybody could tell me where i am using the JitterBuffer wrong.
Many thanks in advance
David Feurle
Init()
{
m_JitterBuffer = jitter_buffer_init(m_Ticks);
jitter_buffer_reset(m_JitterBuffer);
}
Exit()
{
jitter_buffer_destroy(m_JitterBuffer);
}
void BeatJitterBuffer::AddPacket(Packet* packet)
{
m_Mutex.Aquire();
char buff[320];
JitterBufferPacket p;...
2014 Jun 19
0
ssh kerberos auth not working after some weeks
...machines via pam and winbind3/4.
A user that is authenticated on one machine automatically receives a
kerberos ticket and can login via ssh to another machine using this
kerberos ticket.
This setup works fine for some weeks until the ssh server logs this error
debug1: userauth-request for user feurleda service ssh-connection method
gssapi-with-mic [preauth]
debug1: attempt 1 failures 0 [preauth]
Postponed gssapi-with-mic for feurleda from 10.0.1.73 port 33142 ssh2
[preauth]
debug1: Unspecified GSS failure. Minor code may provide more information
Wrong principal in request
to make the ssh lo...
2007 Apr 20
0
Problems with the Speex Jitter Buffer
David Feurle wrote:
> Thanks for your reply Jean-Marc!
>
> this was what I had before.
> But I decided to restructure it since the thread that plays the sound is
> a callback from the sound hardware, more or less an interrupt handler.
> For me it seems more reasonable to waste some memory for...
2007 Apr 20
0
Problems with the Speex Jitter Buffer
(Sorry about the delay -- currently attending ICASSP)
Hi,
Haven't looked at all the details, but what's clearly wrong is that you
need to put the *compressed* packets in the jitter buffer and decode
them only when you _get() them.
Jean-Marc
David Feurle wrote:
> Hi,
>
> I am using the JitterBuffer. Since there is not so much documentation I
> think I dont use it in a correct way. All the packets are recieved (I
> control the sequence numbers) but the JitterBuffer often tells me he has
> no packet. I am using it in the following...
2013 May 13
0
samba4 + kerberos + pam
Hi,
I have a problem with samba4 and PAM Kerberos Authentication.
I can login to my machine using the domain user/password and manually create the Kerberos ticket (kinit).
Now I want to automatically create a kerberos ticket on login.
As stated in the wiki (https://wiki.samba.org/index.php/PAM_Kerberos_Authentication) I need to create the config file in /etc/security/pam_winbind.conf with the