- SGPlayer is a powerful media play framework for iOS, macOS, and tvOS.
- iOS, tvOS, macOS.
- 360° panorama video.
- Compose complex asset.
- Background playback.
- RTMP/RTSP streaming.
- Setting playback speed.
- Multiple audio/video tracks.
- H.264/H.265 hardware accelerator.
- Accurate status notifications.
- Thread safety.
- FFmpeg
- Metal
- AudioToolbox
- iOS 13.0 or later
- tvOS 13.0 or later
- macOS 10.15 or later
- Build scripts are used by default for FFmpeg 4.4.4 and OpenSSL 1.1.1w
git clone https://github.com/libobjc/SGPlayer.git
cd SGPlayer
git checkout 2.1.0 -B latest
// iOS
./build.sh iOS build
// tvOS
./build.sh tvOS build
// macOS
./build.sh macOS build
- Open demo/demo.xcworkspace. You can see simple use cases.
- SGPlayer.framework
- AVFoundation.framework
- AudioToolBox.framework
- VideoToolBox.framework
- libiconv.tbd
- libbz2.tbd
- libz.tbd
- GitHub : Single
- Email : libobjc@gmail.com
- KTVHTTPCache - A smart media cache framework.
- KTVVideoProcess - A High-Performance video effects processing framework.