{"id":36574184,"url":"https://github.com/bryanthw1020/live-video-broadcast-manager","last_synced_at":"2026-01-12T07:23:54.881Z","repository":{"id":37531355,"uuid":"238143981","full_name":"bryanthw1020/live-video-broadcast-manager","owner":"bryanthw1020","description":"Laravel live video broadcast manager for Tencent LVB service integration","archived":false,"fork":false,"pushed_at":"2023-02-02T09:48:22.000Z","size":259,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-27T14:06:41.350Z","etag":null,"topics":["laravel","tencent-cloud"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/bryanthw1020.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-04T07:02:21.000Z","updated_at":"2020-12-03T08:51:06.000Z","dependencies_parsed_at":"2023-02-17T18:01:19.472Z","dependency_job_id":null,"html_url":"https://github.com/bryanthw1020/live-video-broadcast-manager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bryanthw1020/live-video-broadcast-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanthw1020%2Flive-video-broadcast-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanthw1020%2Flive-video-broadcast-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanthw1020%2Flive-video-broadcast-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanthw1020%2Flive-video-broadcast-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanthw1020","download_url":"https://codeload.github.com/bryanthw1020/live-video-broadcast-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanthw1020%2Flive-video-broadcast-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["laravel","tencent-cloud"],"created_at":"2026-01-12T07:23:53.705Z","updated_at":"2026-01-12T07:23:54.872Z","avatar_url":"https://github.com/bryanthw1020.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# live-video-broadcast-manager\n\nLaravel live video broadcast manager for Tencent LVB service integration\n\n## Installation\n\nTo install, run `composer require bryanthw1020/live-video-broadcast-manager`.\n\nAfter installation, run `php artisan vendor:publish` to publish the configuration file.\n\nAfter publishing configuration please make sure to add variables below into your `env` file\n\n```\nTC_LVB_SECRET_ID=\nTC_LVB_SECRET_KEY=\nTC_LVB_STREAM_DOMAIN=\nTC_LVB_PLAYBACK_DOMAIN=\n```\n\n## Usage\n\nBelow are the available method to use.\n\n```php\n# Get Online Live Stream List\nLiveVideoBroadcastManager::liveStreamOnlineList(string $appName = \"live\", string $streamName = \"\", string $region = \"ap-singapore\", string $endpoint = \"live.tencentcloudapi.com\", int $pageNum = 1, int $pageSize = 20);\n## Example\nLiveVideoBroadcastManager::liveStreamOnlineList();\n\n# Block Live Stream\nLiveVideoBroadcastManager::blockLiveStream(string $streamName, string $reason, string $appName = \"live\", string $region = \"ap-singapore\", string $endpoint = \"live.tencentcloudapi.com\");\n## Example\nLiveVideoBroadcastManager::blockLiveStream(\"1400292776_959_118_main\", \"Forbidden equipment on air.\");\n\n# Resume Live Stream\nLiveVideoBroadcastManager::resumeLiveStream(string $streamName, string $appName = \"live\", string $region = \"ap-singapore\", string $endpoint = \"live.tencentcloudapi.com\");\n## Example\nLiveVideoBroadcastManager::resumeLiveStream(\"1400292776_959_118_main\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanthw1020%2Flive-video-broadcast-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanthw1020%2Flive-video-broadcast-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanthw1020%2Flive-video-broadcast-manager/lists"}