diff --git a/dashproxy.py b/dashproxy.py index 5482ef6..9e0d765 100755 --- a/dashproxy.py +++ b/dashproxy.py @@ -221,7 +221,7 @@ def handle_mpd(self, mpd, base_url): idx = idx + 1 media_template = segment_template.attrib.get('media', '') - nex_time = 0 + next_time = 0 for segment in segment_timeline.findall('mpd:S', ns): current_time = int(segment.attrib.get('t', '-1')) if current_time == -1: