-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Live streams not functioning on Wowza with recent versions of Shaka #192
Comments
Hi, Can you provide the MPD? You can send me a private email (see CONTRIBUTORS) if you do not want to share the link publicly. |
Thanks - link sent via email. |
Looks like this issue was trigged on Shaka > 1.3.2 with the following property set (which was done for dash.js compatibility - Dash-Industry-Forum/dash.js#600):
Shaka v1.5.0 now works when I remove this property from my application.xml in Wowza. I do get the following warning in my console but playback seems ok.
|
@jbroberg Have you tried with the latest Wowza release? In the release notes for 4.3.0 it looks like this fix might be related:
I've been testing with Wowza 4.3.0 and the current master branch (d84428b) and have had pretty stable and promising results. |
* For SegmentTemplate with @duration, treat @startNumber as the number of segments absent from the start of the Period. * For SegmentList, fix off-by-one error when computing segment start times. * Add more @startNumber documentation and unit tests. Issue #192 Change-Id: I0b7950cc6cda0a2cbd345e13bd769a50f83d4982
With some changes server-side and some tweaks (29f8022) client-side these streams should work without issue now. |
Hi guys,
We use Wowza (latest version) to deliver transcoded, multi-bitrate live dash (h264). In recent versions of shaka we have found that live streaming is no longer working correctly. v1.3.2 is working but any version after that is not functioning for us (e.g. v1.5.0).
We get the following error in console on v1.5.0:
I can share the mpd source if someone is willing to take take a look on
https://shaka-player-demo.appspot.com/
Working console log (v1.3.2):
etc etc
The text was updated successfully, but these errors were encountered: