americosfacebook / googletv-issues

Automatically exported from code.google.com/p/googletv-issues
0 stars 0 forks source link

MediaPlayer setVolume not working correctly on google-tv boxes #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The following problems have been identified on a Logitech Revue 3.2 (Tried to 
connect google-tv box via hdmi and optical cable) and  Visio Co-Star google tv 
boxes:

VideoView.setOnPreparedListener(listener);

public void onPrepared(MediaPlayer mp) {
    mp.setVolume(0, 1);
}

The video should play without hearing left channel audio, but switchs off both 
channels.

VideoView.setOnPreparedListener(listener);

public void onPrepared(MediaPlayer mp) {
    mp.setVolume(1, 0);
}

The video should play without hearing right channel audio, but no channel can 
not be switch off, we can hear both channels. On Motorola Xoom 4.1.2 and 
Motorola Xoom 3.2.1, this works correctly. 

Original issue reported on code.google.com by Drovorub...@gmail.com on 10 Jan 2013 at 4:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Using .ogg audio file codded with Vorbis codec - method "setVolume" works 
well.Video files codded with mp3, ac3, pcm, aac - method "setVolume" not 
working correctly.

Original comment by Drovorub...@gmail.com on 14 Jan 2013 at 10:35

GoogleCodeExporter commented 8 years ago
We will take a look at this going forward.

Original comment by kri...@google.com on 16 Jan 2013 at 10:50