{"id":37114642,"url":"https://github.com/jaesung9507/playgo","last_synced_at":"2026-01-14T13:29:00.810Z","repository":{"id":205105707,"uuid":"713435700","full_name":"jaesung9507/playgo","owner":"jaesung9507","description":"A simple streaming video player based on wails.","archived":false,"fork":false,"pushed_at":"2025-12-26T12:57:27.000Z","size":4122,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T00:56:23.119Z","etag":null,"topics":["chzzk","go","golang","gui","hls","http-flv","http-ts","https-flv","https-ts","rtmp","rtmps","rtsp","rtsps","srt","video-player","wails","youtube"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaesung9507.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-02T14:14:23.000Z","updated_at":"2025-12-26T12:57:31.000Z","dependencies_parsed_at":"2025-12-26T15:03:13.836Z","dependency_job_id":null,"html_url":"https://github.com/jaesung9507/playgo","commit_stats":null,"previous_names":["jaesung9507/rtsp-playgo","jaesung9507/playgo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaesung9507/playgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaesung9507%2Fplaygo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaesung9507%2Fplaygo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaesung9507%2Fplaygo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaesung9507%2Fplaygo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaesung9507","download_url":"https://codeload.github.com/jaesung9507/playgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaesung9507%2Fplaygo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chzzk","go","golang","gui","hls","http-flv","http-ts","https-flv","https-ts","rtmp","rtmps","rtsp","rtsps","srt","video-player","wails","youtube"],"created_at":"2026-01-14T13:29:00.142Z","updated_at":"2026-01-14T13:29:00.796Z","avatar_url":"https://github.com/jaesung9507.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlayGo\n\n![Demo image](doc/demo.png)\n**PlayGo** is a simple streaming video player built with [Wails](https://wails.io/).\n\n## Features\nPlayGo supports a wide range of streaming protocols, local file formats, and online platforms.\n\n### Supported Protocols\n| Protocol | Video Codec | Audio Codec | Container |\n|--|--|--|--|\n| RTSP / RTSPS | H264 | AAC | - |\n| RTMP / RTMPS | H264, H265 | AAC | FLV |\n| HTTP-FLV / HTTPS-FLV | H264 | AAC | FLV |\n| HTTP-TS / HTTPS-TS | H264 | AAC | TS |\n| HTTP-MP4 / HTTPS-MP4 | H264 | AAC | MP4 |\n| HLS / LL-HLS | H264 | AAC | TS, fMP4 |\n| SRT | H264 | AAC | TS |\n\n### Local File Playback\n| Extension | Video Codec | Audio Codec |\n|--|--|--|\n| FLV | H264 | AAC |\n| TS | H264 | AAC |\n| MP4 | H264 | AAC |\n\n### Supported Platforms\nThe following platforms are supported via direct URL input.\n| Platform | Service | Example |\n|--|--|--|\n| YouTube | Video | https://www.youtube.com/watch?v={videoID} |\n| YouTube | Live | https://www.youtube.com/live/{videoID} |\n| YouTube | Shorts | https://www.youtube.com/shorts/{videoID} |\n| YouTube | Kids | https://www.youtubekids.com/watch?v={videoID} |\n| YouTube | Music | https://music.youtube.com/watch?v={videoID} |\n| CHZZK | Live | https://chzzk.naver.com/live/{channelID} |\n| CHZZK | Clip | https://chzzk.naver.com/clips/{clipID} |\n| NAVER TV | Live | https://tv.naver.com/l/{liveNo} |\n| NAVER TV | Clip | https://tv.naver.com/h/{clipNo} |\n| Shopping Live | Live | https://view.shoppinglive.naver.com/lives/{broadcastID} |\n\n### General Features\n- Cross-platform support (Windows, macOS, Linux)\n- Simple and intuitive user interface\n- Always on top\n\n## Build\nTo build the application, make sure [Wails](https://wails.io/) is installed:\n```bash\nwails build\n```\n\n## Running on Linux\nOn Linux, you may need to install additional packages like `gstreamer1.0-plugins-bad`.\n\nFor example, on Debian/Ubuntu-based systems:\n```bash\nsudo apt-get install gstreamer1.0-plugins-bad\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaesung9507%2Fplaygo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaesung9507%2Fplaygo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaesung9507%2Fplaygo/lists"}