zombiebox
zombiebox copied to clipboard
JavaScript Smart TV development framework
Hello, And thanks for such a great project. I would like to know if in the future you are going to add support for PWA, Progressive Web Applications? since it...
Hello, is it possible to upload a zombiebox application to the desired market, for example the Samsung marketplace for sale? I am new to the whole TV Development thing, but...
@l1bbcsg @reeFridge @nomean42 Hello, trying to play HLS on tyzen ``` video.prepare(url, { [PrepareOption.TYPE]: MediaType.HLS }); video.once(video.EVENT_READY, () => video.play()); ``` this will work in HTML and Webos but not...
Hello @l1bbcsg @reeFridge @nomean42 could you please help with the following issue ? **VERSION**: 2.7.5 **DEVELOPING IN WINDOWS ENVIRONMENT** **PROBLEM**: Unable to play a DASH content with Widevine DRM under...
I'm trying to implement the methods open but doesn't work. I used the demo https://github.com/interfaced/zombiebox-demo and trying to customize and understanding how zombie works! I created: ```js /** * list-home.js...
Hello, @l1bbcsg , @reeFridge , @nomean42 VERSION: 2.7.5 DEVELOPING IN WINDOWS ENVIRONMENT I would like to know how is it possible to change the audio track in a DASH stream....
The application works fine when running `npx zombiebox run` After installing MAG npm package `npm install zombiebox-platform-mag` The run stopped working. Here is the console message: > Loaded extension about...
Hi, Where can I find the documentation for this?
I've installed follow-redirects using these two npm commands: **npm i follow-redirects npm install @types/follow-redirects** I've imported it inside video-player.js like this: **import { http, https } from 'follow-redirects';** However if...
Got this error ``` Could not create Application instance, CLI commands that require it will not work: Error: Trying to add not an addon: [object Object] (about) Cannot execute this...