mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Set default MPEG-DASH timescale to 1000
This commit is contained in:
parent
4bfa3d2b78
commit
6b2b54f2d3
1 changed files with 1 additions and 1 deletions
|
|
@ -2783,7 +2783,7 @@ class YouTubePlayerClient(YouTubeDataClient):
|
|||
# + ''.join([''.join([
|
||||
# '\t\t\t\t<BaseURL>', entity_escape(url), '</BaseURL>\n',
|
||||
# ]) for url in stream['baseUrl'] if url]) +
|
||||
'\t\t\t\t<SegmentBase indexRange="{indexRange}">\n'
|
||||
'\t\t\t\t<SegmentBase indexRange="{indexRange}" timescale="1000">\n'
|
||||
'\t\t\t\t\t<Initialization range="{initRange}"/>\n'
|
||||
'\t\t\t\t</SegmentBase>\n'
|
||||
'\t\t\t</Representation>\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue