leewoody / psi-dev

Automatically exported from code.google.com/p/psi-dev
0 stars 0 forks source link

Psi не находит устройств OSS. #395

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Шаги по воспроизведению проблемы:
What steps will reproduce the problem?
1. Установить OSSv4.
2. Запустить psi.
3. В окне "Настройки" выбрать "Звонки".

Каков ожидаемый результат?
What is the expected output?
Наличие устройств для аудиовхода и 
аудиовыхода.

Что Вы видите вместо этого?
What do you see instead?
"<None>" в обоих полях.

Какую версию Psi+ / ОС Вы используете?
What version of the Psi+/OS are you using?
Psi+ v0.15.3559-webkit Beta (Jan 19 2011) / Gentoo x86_64

Дополнительная информация по проблеме:
Additional information:
oss-4.2.2004
В файле psimedia/gstprovider/deviceenum/deviceenum_unix.cpp 
проверка на oss устройства имеется.

Original issue reported on code.google.com by o0...@yandex.ru on 19 Jan 2011 at 11:39

GoogleCodeExporter commented 8 years ago

Original comment by wadea...@gmail.com on 19 Jan 2011 at 11:43

GoogleCodeExporter commented 8 years ago
Сделайте кнопку в закладке "Звонки" для 
перечитывания устройств.

Original comment by o0...@yandex.ru on 20 Jan 2011 at 9:32

GoogleCodeExporter commented 8 years ago
пишите на английском, владелец задачи 
англоговорящий.

Original comment by vladimir.shelukhin on 20 Jan 2011 at 1:08

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install OSSv4.
2. Run psi-plus.
3. Choose item "Voice Calling" in "Options" window.

What is the expected output?
Show any OSS devices for audio output and audio input.

What do you see instead?
"<None>" in both places.

What version of the Psi+/OS are you using?
Psi+ v0.15.3572-webkit Beta (Jan 20 2011) / Gentoo x86_64

Additional information:
oss-4.2.2004
Check for OSS place in psimedia/gstprovider/deviceenum/deviceenum_unix.cpp.

Can you add button in "Voice Calling" item for recheck devices?

Original comment by o0...@yandex.ru on 20 Jan 2011 at 1:14

GoogleCodeExporter commented 8 years ago
псимедия будет переписана через фарсайт, 
так что этот баг будет помечен как invalid

Original comment by rion4ik on 8 Aug 2011 at 4:39

GoogleCodeExporter commented 8 years ago
А что за фарсайт? Он умеет OSSv4?

Original comment by o0...@yandex.ru on 9 Aug 2011 at 5:03

GoogleCodeExporter commented 8 years ago
It seems this bug isn't fixed yet.

I have had the same problem mapped as <None> input/output OSS devices. In order 
to let psimedia to detect OSS devices I put some code change in the file 
psimedia/gstprovider/devices.cpp as suggested here: 
http://permalink.gmane.org/gmane.network.jabber.psi.devel/7976 by deleting 
references to all device variables except OSS source/sink in specified code 
portions. I guess, a more common workaround would be the interchange of alsa 
and oss device requests.

Я решил у себя эту проблему (<None> вместо OSS 
устройств) удалением переменных, 
соответствующих всем устройствам, за 
исключением OSS устройств в частях кода 
(файл psimedia/gstprovider/devices.cpp), упомянутых в посте 
по ссылке 
http://permalink.gmane.org/gmane.network.jabber.psi.devel/7976 . Мне 
кажется, более универсальным временным 
решением было бы изменение очерёдности 
опроса устройств - сначала OSS, а потом уже ALSA.

Original comment by tarantul...@googlemail.com on 3 Apr 2012 at 1:17