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

How to properly disregard PTS timestamps when playing MPEG TS streams? #3082

Closed
hrvach opened this issue Jul 19, 2017 · 1 comment
Closed

Comments

@hrvach
Copy link

hrvach commented Jul 19, 2017

1. How to properly disregard PTS timestamps when playing MPEG TS streams?

I am trying to implement trick play from a RTSP streamer, which is basically an i-frame only stream. As it's generated on the fly, presentation timestamps and faulty continuity counters need to be ignored and images displayed upon arrival. What would be the way to go in implementing this?

2. How to disable audio track?

What is the proper way to disable an audio track in a mpeg transport stream? Not mute, but disable it altogether from playback, leaving only video playing?

Version of ExoPlayer being used - Exoplayer2, r2.4.3

@hrvach hrvach changed the title [question] How to properly disregard PTS timestamps when playing MPEG TS streams? How to properly disregard PTS timestamps when playing MPEG TS streams? Jul 19, 2017
@ojw28 ojw28 added the question label Jul 31, 2017
@ojw28
Copy link
Contributor

ojw28 commented Nov 6, 2017

Implementing support for HLS trick play is tracked by #474. It's not something we've had a chance to think about yet, unfortunately. Please follow that issue for updates.

@ojw28 ojw28 closed this as completed Nov 6, 2017
@ojw28 ojw28 added duplicate and removed question labels Nov 6, 2017
@google google locked and limited conversation to collaborators Mar 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants