Audio not working when casting YouTube embedded in Google Slide - audio

Issue is as follows:
ChromeOS v98 onwards (maybe earlier)
In Google Slides, insert a YouTube video. Cast to a screen, audio only plays on the chromebook not the tv you are casting to
Windows laptop with up to date chrome, casting via chromecast does same thing
ChromeOS v89 is ok
Webpage with an embedded YouTube video is fine, as is casting directly from YouTube

Related

Chrome screen audio capture won't work on Mac

I'm building a chrome extension that captures mic + screen + screen audio with recordrtc.
Everything is working on Windows, but it seems recording screen audio is not allowed on Mac.
Is there a way to get around this?

Sony D2203 and google cardboard

I have a sony xperia E3 (D2203) I can build the demo for google cardboard and load the apk in the phone. When I open it it does starts, I see a menu with [reset] [recenter] [VR mode]
But the movement tracking is not working.
There is also a settings icon, when I click it leads to the cadboard app in google Play store. and In there I find out that my device is not compatible with it.
Can I work with this phone without this configuration app ?
Google Cardboard needs a built-in gyroscope to accurately track movements. Sony D2203 doesn't have this hardware, so it won't be much fun playing with Cardboard.

onclick playSound Method not working in intel xdk

i am not able to play the audio file onclick of a button.
here is the code i got from the xdk website.
function audioBtn()
{
// play the sound
intel.xdk.player.playSound("sounds/anything.wav");
}
the audio location is:
C:\Users\abc\Documents\pqr\www\sounds\anything.wav
Thanks in advance....
Intel XDK Emulator doesn't support playing audio files using the intel.xdk Player object, but this does work within the Intel App Preview mobile app for testing by scanning the QR Code under the Test tab.
For example, you can play audio files (supported by your platform of course) within your application in App Preview or on device as follows
intel.xdk.player.playSound(intel.xdk.webRoot + "sounds/anything.wav");
intel.xdk.webroot contains the path for the www/ directory.

How to install adobe flash player in windows phone app?

Hi i am working windows phone 8.i want to get some videos from my xml file but i cant play my video file.i got error like The Adobe Flash player or an HTML5 supported browser is required for video playback.Get the Latest Flash Player Learn more about upgrading to an HTML5 browser and i have attached image.please help me anyone.
I don't know how to get adobe flash player please help me anyone.Thanks Advance.
The Adobe Flash Player isn't available for Windows Phone.

Stream/Play audio files on mobile browsers

I am trying to create a mobile website and want to be able to play/stream audio files.I have tried html5's audio tag and tried testing it on opera mobile 10 simulator but it does not work. I have lots of audio files and the audio should be auto played.
sidenote:
Also, i need to test my website for android and iphone mobile phones. I am downloading android emulator for windows. I tried searching for iphone emulator for windows but there are none...
Phone emulators aren't always a good indicator as they do not usually have a media player installed. The best way to test is to find someone with an actual Andriod / Blackberry / iPhone.
You should try the same HTML5 code with an actual phone. Note that Opera Mobile 10 does not have support for the video/audio tag. If you're interested in streaming to mobiles without HTML5, you should check this FAQ entry for more information.

Resources