Dash-Industry-Forum / dash.js

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
http://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html
Other
5.09k stars 1.67k forks source link

While displaying CC, we have observed, in all the latest version, 2/3px width vertical line(of around 20/25px height) below cc text #4529

Open krishnakumar-ViewLift opened 1 month ago

krishnakumar-ViewLift commented 1 month ago
Environment
Steps to reproduce
  1. Please provide clear steps to reproduce your problem
  2. If the bug is intermittent, give a rough frequency if possible
Observed behavior

Describe what the player is doing that is unexpected or undesired behaviour.

Console output
Paste the contents of the browser console here.
You may need to enable debug logging in dash.js by calling player.updateSettings({ 'debug': { 'logLevel': dashjs.Debug.LOG_LEVEL_DEBUG }}) if you are using your own page.
Expected behavior

Describe what the player is expected to do

krishnakumar-ViewLift commented 1 month ago

IMG_3601

IMG_3598

You can see the screenshots. We are using latest version of dash.js and playing the video on Samsung Tizen TV, 2019-2014 tv models.

nigelmegitt commented 1 month ago

Can you share the subtitle file that generates this output?

krishnakumar-ViewLift commented 1 month ago

we don't any external file, and this is live event so cc file is embedded in live stream. When running on chrome that verticle line not coming. Only on samsung tizen tv.

https://www.livgolfplus.com/event/andalucia-2024

nigelmegitt commented 1 month ago

@krishnakumar-ViewLift Perhaps you could extract the subtitles from a segment where this occurred, and post those?

dsilhavy commented 1 month ago

This sounds like a platform (Samsung Tizen TV) issue rather than a dash.js issue. For WebVTT dash.js uses native rendering functionality of the underlying device by default. I suggest you try the custom rendering functionality as shown here: https://reference.dashif.org/dash.js/latest/samples/captioning/vttjs.html