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

Do not seek past live stream #30

Closed
wants to merge 2 commits into from

Conversation

rbuehlma
Copy link
Contributor

With this patch, Kodi will continue playing the live stream from its current position (minus ~12 seconds) instead of freezing the stream in case of seeking too far.

In my opinion,
caps.m_supportsSeek = session && !session->IsLive();
could with this patch be changed to
caps.m_supportsSeek = session;

Due to a conflict, this PR includes:
#29

In case of re-aligning the segments, use the first PTS as starting
point.

Use double instead of float
@rbuehlma rbuehlma force-pushed the do_not_seek_past_live_stream branch from c2b45fa to 5f9cc0e Compare July 9, 2017 15:31
@rbuehlma
Copy link
Contributor Author

rbuehlma commented Jul 9, 2017

Rebased

Continue at the end of the stream instead
@rbuehlma
Copy link
Contributor Author

Does not work anymore with current master. -> Closing PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant