Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebOS TV | After changing audio track or enabling text track the playback goes frame by frame (very slow) #2431

Closed
SunDr17 opened this issue Feb 27, 2020 · 8 comments
Labels
flag: seeking PR We are actively seeking PRs for this; we do not currently expect the core team will resolve this platform: WebOS Issues affecting WebOS priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: bug Something isn't working correctly

Comments

@SunDr17
Copy link

SunDr17 commented Feb 27, 2020

Have you read the FAQ and checked for duplicate open issues?
Yes

What version of Shaka Player are you using?
2.5.7

Can you reproduce the issue with our latest release version?
yes

Can you reproduce the issue with the latest code from master?
yes

Are you using the demo app or your own custom app?
no

If custom app, can you reproduce the issue using our demo app?

What browser and OS are you using?
WebOS 4.7.

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
LG43UM7300PLB

What are the manifest and license server URIs?

http://video.beeline.tv/dash/channel026.isml/manifest.mpd

https://udrm.beeline.tv/cenc/widevine/license?custom_data=eyJjYV9zeXN0ZW0iOiJodHRwczovL3Jlc3QuYmVlbGluZS50di92NV8wXzIvYXBpX3YzL3NlcnZpY2UvYXNzZXRGaWxlL2FjdGlvbi9nZXRDb250ZXh0P2tzPWRqSjhORGM0ZklybmVSYjBxQjc4bEE1aFU0blVHTGN3ODZmR2NOaFhKMnk3ekpFV1RYTHZMazNJLUlwTUNCRTUyWWxGUlpROGo3dWdtcGtwT0dFWm9JX0tNTXFnc1I1ZzFCMDE1Vm80UFd3RkNhS211Z1Z6ZUh4Y0VxdTYxdmdjVXV3bWx0S3VpLWVoRXJ6VmVUanB1QzYtd1FRQkl4NEhfYXV1QVpnclFiSVhmcnRZTzZzQ05SUUphbXkwcHVUOXBpaEFPeC1yWjhGMFFZeDB6cWRHTlQtRm05a01YRVdkbkoxLXEzd1lHNjBiZlptUkJ2QTFBOWtfY2tDMTg1bXBPcWtqenBlZ01fZ09qVXAtd2g5am5HUEEzajRRZzNRPSZjb250ZXh0VHlwZT1ub25lJmlkPTEzMDIxNzEiLCJhY2NvdW50X2lkIjo0NzgsImNvbnRlbnRfaWQiOiJDaGFubmVsMDI2IiwiZmlsZXMiOiIiLCJ1c2VyX3Rva2VuIjoiZGpKOE5EYzRmSXJuZVJiMHFCNzhsQTVoVTRuVUdMY3c4NmZHY05oWEoyeTd6SkVXVFhMdkxrM0ktSXBNQ0JFNTJZbEZSWlE4ajd1Z21wa3BPR0Vab0lfS01NcWdzUjVnMUIwMTVWbzRQV3dGQ2FLbXVnVnplSHhjRXF1NjF2Z2NVdXdtbHRLdWktZWhFcnpWZVRqcHVDNi13UVFCSXg0SF9hdXVBWmdyUWJJWGZydFlPNnNDTlJRSmFteTBwdVQ5cGloQU94LXJaOEYwUVl4MHpxZEdOVC1GbTlrTVhFV2RuSjEtcTN3WUc2MGJmWm1SQnZBMUE5a19ja0MxODVtcE9xa2p6cGVnTV9nT2pVcC13aDlqbkdQQTNqNFFnM1E9IiwidWRpZCI6Ijk2NjRFMjE4MUUxNjc2MkMiLCJhZGRpdGlvbmFsX2Nhc19zeXN0ZW0iOjQ3OH0%3d&signature=kJ%2fkoNNST2fBwD5%2bgUKLy4JF9c0%3d&brandid=16&clientversion=7.0.0&udid=9664E2181E16762C&userid=2949598

What did you do?

  1. Run playback
  2. Select another audiotrack

What did you expect to happen?
Audio track changed, playback goes well

What actually happened?

After changing audio track or enabling text track the playback goes frame by frame (very slow), buffering is enabled and after each ~5seconds frame changes and audio doesn't play. No any errors in a console.

My code which select audio track:
this.player.selectAudioLanguage(audioTrack.language); this.player.selectVariantTrack(audioTrack);

Checked with Playready and Widevine, for all playback goes slowly

@joeyparrish joeyparrish added the platform: TV/STB Issues affecting smart TV or set-top box platforms label Feb 27, 2020
@joeyparrish
Copy link
Member

This sounds like it is probably a bug in the device firmware. It will be difficult for us to figure out, though, because we don't have a WebOS device set up yet.

In the mean time, can you please try our demo app and some of the content in it? We have both Widevine and PlayReady content available. Please click the "search" tab at the top of the app and filter from there.

If this is a content-specific bug, this will help us figure that out and decide what the next steps could be. If it is a firmware bug, it might be something you could work around with a change to your encoding & packaging.

@SunDr17
Copy link
Author

SunDr17 commented Feb 27, 2020

@joeyparrish Please help me how to use your demo in TV and which one? What shall I load/build and run on TV?

@joeyparrish
Copy link
Member

You could load https://shaka-player-demo.appspot.com/ on the TV's browser.

@SunDr17
Copy link
Author

SunDr17 commented Feb 28, 2020

@joeyparrish I ran demo on WebOS and this problem is reproduced. On Tizen works well. But on WebOS video goes frame by frame. But it reproduced only on Live, on VOD all was correct. So the problem reproduces only on webos for live

@joeyparrish joeyparrish added the flag: seeking PR We are actively seeking PRs for this; we do not currently expect the core team will resolve this label Apr 15, 2020
@joeyparrish
Copy link
Member

I wanted to update this issue and say that we still do not have a WebOS TV, and that WebOS is still in a "community supported" status. There is nothing we can do debug this issue at the moment. I would suggest checking for firmware upgrades to see if this might have been fixed already by LG.

@aluklon
Copy link
Contributor

aluklon commented Nov 14, 2020

@SunDr17, very similar to this problem #2327. Try this solution #1610 (comment).

@joeyparrish joeyparrish added the type: bug Something isn't working correctly label Apr 13, 2021
@joeyparrish joeyparrish added this to the Backlog milestone Apr 13, 2021
@joeyparrish joeyparrish added the priority: P3 Useful but not urgent label May 5, 2021
@avelad avelad added platform: WebOS Issues affecting WebOS and removed platform: TV/STB Issues affecting smart TV or set-top box platforms labels Jun 13, 2022
@avelad
Copy link
Member

avelad commented Feb 3, 2023

Can you test with v4.3.4? Thanks!

@avelad avelad added the status: waiting on response Waiting on a response from the reporter(s) of the issue label Feb 3, 2023
@github-actions
Copy link
Contributor

Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including @shaka-bot reopen in a comment.

@github-actions github-actions bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label Feb 10, 2023
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Apr 11, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 11, 2023
@avelad avelad removed this from the Backlog milestone Aug 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
flag: seeking PR We are actively seeking PRs for this; we do not currently expect the core team will resolve this platform: WebOS Issues affecting WebOS priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

5 participants