{"id":26238764,"url":"https://github.com/samyak2403/cast-app","last_synced_at":"2026-03-03T19:01:23.414Z","repository":{"id":278931569,"uuid":"936494314","full_name":"samyak2403/Cast-App","owner":"samyak2403","description":"Chrome Cast App -\u003e","archived":false,"fork":false,"pushed_at":"2025-03-08T15:30:33.000Z","size":20298,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-26T19:54:05.626Z","etag":null,"topics":["android","androidstudio","app","application","cast","chrome-extension","chromecast","chromecast-device","kotlin","livestream","samyak2403","samyakkamble","videocast"],"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/samyak2403.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,"zenodo":null}},"created_at":"2025-02-21T07:22:38.000Z","updated_at":"2025-05-18T20:58:46.000Z","dependencies_parsed_at":"2025-04-22T23:47:39.356Z","dependency_job_id":"39ede2d8-4fc7-458c-bc45-18189f5e9556","html_url":"https://github.com/samyak2403/Cast-App","commit_stats":null,"previous_names":["samyak2403/cast-app"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/samyak2403/Cast-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyak2403%2FCast-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyak2403%2FCast-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyak2403%2FCast-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyak2403%2FCast-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samyak2403","download_url":"https://codeload.github.com/samyak2403/Cast-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyak2403%2FCast-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30056056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","androidstudio","app","application","cast","chrome-extension","chromecast","chromecast-device","kotlin","livestream","samyak2403","samyakkamble","videocast"],"created_at":"2025-03-13T06:18:49.711Z","updated_at":"2026-03-03T19:01:23.380Z","avatar_url":"https://github.com/samyak2403.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Cast-App\r\n\r\nCast-App is a versatile media casting application that allows you to easily stream content from your Android device to various casting-enabled devices like Chromecast, smart TVs, and other DLNA/UPnP compatible receivers.\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://f-droid.org/packages/com.samyak.castapp\"\u003e\r\n    \u003cimg src=\"https://fdroid.gitlab.io/artwork/badge/get-it-on.png\" alt=\"Get it on F-Droid\" height=\"80\"\u003e\r\n  \u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n## Features\r\n\r\n- Media casting to Chromecast devices\r\n- Support for DLNA/UPnP compatible receivers\r\n- Video, audio, and image streaming\r\n- Basic media library organization\r\n- Simple and intuitive user interface\r\n- Customizable playback controls\r\n\r\n## Screenshots\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"Screenshot/1.png\" width=\"250px\" alt=\"Screenshot 1\"\u003e\r\n  \u003cimg src=\"Screenshot/2.png\" width=\"250px\" alt=\"Screenshot 2\"\u003e\r\n  \u003cimg src=\"images/1.png\" width=\"250px\" alt=\"Screenshot 3\"\u003e\r\n\u003c/p\u003e\r\n\r\n## Installation\r\n\r\n### F-Droid\r\n\r\nCast-App is available on F-Droid, the open-source Android app repository:\r\n\r\n1. Install [F-Droid](https://f-droid.org/)\r\n2. Search for \"Cast-App\" in the F-Droid client\r\n3. Install the app\r\n\r\n### Manual Installation\r\n\r\nYou can also download the APK directly from the [Releases](https://github.com/samyak2403/Cast-App/releases) page.\r\n\r\n## Building from Source\r\n\r\nTo build the app from source:\r\n\r\n1. Clone the repository:\r\n   ```\r\n   git clone https://github.com/samyak2403/Cast-App.git\r\n   ```\r\n\r\n2. Open the project in Android Studio\r\n\r\n3. Build the app using Gradle:\r\n   ```\r\n   ./gradlew assembleDebug\r\n   ```\r\n\r\n## Privacy\r\n\r\nCast-App respects your privacy:\r\n- No tracking or analytics\r\n- No personal data collection\r\n- No advertisements\r\n- No internet permission except for casting functionality\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please feel free to submit a Pull Request.\r\n\r\n1. Fork the repository\r\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\r\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\r\n4. Push to the branch (`git push origin feature/amazing-feature`)\r\n5. Open a Pull Request\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Contact\r\n\r\nSamyak Kamble - samyakkamble6659@gmail.com\r\n\r\nProject Link: [https://github.com/samyak2403/Cast-App](https://github.com/samyak2403/Cast-App)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyak2403%2Fcast-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamyak2403%2Fcast-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyak2403%2Fcast-app/lists"}