Questions tagged [tizen-tv]

32 questions
3
votes
1 answer

Play video in Tizen web app

I have a Tizen web application. On one page there is a video html tag. It plays video from m3u8 format, using hls well, but if I set as a source a video file - it is not played. Here is the code:
2
votes
1 answer

Issues debugging Tizen .NET app on Samsung Tizen 5.5 TV Emulator

It seems that there are issues with running and debugging Tizen .NET (Xamarin Forms) apps on Tizen emulators. My environment is a Windows 10 machine, with the latest 2004 version. For development I tried both Visual Studio Professional 2019…
darkArk
  • 144
  • 1
  • 11
2
votes
1 answer

Is there are proper way to develop Samsung TV (Tizen) app with React?

I need to develop an application for Samsung TV and I know it can be developed with Tizen Studio but I would like to use React. When I build React application and launch it on TV it works fine, however I need to access Samsung Product APIs that is…
2
votes
1 answer

How to download video using samsung tv api?

Basically I am developing web application for Samsung TV. I am trying to download image and videos from Server and then displaying it. var contentdownload = function () { var url =…
uday214125
  • 569
  • 1
  • 8
  • 22
2
votes
1 answer

Not able to install Apps to Tizen TV emulator

I am using the Tizen SDK IDE version 2.4.0_Rev5 and the Tizen TV emulator Package version 2.2.92. I am able to successfully start the emulator but I am not able to install apps from my Laptop(Tizen IDE) to the emulator. I get the following…
Archit Sinha
  • 775
  • 1
  • 8
  • 33
1
vote
4 answers

Error launching Tizen TV Emulator on Win 11 "-enable-whpx: invalid option"

I’m running Tizen Studio 5.0 on a Windows 11 Pro PC. When I try to launch the TV emulator, I receive a popup error message “-enable-whpx: invalid option” and the emulator does not launch. I've been following instructions from these…
PaulF
  • 1,133
  • 8
  • 14
1
vote
1 answer

Tizen TV 4.0 and 4.5 Web App Signalr not connect

I developed a web application with ReactJs and installed the same application as a tizen tv widget. I am establishing longpolling connection with SignalR on remote server. It works on version 5.5 of the browser and emulator, but not 4.0 and 4.5 on a…
1
vote
2 answers

how to perform default key operations in tizen?

I am trying to develop a basic Tizen tv application. for that, I've created two anchor tags and a button. the code is as follows. ReactSampleApp