Martin Stark
Martin Stark
This is still an issue in 3.3.1. We've downgraded to 3.1.1 again to get around the stalling issue for now.
Related: https://github.com/shaka-project/shaka-player/issues/2581 To enable playing the dynamic -> static manifests in shaka we use a network filter. The network filter modifies the manifest before it is fed to shaka, by...
The custom network filter is no longer needed to play the type of DASH manifest listed in this issue, and it also seems like the issue has been unintentionally fixed...
I'll close it and re-open if something crops up again. It does look like DASH is working, but we're now running into an identical stall issue on HLS instead. Since...
Found out by reading the source that NetworkingEngine extends FakeEventTarget, and as such has a .addEventListener method, and it has the request type and the shaka error, which allows us...
We just pushed Shaka 4.2.0 to production and started seeing this issue in MS Edge. ```Failed to set the 'timestampOffset' property on 'SourceBuffer': The timestamp offset may not be set...
Would be great to see full shaka support for this. We work with clients that have startover / record & watch features that we currently use manifest network filter "hacks"...
We're using the type of manifest described in this issue, with a network filter to make shaka able to play the stream and complete the dynamic to static transition without...
If there's a way to do this that we've not found, please correct us. This is where we're running into issues: We use `com.apple.fps.1_0` **with** `initDataTransform` to add `contentId` when...
just FYI, the PR in its current state is non-functional. I will update it to the working version if there's no comment on my question