I am developing an application for Samsung Tizen Smart TV's. I have a strange problem. The app plays sound and responds to remote controller keys in the simulator, but the sound is not playing and the keys are not working in the emulator.
I am using HTML5 Audio tags.
What could be the reason? Thanks in advance.
Edit:
A very basic web page as follows:
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<audio id="audioMain" src="http://streams.myabcradio.com/api/914/320/stream?user=justanuser&pass=justapassword" autoplay="autplay" preload="none"></audio>
</body>
</html>
plays sound in the simulator, but not in the emulator. I tried adding
but still no sound...
Launch the 'Update Manager'->
Go to 'Installed Packages' tab ->
Extras ->
Samsung TV extensions (public)->
Remove
Then Install the Samsung TV Extension again and Create new emulator. There is a good possibility that your current installation is having issues.
Checklist.
Internet Privilege<tizen:privilege name="http://tizen.org/privilege/internet"/>
Access Control<access origin="*" subdomains="true"/>
Check your Emulator's Network. is it really connected to internet?
Test local media file (packaged in app) with audio tag. latest tv emulator webkit version is 538.1 Check is it really support to play that media file/stream.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With