Skip to content

Commit

Permalink
fix #830
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Dec 11, 2024
1 parent 5d7f222 commit 06dcee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ English | [简体中文](./README_CN.md)
Functional differences between GPL version and LGPL version
Feature | LGPL | GPL |
| ----------- | ----------- | ----------- |
|Dolby AC-4|||
|AV1 hardware decoding|||
|All demuxers, All decoders|||
|Smoothly Play 120 FPS Video|||
|Record video clips at any time|||
|Dovi P5 displays HDR (not overheating)|||
|Live streaming supports rewind viewing|||
|Preload video on hard disk(supports size control)|||
|Support short video hard disk persistence, play from hard disk next time|||
|Picture in Picture supports subtitle display|||
|Annex-B async hardware decoding(Live Stream)|||
|Use the fonts in the video to render subtitles|||
|Use memory cache for fast seek in short time range|||
|Cache data to Hard Drive,Preload data to Hard Drive|||
|Offline AI real-time subtitle generation and translation|||
|Full display of ass subtitles effect(Render as image using libass)|||
|Play videos in a small window in the App (resumable, supports tvos and ios)|||
Expand All @@ -35,7 +35,7 @@ Feature | LGPL | GPL |
|De-interlace auto detect|||
|4k/HDR/HDR10/HDR10+/Dolby Vision|||
|Custom url protocols such as nfs/smb/UPnP |||
|Multichannel Audio/Dolby Atmos/Spatial Audio|||
|Multichannel Audio/Spatial Audio|||
|Text subtitle/Image subtitle/Closed Captions|||
|Search Online Subtitles(shooter/assrt/opensubtitles)|||
|Low latency 4K live video streaming (less than 200ms on LAN)|||
Expand Down
2 changes: 1 addition & 1 deletion Sources/KSPlayer/AVPlayer/KSOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public enum VideoInterlacingType: String {

public extension KSOptions {
static var firstPlayerType: MediaPlayerProtocol.Type = KSAVPlayer.self
static var secondPlayerType: MediaPlayerProtocol.Type?
static var secondPlayerType: MediaPlayerProtocol.Type? = KSMEPlayer.self
/// 最低缓存视频时间
static var preferredForwardBufferDuration = 3.0
/// 最大缓存视频时间
Expand Down

0 comments on commit 06dcee7

Please sign in to comment.