{"id":18545330,"url":"https://github.com/xeinebiu/android_floating_video","last_synced_at":"2026-03-04T03:02:16.998Z","repository":{"id":113102564,"uuid":"315275090","full_name":"xeinebiu/android_floating_video","owner":"xeinebiu","description":"Floating video using Exo Player for Android","archived":false,"fork":false,"pushed_at":"2023-04-13T21:15:41.000Z","size":375,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T12:40:27.453Z","etag":null,"topics":["android","exoplayer","exoplayer2","float","floating","popup"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xeinebiu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-11-23T10:13:02.000Z","updated_at":"2024-12-27T12:36:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"0978635f-3443-42b1-80a5-90ccde0da605","html_url":"https://github.com/xeinebiu/android_floating_video","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/xeinebiu/android_floating_video","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeinebiu%2Fandroid_floating_video","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeinebiu%2Fandroid_floating_video/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeinebiu%2Fandroid_floating_video/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeinebiu%2Fandroid_floating_video/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xeinebiu","download_url":"https://codeload.github.com/xeinebiu/android_floating_video/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeinebiu%2Fandroid_floating_video/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","exoplayer2","float","floating","popup"],"created_at":"2024-11-06T20:19:46.194Z","updated_at":"2026-03-04T03:02:16.993Z","avatar_url":"https://github.com/xeinebiu.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Floating Video Player\n\nThis library uses Exo Player as Video Player with ability to use it on a Floating window.\n\n![](./docs/preview.png)\n---\n\n### Installation\n\nStep 1. Add the JitPack repository to your build file\n\nAdd it in your root build.gradle at the end of repositories:\n\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://www.jitpack.io' }\n\t\t}\n\t}\n\nStep 2. Add the dependency\n\n\tdependencies {\n            implementation 'com.github.xeinebiu:android_floating_video:1.5.0'\n\t}\n---\n\n---\n\n### Starting the service\n\n```kotlin\n    val stream = Stream(\n    Uri.parse(\"video url here\"),\n    HashMap()\n)\nVideoFloatingService.play(\n    this,\n    VideoItem(\"demo\", listOf(stream))\n)\n```\n\n### Change logs\n    1.5.0\n        - Update dependencies\n    1.4.0\n        - Upgrade Gradle Plugin\n        - Play the stream which matches the window size by default\n        - Move Window dimensions to resources for overwrite flexibility\n        - Do not include custom user agent by default\n    1.3.0\n        - Update dependencies\n    1.2.1\n        - Bug fixes \u0026 improvements\n    1.1.0\n        - Support Subtitles\n    1.0.2\n        - Fix: Service crashes when is already running and another stream is provided\n    1.0.1\n        - Support custom headers for each Stream\n    1.0.0\n        - Initial Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeinebiu%2Fandroid_floating_video","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxeinebiu%2Fandroid_floating_video","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeinebiu%2Fandroid_floating_video/lists"}