question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Video UI is hidden until video is paused

See original GitHub issue

Bug Occasionally upon playing a video, the video that is played will not have it’s UI behave properly. Normally the pause/play button, volume slider, and progress bar should all be displayed at the bottom when the user mouses over the video. This issue causes that UI to only be displayed if the video is paused.

To Reproduce Steps to reproduce the behavior:

  1. Play videos until one of the videos has this issue (not yet sure how to consistently reproduce)

Expected behavior Normally the pause/play button, volume slider, and progress bar should all be displayed at the bottom of the video when the user mouses over the video.

Screenshots https://streamable.com/uoexjw

System Configuration

App 0.45.0
Daemon (lbrynet) 0.70.0
Connected Email seanloganking@gmail.com
Reward Eligible No
Platform Linux (Linux-5.4.34-1-MANJARO-x86_64-with-ManjaroLinux-20.0-Lysia)
Access Token View

daemon details:

{
  "jsonrpc": "2.0",
  "result": {
    "build": "release",
    "desktop": "X-Cinnamon",
    "distro": {
      "codename": "Lysia",
      "id": "manjaro",
      "like": "arch",
      "version": "20.0",
      "version_parts": {
        "build_number": "",
        "major": "20",
        "minor": "0"
      }
    },
    "lbrynet_version": "0.70.0",
    "os_release": "5.4.34-1-MANJARO",
    "os_system": "Linux",
    "platform": "Linux-5.4.34-1-MANJARO-x86_64-with-ManjaroLinux-20.0-Lysia",
    "processor": "",
    "python_version": "3.7.7",
    "version": "0.70.0"
  }
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
keikaricommented, May 5, 2020

@tzarebczan I tested with appimage and now it worked normally. Also lbry.tv player works normally now. Wow! That got handled quick.

0reactions
tzarebczancommented, May 4, 2020

Can’t seem to reproduce here. @keikari can you see if it still happens here: https://github.com/lbryio/lbry-desktop/releases/tag/v0.45.1-rc.5

@SleepingFox88 this is now merged to master, try there?

Read more comments on GitHub >

github_iconTop Results From Across the Web

videojs - how to pause a video while hiding interface?
Do I understand it correctly?: First it asks if "this" (meaning my video) is paused? If it isn't paused then play it, else...
Read more >
Play/Pause HTML Video Based on Visibility | JavaScript
Watch this video and learn how you can play a video when it is completely visible in the browser window and subsequently pause...
Read more >
YouTube Pause Button Not Disappearing (For Android)
If Your YouTube Pause is not disappearing on your Android device, try these simple fixes to get a ... Your browser can't play...
Read more >
[Feature Request] Interface doesn't auto-hide when playback ...
Looks intentional -- interface does not hide in any circumstance where the video is paused, presumably as pausing means you want to interact ......
Read more >
HTML | DOM Video pause( ) Method - GeeksforGeeks
The Video pause() method is used to pause the current video from playing. To use the Video pause() method, one must use the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found