KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
splayer
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Player_Demo
:
基于ijkPlayer做的一个直播demo,直播源是借用熊猫TV的直播源,切记请勿用于商业用途,只用于开发者学习!
SystemC
:
SystemC - design and testbench examples
HNCalendarView
:
CalendarView framework written in Swift for OS X
pyExploit
:
Bypass AntiVirus with Python and Metasploit using shellcode
rapid-router-unity
:
An Implementation of the Rapid Router game in Unity for devices
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
splayer
?
Download (.md)
#setup 1 # unzip ffmpeg source package # es. ~/ffmpeg/ # unzip splayer package in ffmpeg dir # es. ~/ffmpeg/splayer/ #setup 2 #complie ffmpeg library cd ~/ffmpeg/ mv ~/ffmpeg/splayer/ffmpeg/build_ffmpeg ~/ffmpeg/ #default build for arm ./build_ffmpeg #build for x86 ./build_ffmpeg x86 #build for mips ./build_ffmpeg mips #build result in ~/prebuild/ dir #setup 3 #complie splayer library cd ~/ffmpeg/splayer/ ./build.sh