{"id":13904986,"url":"https://github.com/yoobi/exoplayer-kotlin","last_synced_at":"2025-07-18T02:32:42.865Z","repository":{"id":47375554,"uuid":"237460089","full_name":"yoobi/exoplayer-kotlin","owner":"yoobi","description":"Cookbook of multiple feature for Exoplayer","archived":false,"fork":false,"pushed_at":"2024-07-27T16:46:37.000Z","size":5499,"stargazers_count":213,"open_issues_count":0,"forks_count":35,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-08-07T23:41:13.425Z","etag":null,"topics":["android","exoplayer","exoplayer-demo","exoplayer-kotlin","exoplayer2","fullscreen","kotlin","kotlin-android","media3","player-fullscreen","preview-seekbar","quality-selector","recyclerview","video-player"],"latest_commit_sha":null,"homepage":"","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/yoobi.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-01-31T15:39:13.000Z","updated_at":"2024-08-07T23:41:13.426Z","dependencies_parsed_at":"2023-01-20T05:03:28.130Z","dependency_job_id":"194d9566-bdd9-4b1a-b6cc-080e20cf7266","html_url":"https://github.com/yoobi/exoplayer-kotlin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoobi%2Fexoplayer-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoobi%2Fexoplayer-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoobi%2Fexoplayer-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoobi%2Fexoplayer-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoobi","download_url":"https://codeload.github.com/yoobi/exoplayer-kotlin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226336417,"owners_count":17608833,"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","exoplayer","exoplayer-demo","exoplayer-kotlin","exoplayer2","fullscreen","kotlin","kotlin-android","media3","player-fullscreen","preview-seekbar","quality-selector","recyclerview","video-player"],"created_at":"2024-08-06T23:01:08.029Z","updated_at":"2024-11-25T13:30:45.490Z","avatar_url":"https://github.com/yoobi.png","language":"Kotlin","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# Exoplayer-kotlin\n\nMultiple example and usecase of [media](https://github.com/androidx/media) library v1.3.1 in Kotlin\n\nAll example are for HLS video\n\n# Project Module\n\n### [`App`](/app)\n\nSimple implementation of Exoplayer with HLS video\n\n### [`Cast`](/cast)\n\nImplementation of casting (chrome-cast) feature of Exoplayer\n\n### [`HLS and MP4 Download`](/downloadvideo)\n\nImplementation of download feature of Exoplayer with HLS and MP4 file\n\n### [`DRM Download (with or without license)`](/drmdownloadvideo)\n\nDownload feature of Media3 with DRM file\n\n### [`fullscreenDialog`](/fullscreendialog)\n \nPlayer + fullscreen via Dialog\n\nAdded Fullscreen thanks to [this repository](https://github.com/GeoffLedak/ExoplayerFullscreen)\n\n### [`fullscreenLayoutParams`](/fullscreenlayoutparams)\n\nPlayer + fullscreen via modifying LayoutParams\n\nAdded Fullscreen thanks to [this repository](https://github.com/danyalstd/fullscreen-exoplayer)\n\n\u003cdetails\u003e\n\u003cimg src=\"https://github.com/yoobi/exoplayer-kotlin/blob/master/Screenshots/fullscreen_layout_params.png\" width=\"300\" /\u003e\n\u003c/details\u003e\n\n### [`nativePreview`](/nativepreview)\n\nSmall thumb above progress bar\n\n\u003cdetails\u003e\n\u003cimg src=\"https://github.com/yoobi/exoplayer-kotlin/blob/master/Screenshots/native_preview.png\" width=\"300\" /\u003e\n\u003c/details\u003e\n\n### [`qualitySelector`](/qualityselector)\n\nPlayer + Quality Selector\n\nAdded quality selector thanks to [Exoplayer demo](https://github.com/google/ExoPlayer/tree/release-v2/demos/main/src/main/java/com/google/android/exoplayer2/demo)\n\n\u003cdetails\u003e\n\u003cimg src=\"https://github.com/yoobi/exoplayer-kotlin/blob/master/Screenshots/quality_selector.png\" width=\"300\" /\u003e\n\u003c/details\u003e\n\n### [`rvItemPreview`](/rvitempreview)\n\nExoplayer in a recyclerview allowing a preview onLongClick\n\nAdded and forked from [this repo](https://github.com/mitchtabian/Video-Player-RecyclerView)\n\n\u003cdetails\u003e\n\u003cimg src=\"https://github.com/yoobi/exoplayer-kotlin/blob/master/Screenshots/rv_item_preview.png\" width=\"300\" /\u003e\n\u003c/details\u003e\n\n# Resources\n\n[Codelabs](https://codelabs.developers.google.com/codelabs/exoplayer-intro/#0)\n\n[Exoplayer website](https://exoplayer.dev/)\n\n[Media3 github](https://github.com/androidx/media)\n\n[Recyclerview - forked](https://github.com/mitchtabian/Video-Player-RecyclerView)\n\n[PreviewSeekbar - inspired](https://github.com/rubensousa/PreviewSeekBar)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoobi%2Fexoplayer-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoobi%2Fexoplayer-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoobi%2Fexoplayer-kotlin/lists"}