Skip to content

stream.dash: sync timelines of all substreams #5262

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

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

bastimeyer
Copy link
Member

Fixes #5257

master

[stream.dash_manifest][debug] Current time: 2023-03-27 11:46:54.734308+00:00
[stream.dash_manifest][debug] Current time: 2023-03-27 11:46:54.736166+00:00

[stream.dash][debug] Opening DASH reader for: ('1', 'video', '1') - video/mp4
[stream.dash][debug] Opening DASH reader for: ('1', 'audio', '1') - audio/mp4
[stream.dash][debug] video/mp4 segment initialization: downloading (2023-03-24T11:49:11.000000Z / 2023-03-27T11:46:54.732777Z)
[stream.dash_manifest][debug] Generating segment numbers for dynamic playlist: ('1', 'video', '1')
[stream.dash_manifest][debug] Stream start: 2023-03-24 11:49:11+00:00
[stream.dash_manifest][debug] Current time: 2023-03-27 11:46:54.734308+00:00
[stream.dash_manifest][debug] Availability: 2023-03-27 11:46:47+00:00
[stream.dash_manifest][debug] presentationTimeOffset: 0:00:00; suggestedPresentationDelay: 0:00:03; minBufferTime: 0:00:03
[stream.dash_manifest][debug] segmentDuration: 2.0; segmentStart: 1; segmentOffset: 129528 (259057.734308s)
[stream.dash][debug] audio/mp4 segment initialization: downloading (2023-03-24T11:49:11.000000Z / 2023-03-27T11:46:54.735158Z)
[stream.dash_manifest][debug] Generating segment numbers for dynamic playlist: ('1', 'audio', '1')
[stream.dash_manifest][debug] Stream start: 2023-03-24 11:49:11+00:00
[stream.dash_manifest][debug] Current time: 2023-03-27 11:46:54.736166+00:00
[stream.dash_manifest][debug] Availability: 2023-03-27 11:46:47+00:00
[stream.dash_manifest][debug] presentationTimeOffset: 0:00:00; suggestedPresentationDelay: 0:00:03; minBufferTime: 0:00:03
[stream.dash_manifest][debug] segmentDuration: 2.0; segmentStart: 1; segmentOffset: 129528 (259057.736166s)

PR

[stream.dash_manifest][debug] Current time: 2023-03-27 11:48:11.230112+00:00
[stream.dash_manifest][debug] Current time: 2023-03-27 11:48:11.230112+00:00

[stream.dash][debug] Opening DASH reader for: ('1', 'video', '1') - video/mp4
[stream.dash][debug] Opening DASH reader for: ('1', 'audio', '1') - audio/mp4
[stream.dash][debug] video/mp4 segment initialization: downloading (2023-03-24T11:49:11.000000Z / 2023-03-27T11:48:11.231315Z)
[stream.dash_manifest][debug] Generating segment numbers for dynamic playlist: ('1', 'video', '1')
[stream.dash_manifest][debug] Stream start: 2023-03-24 11:49:11+00:00
[stream.dash_manifest][debug] Current time: 2023-03-27 11:48:11.230112+00:00
[stream.dash_manifest][debug] Availability: 2023-03-27 11:48:05+00:00
[stream.dash_manifest][debug] presentationTimeOffset: 0:00:00; suggestedPresentationDelay: 0:00:03; minBufferTime: 0:00:03
[stream.dash_manifest][debug] segmentDuration: 2.0; segmentStart: 1; segmentOffset: 129567 (259134.230112s)
[stream.dash][debug] audio/mp4 segment initialization: downloading (2023-03-24T11:49:11.000000Z / 2023-03-27T11:48:11.233314Z)
[stream.dash_manifest][debug] Generating segment numbers for dynamic playlist: ('1', 'audio', '1')
[stream.dash_manifest][debug] Stream start: 2023-03-24 11:49:11+00:00
[stream.dash_manifest][debug] Current time: 2023-03-27 11:48:11.230112+00:00
[stream.dash_manifest][debug] Availability: 2023-03-27 11:48:05+00:00
[stream.dash_manifest][debug] presentationTimeOffset: 0:00:00; suggestedPresentationDelay: 0:00:03; minBufferTime: 0:00:03
[stream.dash_manifest][debug] segmentDuration: 2.0; segmentStart: 1; segmentOffset: 129567 (259134.230112s)

@gravyboat gravyboat merged commit 781ef1f into streamlink:master Mar 27, 2023
@bastimeyer bastimeyer deleted the stream/dash/sync-timelines branch March 27, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stream.dash: generated timelines of substreams are not properly synchronized
2 participants