2009-03-02 04:53:42 pcm direct error (using Linphone)
Rob Maris (GERMANY)
Message: 70207
I'm having a problem with an application which opens a pcm stream on my AD73311 codec. It appears in a sip call opening with linphone. Please see the second part of the quoted log:
.....
Connected.
linphonec> ortp-message-ms_filter_link: MSAlsaRead:0x629e74,0-->MSSpeexEnc:0x629f4c,0
ortp-message-ms_filter_link: MSDtmfGen:0x629e00,0-->MSAlsaWrite:0x629ee0,0
ortp-message-ms_filter_link: MSSpeexEnc:0x629f4c,0-->MSRtpSend:0x4eb8dc,0
ortp-message-ms_filter_link: MSRtpRecv:0x629d6c,0-->MSSpeexDec:0x62a000,0
ortp-message-ms_filter_link: MSSpeexDec:0x62a000,0-->MSDtmfGen:0x629e00,0
ortp-message-Using bitrate 15000 for speex encoder.
ortp-message-DNS resolution with 213.192.59.75:5060
ortp-message-getaddrinfo returned the following addresses:
ortp-message-213.192.59.75 port 5060
ortp-message-Message sent: (to dest=213.192.59.75:5060)
ACK sip:rjmaris@213.192.59.78:5080 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.70:5060;rport;branch=z9hG4bK882817702
Route: <sip:213.192.59.75;avp=R28DBwBhY2NvdW50AwB5ZXM;lr=on>
From: <sip:toto@192.168.1.70>;tag=404088605
To: <sip:rjmaris@213.192.59.75>;tag=729822C3-49ABA8D00004A61D-B6FE3BB0
Call-ID: 15815290
CSeq: 20 ACK
Contact: <sip:toto@192.168.1.70:5060>
Max-Forwards: 70
User-Agent: Linphone/3.0.0 (eXosip2/3.1.0)
Content-Length: 0
ortp-message-No authentication info in the request, ignoring
ortp-message-bandwidth usage: audio=[d=0.0,u=0.0] video=[d=0.0,u=0.0] kbit/sec
ortp-message-alsa_open_r: opening default at 8000Hz, bits=16, stereo=0
ALSA lib ../../../alsa-lib-1.0.18/src/pcm/pcm_direct.c:1605:(snd1_pcm_direct_parse_open_conf) The field ipc_gid must be a valid group (create group audio)
ortp-warning-alsa_open_r: Error opening PCM device default
ortp-warning-We are late of 180 miliseconds.
ortp-message-alsa_open_r: opening default at 8000Hz, bits=16, stereo=0
ortp-message-bandwidth usage: audio=[d=1248.0,u=0.0] video=[d=0.0,u=0.0] kbit/sec
These error reports are then coninuously repeated in the console window. I'm quite sure that this can also happen from another calling app - the linphone app serves as to show the behaviour.
If anybody can give a hint about this, that would be grateful.
(note: my linphone is yet called via the -s command line option - the stdin problem is stil present - separate topic)
QuoteReplyEditDelete
2009-03-02 12:59:34 Re: pcm direct error (using Linphone)
Mike Frysinger (UNITED STATES)
Message: 70229
did you do what the error told you to ?
ALSA lib ../../../alsa-lib-1.0.18/src/pcm/pcm_direct.c:1605:(snd1_pcm_direct_parse_open_conf) The field ipc_gid must be a valid group (create group audio)
QuoteReplyEditDelete
2009-03-02 16:24:36 Re: pcm direct error (using Linphone)
Rob Maris (GERMANY)
Message: 70232
Yes, as my "parallel" post documents, this posting has been posted too "early". I noticed the comment between brackets some time after this posting.