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

Tizen: Shaka player skipping audio/aac in HLS Stream #2771

Closed
simrankour opened this issue Aug 5, 2020 · 2 comments
Closed

Tizen: Shaka player skipping audio/aac in HLS Stream #2771

simrankour opened this issue Aug 5, 2020 · 2 comments
Labels
status: archived Archived and locked; will not be updated status: duplicate A duplicate of another issue; should be closed after linking to the original issue

Comments

@simrankour
Copy link

I am working on the Samsung Tizen TV application, in which I have to play .mpd and .m3u8 videos using Shaka player.
I am facing issues while playing HLS stream (.m3u8) as the video is playing correctly but there is no audio as Shaka player is skipping the audio/aac format.

Raw formats are not yet supported. Skipping audio/aac
Skipping unsupported HLS stream audio/aac

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

What version of Shaka Player are you using?
v.3.0.2

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?
Custom app

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

What browser and OS are you using?
Tizen TV

What are the manifest and license server URIs?
https://content.jwplatform.com/manifests/yp34SRmf.m3u8

What did you do?
Play the HLS stream video with aac audio format. Video is playing perfectly but there is no audio as Shaka player is skipping audio/aac.

What did you expect to happen?
Expected Shaka player should play audio with aac format correctly.

What actually happened?
Video is playing perfectly but there is no audio as Shaka player is skipping audio/aac.

@TheModMaker
Copy link
Contributor

Duplicate of #2615. We don't support raw AAC at the moment. We only support TS or MP4 for HLS.

@TheModMaker TheModMaker added status: duplicate A duplicate of another issue; should be closed after linking to the original issue and removed needs triage labels Aug 5, 2020
@joeyparrish
Copy link
Member

As mentioned in the log ("Raw formats are not yet supported. Skipping audio/aac"), we can't support raw formats at this time. AAC in MP4 should play fine, if this helps.

The enhancement to add support for raw AAC and other containerless formats is #2337, which you can subscribe to for updates once we have some. Nobody is working on this feature at the moment.

@shaka-project shaka-project locked and limited conversation to collaborators Feb 26, 2021
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated status: duplicate A duplicate of another issue; should be closed after linking to the original issue
Projects
None yet
Development

No branches or pull requests

4 participants