https://github.com/yusufcakmak/ExoPlayerSample
This project is developed with ExoPlayer 2. You can play audio files and play video files with custom playback controls.
https://github.com/yusufcakmak/ExoPlayerSample
android exoplayer exoplayer-demo exoplayer2 play-audio play-videos
Last synced: 3 months ago
JSON representation
This project is developed with ExoPlayer 2. You can play audio files and play video files with custom playback controls.
- Host: GitHub
- URL: https://github.com/yusufcakmak/ExoPlayerSample
- Owner: yusufcakmak
- License: apache-2.0
- Created: 2016-11-10T21:37:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T05:49:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T23:41:21.709Z (about 1 year ago)
- Topics: android, exoplayer, exoplayer-demo, exoplayer2, play-audio, play-videos
- Language: Kotlin
- Homepage:
- Size: 281 KB
- Stars: 382
- Watchers: 17
- Forks: 134
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExoPlayer2 Sample Project
I created this repository for developers who recently start learning ExoPlayer. This repository demonstrates the basic way how we can play audio/video files/URLs.
`ExoPlayer` version : 2.17.1
### RadioPlayerActivity
This activity contains an example of how we can create basically player object and stream audio from URL.### VideoPlayerActivity
This activity contains an example of how we can create basically player object and play video from URL with custom player controls.
Please follow the Google official guide and medium publications for more advanced topics.
-[Medium Publication](https://medium.com/google-exoplayer)
-[Official Guide](https://exoplayer.dev/)### ExoPlayer with Jetpack Compose
If you wonder about how we can use ExoPlayer with Jetpack Compose, you can look for my other example repository.
[Github Repository](https://github.com/yusufcakmak/ExoPlayerComposeSample)
--------
Copyright 2017 Yusuf Çakmak.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.