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

Support PMT updates with additional tracks in TS extractor #7873

Open
lsgfly opened this issue Sep 9, 2020 · 5 comments
Open

Support PMT updates with additional tracks in TS extractor #7873

lsgfly opened this issue Sep 9, 2020 · 5 comments
Assignees
Labels

Comments

@lsgfly
Copy link

lsgfly commented Sep 9, 2020

#7455 # [REQUIRED] Issue description
I use the Exoplayer to play "https://d4licq9vet44p.cloudfront.net/hls-vod/dvr/ch1.20200909_0200.m3u8".
It is no sound.
I use media player to play the link. It is ok.

[REQUIRED] Reproduction steps

using the exoplayer to play play "https://d4licq9vet44p.cloudfront.net/hls-vod/dvr/ch1.20200909_0200.m3u8".

[REQUIRED] Link to test content

It is the link: https://d4licq9vet44p.cloudfront.net/hls-vod/dvr/ch1.20200909_0200.m3u8

[REQUIRED] A full bug report captured from the device

[REQUIRED] Version of ExoPlayer being used

2.8.2 . I also test in the lastet version, It can be reproduced.

[REQUIRED] Device(s) and version(s) of Android being used

Vivo X50 ,Android 10.
I also test other device.It also can be reproduced.

@kim-vde
Copy link
Contributor

kim-vde commented Sep 10, 2020

The audio is not played because the first PMT table does not contain any audio track. I don't know if it is allowed though.

I'll assign to @AquilesCanta who probably knows the answer.

@AquilesCanta
Copy link
Contributor

AquilesCanta commented Sep 10, 2020

As @kimvde points out, the media is malformed. I will check whether MediaPlayer successfully plays the audio and I'll add a workaround for this if MediaPlayer effectively plays the media.

@AquilesCanta
Copy link
Contributor

I can confirm the media plays with audio on MediaPlayer. I'll add a workaround to fix this in ExoPlayer.

@lsgfly
Copy link
Author

lsgfly commented Jan 18, 2021

When will this be fixed?

@AquilesCanta
Copy link
Contributor

Thanks for your patience. I cannot provide any timelines, as there are other high priority tasks that need attention. I'm sorry for the delay.

@tonihei tonihei changed the title No sound from HLS stream Support PMT updates with additional tracks in TS extractor Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants