{"id":26746940,"url":"https://github.com/zerasul/vlc_stream_controller","last_synced_at":"2026-04-11T02:33:06.903Z","repository":{"id":241378599,"uuid":"803511440","full_name":"zerasul/vlc_stream_controller","owner":"zerasul","description":"VLC Player stream Controller utility","archived":false,"fork":false,"pushed_at":"2024-05-27T18:10:00.000Z","size":167,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T09:16:07.189Z","etag":null,"topics":["fastapi","python","react","vlc-media-player"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/zerasul.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-05-20T21:32:59.000Z","updated_at":"2024-05-27T21:04:09.000Z","dependencies_parsed_at":"2024-05-28T03:52:26.354Z","dependency_job_id":null,"html_url":"https://github.com/zerasul/vlc_stream_controller","commit_stats":null,"previous_names":["zerasul/vlc_stream_controller"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zerasul/vlc_stream_controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fvlc_stream_controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fvlc_stream_controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fvlc_stream_controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fvlc_stream_controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerasul","download_url":"https://codeload.github.com/zerasul/vlc_stream_controller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerasul%2Fvlc_stream_controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280857798,"owners_count":26403193,"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-10-24T02:00:06.418Z","response_time":73,"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":["fastapi","python","react","vlc-media-player"],"created_at":"2025-03-28T09:16:08.831Z","updated_at":"2025-10-24T19:44:11.984Z","avatar_url":"https://github.com/zerasul.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sound Stream Controller\n\nApplication that allows to control sounds and music for a Stream, using VLC and StreamLabs Desktop.\n\nThis application runs a FastAPI python application, and a front end made with React.\n\nThe Backend allow to play, stop, next or prev song; and get all the songs from a directory.\n\nThe Front end allow to call the api using a webpage.\n\n## Install and configure applications\n\nTo Run the application, you need to install and configure the dependencies from each application:\n\n### Backend\n\nTo Run the Backend, you will need Python 3.10 or later, and install Pipenv using ```pip```:\n\n```bash\npip install pipenv\n```\n\nYou need to create an ```.env``` file with the following Environment Variables:\n\n* ```SONG_DIR```: Songs Directory Path.\n* ```STREAM_PATH```: Folder path where the file ```cursong.txt``` will be created.\n\nLater, run the application using the current Pipfile, from ```back``` folder:\n\n```bash\ncd back\npipenv run fastapi dev backend.py\n```\n\nThis will create an virtual environment, and install al the dependencies (like fastapi and python_vlc); later, the fastapi development server is launch; and the application is located at ```http://localhost:8000```.\n\n### FrontEnd\n\nTo Run the Frontend, you will need to install NodeJS, and NPM.\n\nFirst; install all the dependencies, from the ```packages.json``` file at the ```front``` folder:\n\n```bash\ncd front\nnpm install\n```\n\nThis will install al the dependencies for the application; later you can start the application using:\n\n```bash\nnpm run start\n```\n\nThis will start the development server for the React Application; you can locate this application at the address ```http://localhost:3000```.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerasul%2Fvlc_stream_controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerasul%2Fvlc_stream_controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerasul%2Fvlc_stream_controller/lists"}