{"id":18736805,"url":"https://github.com/robsmall/raspi-video-streamer-app","last_synced_at":"2026-03-12T12:34:43.517Z","repository":{"id":92998983,"uuid":"108215960","full_name":"robsmall/raspi-video-streamer-app","owner":"robsmall","description":"Kotlin Android Application For Streaming A RaspberryPi Live Stream","archived":false,"fork":false,"pushed_at":"2018-11-08T22:49:12.000Z","size":155,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T19:46:34.905Z","etag":null,"topics":["butterknife","kotlin","kotlin-android","mjpeg","mjpeg-player","mjpeg-stream","okhttp","okhttp3","retrofit2","rxandroid","rxandroid2","rxjava","rxjava2","timber"],"latest_commit_sha":null,"homepage":null,"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/robsmall.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":"2017-10-25T03:39:46.000Z","updated_at":"2021-06-23T20:05:03.000Z","dependencies_parsed_at":"2023-06-25T20:07:24.997Z","dependency_job_id":null,"html_url":"https://github.com/robsmall/raspi-video-streamer-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robsmall/raspi-video-streamer-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmall%2Fraspi-video-streamer-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmall%2Fraspi-video-streamer-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmall%2Fraspi-video-streamer-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmall%2Fraspi-video-streamer-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robsmall","download_url":"https://codeload.github.com/robsmall/raspi-video-streamer-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmall%2Fraspi-video-streamer-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272139096,"owners_count":24880240,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":["butterknife","kotlin","kotlin-android","mjpeg","mjpeg-player","mjpeg-stream","okhttp","okhttp3","retrofit2","rxandroid","rxandroid2","rxjava","rxjava2","timber"],"created_at":"2024-11-07T15:22:35.376Z","updated_at":"2026-03-12T12:34:38.490Z","avatar_url":"https://github.com/robsmall.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# raspi-video-streamer-app\nKotlin Android Application For Receiving a Live Stream from A RaspberryPi.\n\nServer implementation is available at [robsmall/flask-raspi-video-streamer](https://github.com/robsmall/flask-raspi-video-streamer)\n\nResources For Learning:\n-----------------------\n- [Jake Wharton talk on use of Retrofit to help understand cool features.](http://jakewharton.com/making-retrofit-work-for-you-ohio/)\n- [Jake Wharton talk on Retrofit and RxJava being used together](http://jakewharton.com/retrofit-and-rxjava/)\n- [Kotlin \u0026 Retrofit article](https://android.jlelse.eu/keddit-part-6-api-retrofit-kotlin-d309074af0) -- See related github.\n- [Kotlin \u0026 RxJava \u0026 RxAndroid article](https://android.jlelse.eu/keddit-part-5-kotlin-rxjava-rxandroid-105f95bfcd22) -- See related github.\n\nConfiguration\n-------------\nIn the `build.gradle` file licated in `app`, you must create and set the path and properties for `secureProperties`.\n\nFor Example:\n\nI have a file located at `/Users/robsmall/src/android/RaspiVideoStreamer/secure-gradle.properties` that contains:\n```\nBaseApiUrl=http://10.0.0.7:5000\nBaseRawStreamUrl=http://10.0.0.7:8000\n```\n\nFor more information on this gradle plugin, please [Check the Java Prop File documentation](https://plugins.gradle.org/plugin/com.admc.javaPropFile)\n\nFor the example server, check out [robsmall/flask-raspi-video-streamer](https://github.com/robsmall/flask-raspi-video-streamer)\n\nCredits\n-------\n- [MJpeg Library](https://github.com/niqdev/ipcam-view)\n- [RetroFit](http://square.github.io/retrofit/)\n- [RxJava](https://github.com/ReactiveX/RxJava)\n- [RxAndroid](https://github.com/ReactiveX/RxAndroid)\n- [OkHTTP](http://square.github.io/okhttp/)\n- [Timber](https://github.com/JakeWharton/timber)\n- [RxJava2Adapter for Retrofit](https://github.com/square/retrofit/tree/master/retrofit-adapters/rxjava2)\n- [Moshi Converter for Retrofit](https://github.com/square/retrofit/tree/master/retrofit-converters/moshi)\n- [ButterKnife](http://jakewharton.github.io/butterknife/)\n- [Java Prop File](https://plugins.gradle.org/plugin/com.admc.javaPropFile)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobsmall%2Fraspi-video-streamer-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobsmall%2Fraspi-video-streamer-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobsmall%2Fraspi-video-streamer-app/lists"}