Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Channels with no audio (onSetStreamVolume gets volume = 0) #53

Open
JCarlosR opened this issue Oct 30, 2020 · 0 comments
Open

Live Channels with no audio (onSetStreamVolume gets volume = 0) #53

JCarlosR opened this issue Oct 30, 2020 · 0 comments

Comments

@JCarlosR
Copy link

JCarlosR commented Oct 30, 2020

My TvInputService.Session implementation is working fine, in the sense that the channels provided by my app are listed and play well in the Live Channels app.

However, the public void onSetStreamVolume(float volume) method callback gets called with volume=0.

In the sample project you provided, the onSetStreamVolume seems to get call with 0 while buffering the video but then with value 1.

For my implementation while buffering the volume is set to 0, but the method doesn't get call with value 1.

Do you have an idea about why is the onSetStreamVolume getting called with 0 instead of 1 once the video is ready to play?

I understand we don't have control over this method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant