{"id":16560711,"url":"https://github.com/mathieu2301/miakamera","last_synced_at":"2026-06-06T17:31:34.702Z","repository":{"id":214792489,"uuid":"613893160","full_name":"Mathieu2301/Miakamera","owner":"Mathieu2301","description":"Cet outil permet de run VLC.","archived":false,"fork":false,"pushed_at":"2023-12-30T19:30:18.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T04:15:43.902Z","etag":null,"topics":["rtsp","transcoder","transcoding","vlc","vlc-media-player"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"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/Mathieu2301.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}},"created_at":"2023-03-14T13:35:47.000Z","updated_at":"2023-12-30T21:43:08.000Z","dependencies_parsed_at":"2023-12-30T20:25:55.094Z","dependency_job_id":null,"html_url":"https://github.com/Mathieu2301/Miakamera","commit_stats":null,"previous_names":["mathieu2301/miakamera"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mathieu2301/Miakamera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FMiakamera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FMiakamera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FMiakamera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FMiakamera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mathieu2301","download_url":"https://codeload.github.com/Mathieu2301/Miakamera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FMiakamera/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33993195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"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":["rtsp","transcoder","transcoding","vlc","vlc-media-player"],"created_at":"2024-10-11T20:29:50.012Z","updated_at":"2026-06-06T17:31:34.655Z","avatar_url":"https://github.com/Mathieu2301.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Miakamera\n\nCet outil permet de run VLC en tant que transcodeur de flux vidéo.\n\n## Exemples d'utilisation\n\n- Transcoder un flux RTSP en HTTP\n- Enregistrer un flux vidéo\n- Diffuser un flux vidéo\n\n## Fonctionnalités\n\n- ~~Redémarrage automatique régulier (tâche cron)~~\n- Redémarrage automatique en cas de coupure du flux vidéo (healthcheck)\n- Personnalisation complète des paramètres de lancement de VLC\n\n## Installation\n\nLe meilleur moyen d'installer cet outil est de le faire via Docker Compose.\n\n```yaml\nversion: '3.1'\n\nservices:\n  miakamera:\n    image: ghcr.io/mathieu2301/miakamera:latest\n    restart: always\n    command:\n      -I dummy\n      -vvv rtsp://user:password@192.168.0.100:554/live/ch0\n      --sout \"#transcode{vcodec=MJPG,fps=1,vb=800,scale=Automatique,acodec=none,scodec=none}:standard{access=http{mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:80/}\"\n      --quiet\n    expose: [80]\n    ports: [80:80]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu2301%2Fmiakamera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieu2301%2Fmiakamera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu2301%2Fmiakamera/lists"}