{"id":18427259,"url":"https://github.com/fjebaker/argus-js","last_synced_at":"2026-02-23T04:11:19.013Z","repository":{"id":124944150,"uuid":"294469198","full_name":"fjebaker/argus-js","owner":"fjebaker","description":"NodeJS and Vue app for synchronised video playback during, e.g. a pandemic lockdown.","archived":false,"fork":false,"pushed_at":"2020-11-07T21:27:42.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T04:37:43.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fjebaker.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":"2020-09-10T16:51:46.000Z","updated_at":"2020-11-07T21:27:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac3142f1-24c9-4dad-a87a-02ebe005b809","html_url":"https://github.com/fjebaker/argus-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fjebaker/argus-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjebaker%2Fargus-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjebaker%2Fargus-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjebaker%2Fargus-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjebaker%2Fargus-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fjebaker","download_url":"https://codeload.github.com/fjebaker/argus-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjebaker%2Fargus-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268250818,"owners_count":24219955,"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-01T02:00:08.611Z","response_time":67,"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":[],"created_at":"2024-11-06T05:10:04.704Z","updated_at":"2025-10-19T04:23:00.741Z","avatar_url":"https://github.com/fjebaker.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# argus-js\nA synchronized video player application, for watching films together with your friends/colleagues.\n\n## Setup\nInstall dependencies with \n```bash\nnpm install\n```\n\nBuild the Vue app with\n```bash\nnpm run build\n```\nwhich will create a `dist` directory at the root of the project.\n\n### Adding video content\n\nIn the current build, the video content must be served as `.m3u8` and `.ts` files. You can convert an `.mp4` into the required format with\n```bash\nffmpeg -i [inputfile].mp4 \\\n    -profile:v baseline \\\n    -level 3.0 \\\n    -start_number 0 \\\n    -hls_time 10 \\\n    -hls_list_size 0 \\\n    -f hls \\\n    [outputdir]/index.m3u8\n```\n\nThe video content must then be in the root directory under `videos`, with each title indexed by subdirectory, such that the overall setup looks along these lines:\n```\nwebapp.js\ndist/\nvideos/\n\n - title1/\n   - index.m3u8\n   - index01.ts\n   - ...\n\n - title2/\n   - index.m3u8\n   - index01.ts\n   - ...\n\n```\n### Run\nBuild and then\n```bash\nnode webapp.js\n```\nand connect to [localhost:8081](http://localhost:8081).\n\n## ToDo\n\n- configuration files\n- more versatile video formats\n- tighter interaction\n- silly features like reaction buttons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjebaker%2Fargus-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffjebaker%2Fargus-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjebaker%2Fargus-js/lists"}