shaka-player-embedded
shaka-player-embedded copied to clipboard
Shaka Player in a C++ Framework
## Overview Releasing a persistent license causes a crash due to an assertion inside the widevine cdm plugin. ## Build environment * macOS Big Sur (11.5.1) * shaka-player-embedded/master * Xcode...
In Xcode 13.2.1 on macOS 11.6.6, `configure` fails with following error. ``` Standard output: ERROR at //build/config/mac/mac_sdk.gni:80:5: Script returned non-zero exit code. exec_script("//build/mac/find_sdk.py", find_sdk_args, "list lines") ^---------- Current dir: //ios-arm64-xcode13/...
I have python3 in my MacOS in /usr/bin/python3 v3.9 no supported by shaka-player embedded for now but I have python v2.7 in /usr/local/bin/python when I run ../configure it says `zsh:...
Hi i got this error while running makefile command in terminal. i am using macOS Big Sur ``` CXX obj/third_party/gflags/gflags/gflags_reporting.o FAILED: obj/third_party/gflags/gflags/gflags_reporting.o ../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/third_party/gflags/gflags/gflags_reporting.o.d -DCR_XCODE_VERSION=1250 -DCR_CLANG_REVISION=\"n332890-c2443155-1\" -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1...
when I playback a webm [resource:](http://1302545507.vod2.myqcloud.com/298808a2vodcq1302545507/f47b23d3387702301286731497/R0pnqVc5v0EA.webm). I got an error:load ErrorShaka Error, Category: 4, Code: 4000
fengyanyan@192 shaka-player-embedded % cd foo fengyanyan@192 foo % ../configure Loading required submodules... Downloading GN from cloud storage... Generating files for boringssl... Traceback (most recent call last): File "/Users/fengyanyan/shaka-player-embedded/third_party/boringssl/src/util/bot/go/env.py", line 34,...
Hi everyone, I want to share with you some changes that are coming to the Shaka family of projects. This will be cross-posted to shaka-player-users, shaka-packager-users, and the GitHub Issues...
Platform: iOS We add to manifest CC information `` Parsing worked `[Log]: "DashParser.parseAdaptationSet" [Log]: "DashParser.parseAdaptationSet closedCaption urn:scte:dash:cc:cea-608:2015 value CC1=eng" [Log]: "DashParser.parseAdaptationSet closedCaption parsed language eng"` but don't add CC on...
Example stream: [https://monitorlab.ru/temp/ENG-1168/dash.mpd](https://monitorlab.ru/temp/ENG-1168/dash.mpd) We patched Shaka v2.5.14 with parsing this subtitles Mp4TtmlParser.js -> TtmlTextParser.parseCue_ -> they return shaka.text.Cue ` [Info]: "TextEngine parser_ [object Object]" [Info]: "Mp4TtmlParser.parseMedia" [Info]: "Mp4Parser parseTFHD_" [Info]:...
We currently use GN to build the project. This is Chrome's build system and has a very expressive and versatile syntax. Bazel is built to be a more general-purpose build...