DaewoongP / cerule-stream

Application Object detection using Neural Networks, Python and Open CV (with Raspberry pi)
1 stars 0 forks source link

[안드로이드] ExoPlayer 구현 #16

Closed safecorners closed 6 years ago

safecorners commented 6 years ago

참조

safecorners commented 6 years ago

DefaultExtractorsFactory()

Used for almost all non-adaptive audio and video formats. An ExtractorsFactory that provides an array of extractors for the following formats:

MP4, including M4A (Mp4Extractor)
fMP4 (FragmentedMp4Extractor)
Matroska and WebM (MatroskaExtractor)
Ogg Vorbis/FLAC (OggExtractor
MP3 (Mp3Extractor)
AAC (AdtsExtractor)
MPEG TS (TsExtractor)
MPEG PS (PsExtractor)
FLV (FlvExtractor)
WAV (WavExtractor)
AC3 (Ac3Extractor)
AMR (AmrExtractor)
FLAC (only available if the FLAC extension is built and included) 
safecorners commented 6 years ago

The ExoPlayer library also provides MediaSource implementations for adaptive formats like

safecorners commented 6 years ago

Dash 스트리밍 예제 ExoPlayer 인터페이스 수정 Class PlaybackControlView

safecorners commented 6 years ago

mvc 설명