-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed the playback status on HLS streams, in some cases UI was showing as paused while loading when opening a stream on PC. - The TCP Fast Open option is now disabled by default for higher compatibility, it can be re-enabled in Options > Advanced > Connectivity. - P2P functionality has been removed, usage has been low and we decided to remove it to simplify app loading and avoid generating extra network usage. It was also causing error on outdated webviews on Android. - Private list stream URLs are now replaced with dummy URLs before being sent to the statistics server. - The section with GPU control options has been moved to Options > Advanced > Playback. - Minor improvements and bugfixes.
- Loading branch information
1 parent
dade0cb
commit 2152b5c
Showing
53 changed files
with
337 additions
and
39,760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
module.exports = { | ||
presets: [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
targets: { | ||
chrome: "41" | ||
} | ||
} | ||
] | ||
], | ||
plugins: [ | ||
"@babel/plugin-transform-object-rest-spread" | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.