{"id":18171348,"url":"https://github.com/hritikr/a9server","last_synced_at":"2025-04-07T08:35:45.332Z","repository":{"id":260735197,"uuid":"882198607","full_name":"HritikR/A9Server","owner":"HritikR","description":"A9 WiFi Mini-Camera HTTP Streaming Server (DGOA)","archived":false,"fork":false,"pushed_at":"2024-11-02T06:52:40.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T05:51:12.659Z","etag":null,"topics":["a9","golang","streaming","wificam"],"latest_commit_sha":null,"homepage":"","language":"Go","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/HritikR.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":"2024-11-02T06:25:33.000Z","updated_at":"2024-11-02T07:17:59.000Z","dependencies_parsed_at":"2024-11-02T07:25:23.347Z","dependency_job_id":"5585cc71-f03a-488f-9560-55f9dcbb26a6","html_url":"https://github.com/HritikR/A9Server","commit_stats":null,"previous_names":["hritikr/a9server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HritikR%2FA9Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HritikR%2FA9Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HritikR%2FA9Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HritikR%2FA9Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HritikR","download_url":"https://codeload.github.com/HritikR/A9Server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622243,"owners_count":20968561,"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":["a9","golang","streaming","wificam"],"created_at":"2024-11-02T15:08:44.059Z","updated_at":"2025-04-07T08:35:45.298Z","avatar_url":"https://github.com/HritikR.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A9 WiFi Mini-Camera HTTP Streaming Server\n\nThis project is a lightweight HTTP streaming server for the A9 WiFi mini-camera, implemented in Go. Based on [JavaScript implementation in the A9_PPPP repository](https://github.com/datenstau/A9_PPPP.git), this Go version provides a minimal, dependency-free solution to stream MJPG video directly from the camera. With this project, there's no need to set up additional libraries, making it ideal for straightforward streaming setups.\n\n## Overview\nThis implementation retrieves only the MJPG video stream from the A9 camera.\n- A single binary, ideal for systems where lightweight and efficient code is essential.\n\n## Limitations\nThis Go implementation is limited to MJPG video streaming. If you require additional camera commands (e.g., controlling the camera or retrieving audio), consider using the [original A9_PPPP repository](https://github.com/datenstau/A9_PPPP.git) or extending this project.\n\n## Getting Started\n\n### Requirements\n- Go 1.16 or higher\n- A9 WiFi mini-camera connected to the same network\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/HritikR/A9Server\n   cd A9Server\n   ```\n\n2. Build the server:\n   ```bash\n   go build -o a9server main.go\n   ```\n\n3. Run the server:\n   ```bash\n   ./a9server\n   ```\n   \n## Usage\nOnce the server is running, you can connect to the MJPG stream `http://localhost:8080/stream` to view the live video feed from the A9 WiFi mini-camera.\n\n## Contributing\nContributions are welcome! If you’d like to add features or improve functionality, please submit a pull request.\n\n## Special Thanks\n- [A9_PPPP](https://github.com/datenstau/A9_PPPP.git) for the JavaScript implementation.\n- [Home Assistant Community](https://community.home-assistant.io/t/popular-a9-mini-wi-fi-camera-the-ha-challenge/230108)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhritikr%2Fa9server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhritikr%2Fa9server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhritikr%2Fa9server/lists"}