You are not logged in.

#1 2016-06-04 18:03:16

Forum_Liker
Member
Registered: 2015-07-23
Posts: 53

bomi and sound on youtube

Hi. In some videos opened in bomi from youtube no sound.
For example, in this video has no sound: https://www.youtube.com/watch?v=dgfrGxCr2Fo
There sound is: https://www.youtube.com/watch?v=7Z_VUHhaoUE
In VLC sound is everywhere.
What could be the reason?

Offline

#2 2016-06-05 21:15:22

onslow77
Member
Registered: 2014-09-21
Posts: 279

Re: bomi and sound on youtube

Forum_Liker wrote:

What could be the reason?

Hello!

Forum_Liker - I have two questions:
- What log output do you get when you play the non working youtube video using "bomi"?
- Does the non working youtube video work if you directly use mpv?

Regards
Martin

Last edited by onslow77 (2016-06-05 22:13:21)


It is advised to follow the How to post guide when posting on the Arch forum. If one consciously jumps over these elementary steps like reading the wiki and providing necessary information about the problem, one can be regarded as a Help Vampire.

Offline

#3 2016-06-06 14:55:13

Forum_Liker
Member
Registered: 2015-07-23
Posts: 53

Re: bomi and sound on youtube

1) output in bomi on first video (no sound)

$ bomi https://www.youtube.com/watch?v=dgfrGxCr2Fo
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
(E)[VAAPI] Error: unknown libva error(0xffffffffffffffff) Cannot initialize VA-API.
(I)[X11] Initialized hardware acceleration API: vdpau.
QCommandLineParser: option not defined: "__dummy__"
QCommandLineParser: option not defined: "__dummy__"
QCommandLineParser: option not defined: "__dummy__"
QCommandLineParser: option not defined: "__dummy__"
---------------------------------------------------------------------------------
output in bomi on second video (via sound)

$ bomi https://www.youtube.com/watch?v=7Z_VUHhaoUE
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
(E)[VAAPI] Error: unknown libva error(0xffffffffffffffff) Cannot initialize VA-API.
(I)[X11] Initialized hardware acceleration API: vdpau.
QCommandLineParser: option not defined: "__dummy__"
QCommandLineParser: option not defined: "__dummy__"
QCommandLineParser: option not defined: "__dummy__"
QCommandLineParser: option not defined: "__dummy__"
--------------------------------------------------------------------------------------
output mpv. first video

$ mpv https://www.youtube.com/watch?v=dgfrGxCr2Fo
Playing: https://www.youtube.com/watch?v=dgfrGxCr2Fo
(+) Video --vid=1 (*) (h264)
(+) Audio --aid=1 --alang=eng (*) 'DASH audio' (opus) (external)
AO: [pulse] 48000Hz stereo 2ch float
VO: [opengl] 960x720 yuv420p
AV: 00:00:12 / 00:04:00 (5%) A-V:  0.000 Cache: 10s+23MB
-----------------------------------------------------------------------------------
output mpv. second video

$ mpv https://www.youtube.com/watch?v=7Z_VUHhaoUE
Playing: https://www.youtube.com/watch?v=7Z_VUHhaoUE
(+) Video --vid=1 (*) (h264)
(+) Audio --aid=1 --alang=eng (*) 'DASH audio' (opus) (external)
AO: [pulse] 48000Hz stereo 2ch float
VO: [opengl] 1920x1080 yuv420p
AV: 00:00:23 / 00:06:53 (5%) A-V:  0.000 Dropped: 10 Cache: 10s+71MB
--------------------------------------------------------------------------------------------
2) In mpv sound is everywhere.

Last edited by Forum_Liker (2016-06-06 15:01:08)

Offline

#4 2016-06-06 15:32:16

tmp-meteque
Member
Registered: 2015-12-11
Posts: 30

Re: bomi and sound on youtube

mpv works because it doesn't try to use hardware acceleration.  You have to deactivate it in bomi or install the proper packages to be able to use it in your system, which I recommend.


IBM Lenovo T430

Offline

#5 2016-06-06 16:05:39

Forum_Liker
Member
Registered: 2015-07-23
Posts: 53

Re: bomi and sound on youtube

All installed
s_1465229119_6935364_6068fe0443.png

If disable hardware acceleration, the sound is also no

Last edited by Forum_Liker (2016-06-06 16:07:50)

Offline

#6 2016-06-06 17:31:36

tmp-meteque
Member
Registered: 2015-12-11
Posts: 30

Re: bomi and sound on youtube

Try to play a video with mpv --hwdec auto and paste the output of  vdpauinfo here.


IBM Lenovo T430

Offline

#7 2016-06-06 17:49:54

Forum_Liker
Member
Registered: 2015-07-23
Posts: 53

Re: bomi and sound on youtube

mpv --hwdec auto https://www.youtube.com/watch?v=dgfrGxCr2Fo
Playing: https://www.youtube.com/watch?v=dgfrGxCr2Fo
(+) Video --vid=1 (*) (h264)
(+) Audio --aid=1 --alang=eng (*) 'DASH audio' (opus) (external)
AO: [pulse] 48000Hz stereo 2ch float
Using hardware decoding (vdpau).
VO: [opengl] 960x720 vdpau
AV: 00:00:10 / 00:04:00 (4%) A-V:  0.000 Cache: 10s+20MB

Offline

#8 2016-06-06 18:47:29

tmp-meteque
Member
Registered: 2015-12-11
Posts: 30

Re: bomi and sound on youtube

That's weird. Bomi is unsupported at the moment so maybe you should change to another player in the meantime.
What version have you installed? In the aur package comments there is a patch to the last version, I don't know if you have tried it yet.

Try using --log-level=debug with bomi, maybe we'll see something.


IBM Lenovo T430

Offline

#9 2016-06-07 14:22:36

Forum_Liker
Member
Registered: 2015-07-23
Posts: 53

Re: bomi and sound on youtube

Offline

#10 2016-06-07 17:49:08

tmp-meteque
Member
Registered: 2015-12-11
Posts: 30

Re: bomi and sound on youtube

I'm out of ideas. Try to upgrade (read the comments in the aur package) first and if nothing changes, open an issue in its github page with that log.


IBM Lenovo T430

Offline

Board footer

Powered by FluxBB