Quantcast
Jump to content

Why so delay in reviwing the submitted Tv build


Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Similar Topics

    • By williamsats
      Hi everyone!!!
      Lately I have a problem with my 40UH630V (OS Ver. 05.70.30). It takes too long for a hard drive or a USB stick to get it ready to play video files. That means that I have to plug in my hard drive or USB stick and wait for at least 4-5 minutes before I can play the video files, no matter what type/format they are. Sometimes I have to unplug and re-plug my drive so to read it. 
      Here I must point that both USB ports are clean with no dust or any corrosion, USB cables are new and fully functional and all hard drives and USB sticks are working perfectly on my 32LQ63806LC. 
      Also in some cases i get a message on TV for a format compatibility but I don't think this is the case, since if I wait 4-5 minutes (sometimes a bit more) then it reads them normally.
      Any ideas? 
    • By GiovanniG
      Hi, my needs are to show the video stream of the baby's room on LG TV, I've searched a lot for an RTSP player without success, there are lot of limitations on LG webos, unfortunately, but I succeed using a PC with Serviio and the native browser of the TV, it works but plays vide with about 20 seconds of delay.
      I don't now how to reduce this buffering, in this way I can't promptly go to him before he commits something dangerous, there is anything I can do to reduce buffering? Any news out about a player which supports RTSP? (like VLC). Than you
    • By Alex
      Build Your First App for webOS TV
      Web apps are written using HTML with copious amounts of CSS and JavaScript for style and functionality. Any modern Web browser can deliver this type of apps to the user.  With webOS TV, web apps are elevated to the lofty title of a first class citizen - web apps on webOS TV are given access to the same hardware, and OS features that typically available to native apps.
       
      Web apps built for webOS TV are very similar to standard web apps. Like the standard web applications, you can create web apps for webOS TV using standards based web technologies like HTML, CSS, and JavaScript. Anyone with experience in building web applications can easily start developing web apps for webOS TV.
       
      Now, just create your app using the CLI.
      Run the webOS TV CLI.
       
      Create new app with Enyo bootplate.
      ares-generate -t moonstone-2014 first-app Now you can continue developing and testing your app.
       
      Edit ./first-app/appinfo.json file. Update "id" and "title" properties in appinfo.json file with text editor as below.
      {
          "id": "com.yourdomain.app.firstapp",
          "version": "0.0.1",
          "vendor": "My Company",
          "type": "web",
          "main": "index.html",
          "title": "singlepane",
          "icon": "icon.png",
          ...
      }
       
      Package your app from app directory. If app is packaged successfully, you can see the created .ipk file.
      ares-package first-app  
      Run the webOS TV Emulator.
       
      Install your app to emulator. Be sure to use the correct file name for your package.
      ares-install com.yourdomain.app.firstapp_0.0.1_all.ipk  
      Launch your app on emulator.
      ares-launch com.yourdomain.app.firstapp
    • By Sanjay Mahto
      The App build through the SDK6 is not working on TV with Version 5.X. 
      Also the App build on the SDK5 is not working on TV with version 6.x. Can somebody help why ? Is some extra handling is to be done in config file. Please let me know 
    • By Barnieb
      I am looking for other L G owners who have tried to watch DAZN "catch up"  and get a 6 to 8 hour delay in the game being  available .

×
×
  • Create New...