Quantcast
Jump to content

live streaming and .m3u8 video is working in firefox but video not showing in LG Webos emulator 3.0


Recommended Posts

Posted

i am using hlc to play streaming video and .m3u8 video  in webos emulator 3.0 and in firefox. In firefox video is showing and working fine but in webos it is not showing anything. only getting current time and duration. what change does i need for webos emulator 3.0.

 

 

factory('playVideoFactory', function (SessionData) {
        var i = 0;
        return {
        playVideoFunc: function (type, path, callBack, 
         clearIntervalCallBackFunc) {
                            if (Hls.isSupported()) {
                console.log("hls is supported");
                var video = document.getElementById(type);
                var hls = new Hls();
                hls.loadSource(path);
                hls.attachMedia(video);
                                console.log("hls");
                hls.on(Hls.Events.MANIFEST_PARSED, function () {
                    video.play();
                });
                var videoDurationInfo = setInterval(function () {
                    callBack(video.duration, video.currentTime);
                                }, 1000);
                clearIntervalCallBackFunc(videoDurationInfo)
            } else {
                console.log("hls is not supported");
            }
        }
        }
       })

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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 Rex G
      It starts ok but when I select a program it just sits there with the 'wheel' turning. It works ok on my phone and ipad. Have tried updating tv operating system and iview app but they seem to be at the latest version. Anyone else having problems?
       
    • By murastefano
      How to show video cover art on  SmartShare on WebOS ?
       
      I have many movies, mp4 or mkv file with cover art muxed,  but SmartShare
      show only a randomic picture taken from movie as preview.
       
      I'm not on DLNA but in HDD on USB 3.0 port so not using media servers like Windows or Plex.
       
      Where do i have to put cover arts? Side-by-side in same directory of the file with same name like: movie1.mp4 - cover1.jpg ?
       
      Anyone successed to get cover art showing?
       
       
      Thanks
       
       
    • By Charlie F
      I’ve just got home after being away 2 years, and got the tv out of storage. When we try and watch the news live in the. Morning every few minutes the video and sound stop and then after a few seconds the circle appears and starts spinning. Then the program starts again and it’s fine for a little while, and then it stops again.
      I have checked for updates of the TV OS and iView (2021 is the latest)
      If I use iView on my iOS device and then airplay it to the tv it works fine with no problems. If I watch any program on iview that would have been prerecorded, even if I’m watching it “live” it’s fine.
      I see a few people were having a problem with all iView programs back in 2022, but they resolved. 
       
      can anybody suggest any solutions?
       
      Thanks
      Charlie
    • By JamieG
      Hi all, last week I got my new LG 65" C4 Oled delivered.
      I investigated using first a 32Gb memory stick for recording live programmes and pause live TV facility.
      I was able to record programmes but the Live TV would not work 🥲
      The LG usb is the slower 2.0 spec but I read that most low current SSD drives should still work fine with 2.0
      Today I received a 240Gb drive with Sata to usb 3.0 cable (3.0 is backwards compatible with 2.0).
      I can confirm that everyting works fine and for just £17.40 I now have pause live TV and loads of space for recording programmes.
      I used AliExpress and they if you buy using the "choice" option you get free 7day delivery to UK with detailed tracking 👍

      link hidden, please login to view
       
    • Get More For Your Device
    • By mr.porter
      Hello 
      Question about new LG WebOS tv's, anyone noticed when pausing live TV ( live playback) on Webos 5.3 ( GX ) that recording is reset when changing channels. 
      Meaning if you have paused tv and then changed the channel the playback recording is lost / reset to 0 minutes.
      I've have two LG tv's before the GX that didn't do this current this have one.
×
×
  • Create New...