Skip to content

Commit

Permalink
release: xgplayer-mp4-loader@3.0.8-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
李璐 committed Sep 4, 2023
1 parent 758731d commit e45f886
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 30 deletions.
4 changes: 0 additions & 4 deletions packages/xgplayer-transmuxer/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "xgplayer-transmuxer",
<<<<<<< HEAD
"version": "3.0.9",
=======
"version": "3.0.8-alpha.9",
>>>>>>> 971490ff (release: xgplayer-transmuxer@3.0.8-alpha.9)
"main": "dist/index.min.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/xgplayer-transmuxer/src/codec/vvc.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ export class VVC {
spsParsed
}

console.log('parseVVCDecoderConfigurationRecord:', data)
console.log(ret)
// console.log('parseVVCDecoderConfigurationRecord:', data)
// console.log(ret)

return ret
}
Expand Down Expand Up @@ -369,7 +369,7 @@ export class VVC {
}

static parseSPS (sps) {
console.log(sps)
// console.log(sps)
const eg = new ExpGolomb(sps)

eg.readUByte()
Expand Down
5 changes: 0 additions & 5 deletions packages/xgplayer-transmuxer/src/mp4/mp4.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,11 +582,6 @@ export class MP4 {
static vvcC (track) {
const vvcC = track.vvcC
return MP4.box(MP4.types.bv2C, new Uint8Array(vvcC))
// return [
// Fmp4.size(8 + vvcC.byteLength),
// Fmp4.type('vvcC'),
// vvcC
// ]
}

static hvcC (track) {
Expand Down
18 changes: 0 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6360,15 +6360,6 @@ xgplayer-mp4-loader@0.0.1:
xgplayer-streaming-shared "3.0.0-next.2-1"
xgplayer-transmuxer "3.0.0-next.2-1"

xgplayer-mp4-loader@3.0.8-alpha.3:
version "3.0.8-alpha.3"
resolved "http://bnpm.byted.org/xgplayer-mp4-loader/-/xgplayer-mp4-loader-3.0.8-alpha.3.tgz#f94981bc6e7fbdea9acc00e46580d118a350593d"
integrity sha512-QqcZnxOx4IIUS2e8tCfMEHD+KtaTGNsqA3NJ+5lknORu7CMkFXcATXtyuaL6bUt3A/cPIVOC/R29c0dTzHst7Q==
dependencies:
eventemitter3 "^4.0.7"
xgplayer-streaming-shared "3.0.8-alpha.3"
xgplayer-transmuxer "3.0.8-alpha.3"

xgplayer-streaming-shared@3.0.0-next.2-1:
version "3.0.0-next.2-1"
resolved "https://registry.yarnpkg.com/xgplayer-streaming-shared/-/xgplayer-streaming-shared-3.0.0-next.2-1.tgz#357cd2d160f3f12a21dacd8a8fadb7f598639166"
Expand Down Expand Up @@ -6401,15 +6392,6 @@ xgplayer-transmuxer@3.0.0-next.8:
"@babel/runtime" "^7.15.3"
core-js "3"

xgplayer-transmuxer@3.0.8-alpha.3:
version "3.0.8-alpha.3"
resolved "http://bnpm.byted.org/xgplayer-transmuxer/-/xgplayer-transmuxer-3.0.8-alpha.3.tgz#3af844ad53188b845755716a2afd5c5163b1a28c"
integrity sha512-D8CXW83yEwEO0sM+Y4cTMaKwpd4AlAmwRQGfQaocHiVtZKXhd9Gn0GXQkakNxCCoq2yyIFeFizgVpV6Gk7gUhg==
dependencies:
"@babel/runtime" "^7.15.3"
concat-typed-array "^1.0.2"
crypto-es "^1.2.4"

xml-name-validator@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
Expand Down

0 comments on commit e45f886

Please sign in to comment.