Compare commits

..

2 commits

Author SHA1 Message Date
Derek Schmidt
e7152df1ae Bump to +vtopia1 2022-11-16 07:04:13 -05:00
skeh
9bf55ea199 Merge pull request 'feat/lowerlatency' (#7) from feat/lowerlatency into stage
Reviewed-on: https://code.vtopia.live/Vtopia/VeeTube/pulls/7
2022-11-16 11:55:32 +00:00
3 changed files with 16 additions and 10 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## Differences from upstream
### vtopia1
+ Refactor wording involving "live" to "stream" where appropriate (f10a5b0)
+ Utilize VHS and [Owncast latency compensation](https://github.com/owncast/vhs-latency-compensator) (9bf55ea)
## v4.3.0
### Maintenance

View file

@ -1,16 +1,16 @@
{
"name": "peertube-client",
"version": "4.3.0",
"version": "4.3.0+vtopia1",
"private": true,
"license": "AGPL-3.0",
"author": {
"name": "Chocobozzz",
"email": "chocobozzz@framasoft.org",
"url": "http://github.com/Chocobozzz"
"name": "VtopiaLIVE",
"email": "admin@votpia.live",
"url": "https://social.vtopia.live/@staff"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
"url": "git+https://code.vtopia.live/Vtopia/VeeTube.git"
},
"scripts": {
"lint": "npm run lint-ts && npm run lint-scss",

View file

@ -1,7 +1,7 @@
{
"name": "peertube",
"description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
"version": "4.3.0",
"version": "4.3.0+vtopia1",
"private": true,
"licence": "AGPL-3.0",
"engines": {
@ -12,13 +12,13 @@
"peertube": "dist/server/tools/peertube.js"
},
"author": {
"name": "Chocobozzz",
"email": "chocobozzz@framasoft.org",
"url": "http://github.com/Chocobozzz"
"name": "VtopiaLIVE",
"email": "admin@votpia.live",
"url": "https://social.vtopia.live/@staff"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
"url": "git+https://code.vtopia.live/Vtopia/VeeTube.git"
},
"typings": "*.d.ts",
"scripts": {