Tizen 2017 UHD support - issue with audio #3943
-
Hello guys, we are using dash.js player in our project. We are using it on Tizen TV, and it seems to be working good, except fro one case. On Tizen TV 2017 UHD the sound of the stream does not work. It only happens on UHD models, on FHD models of 2017 it works well also recent models works good. We are looking for help how to resolve this if this is a stream issue or compatibility issue. Can someone help us ? What can we do to identify the issue. Here is the log. It seems like it cant identify the audio track, but very same stream works ok on other models with same version of dash.js
Also what is strange it only does not work for livestream, if i open same asset as archive recording it works with sound... Anyone if you have some clues where to start digging, pls let me know. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@MHrezdovic This issue is related to the timestamps of the media segments. Samsung 2017 devices can not handle large timestamps. I wrote a blog post about this with a solution: https://websites.fraunhofer.de/video-dev/talk-to-me-finding-the-magic-number-when-debugging-dash-streams-on-samsung-2017-smarttvs/ |
Beta Was this translation helpful? Give feedback.
-
Thanks for reply, we manage to find a workaround for our case, but i have also contacted samsung via this issue and they acknowledged it. Hopefully they will release a fix for it sometime in the future. |
Beta Was this translation helpful? Give feedback.
@MHrezdovic This issue is related to the timestamps of the media segments. Samsung 2017 devices can not handle large timestamps. I wrote a blog post about this with a solution: https://websites.fraunhofer.de/video-dev/talk-to-me-finding-the-magic-number-when-debugging-dash-streams-on-samsung-2017-smarttvs/