{"id":19246882,"url":"https://github.com/martin1982/live-broadcast-demo","last_synced_at":"2025-04-21T11:33:07.383Z","repository":{"id":37548415,"uuid":"61018101","full_name":"Martin1982/live-broadcast-demo","owner":"Martin1982","description":"Demo application for the live broadcast bundle.","archived":false,"fork":false,"pushed_at":"2022-09-30T20:32:42.000Z","size":596,"stargazers_count":13,"open_issues_count":8,"forks_count":7,"subscribers_count":2,"default_branch":"master-sonata","last_synced_at":"2025-04-01T12:54:30.440Z","etag":null,"topics":["demo","facebook","live-streaming","lively","rtmp","symfony-bundle","twitch","ustream","youtube"],"latest_commit_sha":null,"homepage":null,"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/Martin1982.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}},"created_at":"2016-06-13T07:56:29.000Z","updated_at":"2025-02-22T03:12:05.000Z","dependencies_parsed_at":"2023-01-17T14:47:00.827Z","dependency_job_id":null,"html_url":"https://github.com/Martin1982/live-broadcast-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martin1982%2Flive-broadcast-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martin1982%2Flive-broadcast-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martin1982%2Flive-broadcast-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martin1982%2Flive-broadcast-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Martin1982","download_url":"https://codeload.github.com/Martin1982/live-broadcast-demo/tar.gz/refs/heads/master-sonata","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250048098,"owners_count":21366175,"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","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":["demo","facebook","live-streaming","lively","rtmp","symfony-bundle","twitch","ustream","youtube"],"created_at":"2024-11-09T17:34:20.788Z","updated_at":"2025-04-21T11:33:06.898Z","avatar_url":"https://github.com/Martin1982.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Live Video Broadcast Demo\n=========================\n\nThis project is a demo for the [live video broadcast bundle](https://github.com/Martin1982/live-broadcast-bundle). The same prerequisites as the bundle-project apply. \n\nTo install;\n\n* Clone this repository\n* Run `composer install`\n* Run the Doctrine schema update `bin/console doctrine:schema:update --force`\n* Run `symfony server:start` with certificates installed (as this is required by many channel providers) [more info](https://github.com/symfony/cli)\n\nThe admin console will now be reachable at; http://localhost:8000/admin\n\nChannels which require additional configuration are described below.\n\n## Enable Facebook live\n\nCreate a Facebook application at https://developers.facebook.com/ with the following permissions:\n\n- user_videos\n- user_events\n- user_managed_groups\n- manage_pages\n- publish_actions\n- Live-Video API\n\nEdit the `config/packages/live_broadcast.yaml` with the following configuration:\n\n    live_broadcast:\n        facebook:\n            application_id: YourFacebookAppId\n            application_secret: YourFacebookAppSecret\n            \nIf you're using Sonata like this demo, add the Sonata block to login to Facebook;\n\n    sonata_block:\n        blocks:\n            sonata.block.service.facebookauth:\n                contexts:   [admin]\n    \n## Enable YouTube live streaming\n\nCreate a new 'YouTube Data API v3 Client' at https://console.developers.google.com\n\nEdit the `config/packages/live_broadcast.yaml` with the following configuration:\n\n    live_broadcast:\n        youtube:\n            client_id: YourGoogleOauthClientId\n            client_secret: YourGoogleOauthClientSecret\n            redirect_route: admin_martin1982_livebroadcast_channel_abstractchannel_youtubeoauth\n\nThe route `admin_martin1982_livebroadcast_channel_abstractchannel_youtubeoauth` is provided out of the box to set the route for Sonata Admin.\n\nIf you're using Sonata like this demo, add the Sonata block to login to Google;\n\n    sonata_block:\n        blocks:\n            sonata.block.service.youtubeauth:\n                contexts:   [admin]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin1982%2Flive-broadcast-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartin1982%2Flive-broadcast-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartin1982%2Flive-broadcast-demo/lists"}