{"id":19672686,"url":"https://github.com/halilozel1903/exoplayermp4sample","last_synced_at":"2025-04-29T01:30:45.345Z","repository":{"id":91423749,"uuid":"596736160","full_name":"halilozel1903/ExoPlayerMP4Sample","owner":"halilozel1903","description":"How to play MP4 type content with ExoPlayer? 📺 📱 🎬 🍿","archived":false,"fork":false,"pushed_at":"2024-05-05T15:18:23.000Z","size":1009,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T12:23:15.411Z","etag":null,"topics":["android-kotlin","android-kotlin-example","android-kotlin-samples","android-video-player","android-video-streaming","exoplayer","exoplayer-beginner","exoplayer-demo","exoplayer-example","exoplayer-kotlin","exoplayer-learn","exoplayer-media","exoplayer-mp4","exoplayer-progressivemediasource","exoplayer-subtitles","exoplayer-video","exoplayer2"],"latest_commit_sha":null,"homepage":"https://www.buymeacoffee.com/halilozel1903","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halilozel1903.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-02T20:30:59.000Z","updated_at":"2024-08-25T22:02:08.000Z","dependencies_parsed_at":"2023-07-29T22:24:05.946Z","dependency_job_id":"5bc8853e-9a53-4df6-b307-1f44fc6a0370","html_url":"https://github.com/halilozel1903/ExoPlayerMP4Sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FExoPlayerMP4Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FExoPlayerMP4Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FExoPlayerMP4Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FExoPlayerMP4Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halilozel1903","download_url":"https://codeload.github.com/halilozel1903/ExoPlayerMP4Sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251415615,"owners_count":21585865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-kotlin","android-kotlin-example","android-kotlin-samples","android-video-player","android-video-streaming","exoplayer","exoplayer-beginner","exoplayer-demo","exoplayer-example","exoplayer-kotlin","exoplayer-learn","exoplayer-media","exoplayer-mp4","exoplayer-progressivemediasource","exoplayer-subtitles","exoplayer-video","exoplayer2"],"created_at":"2024-11-11T17:13:02.507Z","updated_at":"2025-04-29T01:30:44.912Z","avatar_url":"https://github.com/halilozel1903.png","language":"Kotlin","funding_links":["https://www.buymeacoffee.com/halilozel1903"],"categories":[],"sub_categories":[],"readme":"## How to use ExoPlayer 💻  with Kotlin in Android ⁉️\n\n![ExoPlayer](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*pO20r2y9uHG0QagTaz9Msw.png)\n\n**ExoPlayer** is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both locally and over the Internet. ExoPlayer supports features not currently supported by Android’s MediaPlayer API, including **DASH** and **SmoothStreaming** adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and can be updated through Play Store application updates.\n\nWhen defining the formats that ExoPlayer supports, it’s important to note that “media formats” are defined at multiple levels. From the lowest level to the highest, these are:\n\nThe format of the individual media samples (e.g., a frame of video or a frame of audio). These are sample formats. Note that a typical video file will contain media in at least two sample formats; one for video (e.g., H.264) and one for audio (e.g., AAC).\nThe format of the container that houses the media samples and associated metadata. These are container formats. A media file has a single container format (e.g., MP4), which is commonly indicated by the file extension. Note that for some audio only formats (e.g., MP3), the sample and container formats may be the same.\nAdaptive streaming technologies such as DASH, SmoothStreaming and HLS. These are not media formats as such, however it’s still necessary to define what level of support ExoPlayer provides.\n\nFor more detailed information about Exoplayer, you can review the following article: 👇🏻\n\nhttps://medium.com/@halilozel1903/exoplayer-nedir-ccae84e9f115\n\n## ExoPlayer 🎥 App 📱 Screenshots 🖼\n\n![ExoPlayer](screen_1.png)\n\nTo turn on the Subtitle option on the player screen:\n\n```kotlin \napp:show_subtitle_button=\"true\"\n```\n\nTo turn on the Audio option on the Player Screen:\n\n```kotlin \nargType:show_subtitle_button=\"true\"\n```\n\nThe application is playing content with **.hls** extension. The video can be rolled forward. The video can be undone.\n\n## Donation 💸\n\nIf this project help 💁 you to develop, you can give me a cup of coffee. ☕\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/halilozel1903)\n\n## License ℹ️\n```\nMIT License\n\nCopyright (c) 2023 Halil OZEL\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilozel1903%2Fexoplayermp4sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalilozel1903%2Fexoplayermp4sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilozel1903%2Fexoplayermp4sample/lists"}