13.2 xbmcubuntu sound issue
#1
I have a vivopc i3 and xbmcubuntu 13.2. When I use airplay (music), I can see the soundtrack cover, and track is moving. It seems like it is playing but no sound comes out or sound is jerky. Same issue for youtube play or some video files that I got. Vivopc is connected to the TV with hdmi and I watch and listen everything thru tv at the moment. Please note that I already use only software accelerator at the playback settings. I couldn't find a solution since I am quite new. Thanks for your replies and solutions.
Reply
#2
Debug Log <- no one can see the issue without providing the relevant logfiles. Turn on debugging, reproduce your issue, post the _complete_ log
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
Thanks but how can I get the log file since I am running xbmcubuntu. Somehow I have to get the file with my win8 pc. Can I connect it with flashftp ? Thanks
Reply
#4
Many ways to get the log, but this is probably easiest for you -> http://wiki.xbmc.org/index.php?title=Log_file/Easy
Learning Linux the hard way !!
Reply
#5
thank you. I will do it
Reply
#6
Here it is debug xbmc.log:

http://xbmclogs.com/show.php?id=275616
Reply
#7
There is nothing audio related in the log, please do some airplay playing and post the Debug Log afterwards again.

Concerning your installed libs,
Quote:16:06:33 T:139763995998144 NOTICE: GL_VENDOR = Intel Open Source Technology Center
16:06:33 T:139763995998144 NOTICE: GL_RENDERER = Mesa DRI Intel® Ivybridge Mobile
16:06:33 T:139763995998144 NOTICE: GL_VERSION = 3.0 Mesa 10.1.0
16:06:33 T:139763995998144 NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.30

please upgrade the system by doing:
Code:
sudo apt-get update
sudo apt-get dist-upgrade

It seems that your hw acceleration is non working:

Code:
sudo apt-get install i965-va-driver vainfo

Post: DISPLAY=:0 vainfo | pastebinit afterwards
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#8
From the log you sent via mail:

Quote:16:06:49 T:139763521566464 INFO: CActiveAE::ApplySettings - Forcing samplerate to 96000
16:06:49 T:139761365784320 NOTICE: fps: 25.000000, pwidth: 1280, pheight: 720, dwidth: 1280, dheight: 720
16:06:49 T:139761365784320 DEBUG: OutputPicture - change configuration. 1280x720. framerate: 25.00. format: YV12
16:06:49 T:139761365784320 NOTICE: Display resolution ADJUST : 1920x1080@ 25.00 - Full Screen (16) (weight: 0.000)

Why do you force Audio Engine to 96 khz?

Please also provide:

Code:
DISPLAY=:0 /usr/lib/xbmc/xbmc-xrandr | pastebinit
Your TV seems to be only running in 25 hz which will be quite bad for every file that has more fps than those 25 -> e.g. youtube content.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#9
Thank you for the reply. I will let you know the result.
Reply
#10
The problem related to my videos are solved as soon I changed the resoltuion to 1280x720P@60Hz since it is my TVs native rate. Thank you for your advice. Regarding airplay my log is below.

debug xbmc.log: http://xbmclogs.com/show.php?id=276445

Thank you
Reply
#11
No idea concerning airplay. There is a common support thread for airplay in the general forum.

Why do you again force your audio sink to such a high sample rate out of curiosity?

Quote:18:25:52 T:139873588254464 INFO: CActiveAE::ApplySettings - Forcing samplerate to 192000
18:25:52 T:139873579861760 INFO: CActiveAESink::OpenSink - initialize sink
18:25:52 T:139873579861760 DEBUG: CActiveAESink::OpenSink - trying to open device ALSA:hdmi:CARD=PCH,DEV=1
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#12
I have hi-rez flac music files. I will connect xbmc to external dac for audio. I haven't try it yet.
Reply
#13
forcing resampling is not very smart ...
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#14
What should I select then. It seems like I have to.

I did your below recommended update. It was a long update. What's upgraded can u tell me. Is it still xbmcbuntu 13.2 gotham or became ubuntu + xbmc ?? Since I try to learn this new environment.

please upgrade the system by doing:
Code:
sudo apt-get update
sudo apt-get dist-upgrade

I have not yet following install since I try to understand where to write "Post: DISPLAY=:0 vainfo | pastebinit afterwards " is it a command line code ? whats the purpose of pastebinit ? Sorry but I try to understand.

Code:
sudo apt-get install i965-va-driver vainfo

Post: DISPLAY=:0 vainfo | pastebinit afterwards
Reply
#15
Just enter them both:

Code:
sudo apt-get install i965-va-driver vainfo pastebinit
DISPLAY=:0 vainfo | pastebinit

Keep your audio set to "Optimized" or if you are and audiophile set it to Best Match.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply

Logout Mark Read Team Forum Stats Members Help
13.2 xbmcubuntu sound issue0