jcb871
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2017
05:56 PM
Video volume control/mute
Hi Roku Team,
I am trying to develop a simple video player on my Roku Stick (3600X) with Git Hub Sample
https://github.com/rokudev/sample-chann ... hannel.zip
I tried setting the Mute property of Video node in onKeyEvent. It updates the value but do not actually mute the video.
Even supplementaryAudioVolume does not do anything to the volume.
Is there a way to control volume, mute the video node from Bright Script? Could you please help me with this?
I am trying to develop a simple video player on my Roku Stick (3600X) with Git Hub Sample
https://github.com/rokudev/sample-chann ... hannel.zip
I tried setting the Mute property of Video node in onKeyEvent. It updates the value but do not actually mute the video.
Even supplementaryAudioVolume does not do anything to the volume.
Is there a way to control volume, mute the video node from Bright Script? Could you please help me with this?
3 REPLIES 3
bojancv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2017
03:04 AM
Re: Video volume control/mute
As stated in the docs the suplementaryAudioVolume field is Available since firmware version 8.
But the question remains what does this field actually do? I have a roku with correct firmware version but changing this fields yields no effect on the audio volume.
This field sets the volume of the description tracks separately from the main audio track. Is there a way to control the volume of the main audio track?[/font][/color]
But the question remains what does this field actually do? I have a roku with correct firmware version but changing this fields yields no effect on the audio volume.
This field sets the volume of the description tracks separately from the main audio track. Is there a way to control the volume of the main audio track?[/font][/color]
jcb871
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2018
09:01 AM
Re: Video volume control/mute
I thought this is not feasible in Roku. But recently noticed that Youtube channel supports controlling volume from Android mobile. Could anyone give some sample code to implement this (control video volume programatically) in a custom channel via brightscript code?
Thank you
Thank you
jcb871
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022
12:24 AM
Re: Video volume control/mute
Please provide an API similar to Trigger or AudioSource to control volume of Video node.