{"id":13616270,"url":"https://github.com/boxcast/boxcast-sdk-roku","last_synced_at":"2025-04-14T00:32:00.096Z","repository":{"id":54327682,"uuid":"91086724","full_name":"boxcast/boxcast-sdk-roku","owner":"boxcast","description":"The official BoxCast SDK for integrating with the BoxCast API on Roku.","archived":false,"fork":false,"pushed_at":"2023-02-09T20:09:35.000Z","size":511,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-08-02T20:48:07.508Z","etag":null,"topics":["boxcast","boxcast-api","brightscript","roku","scenegraph","sdk","video"],"latest_commit_sha":null,"homepage":"","language":"Brightscript","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/boxcast.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-12T11:55:17.000Z","updated_at":"2024-05-01T19:04:13.000Z","dependencies_parsed_at":"2024-05-16T22:30:34.873Z","dependency_job_id":null,"html_url":"https://github.com/boxcast/boxcast-sdk-roku","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxcast%2Fboxcast-sdk-roku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxcast%2Fboxcast-sdk-roku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxcast%2Fboxcast-sdk-roku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxcast%2Fboxcast-sdk-roku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxcast","download_url":"https://codeload.github.com/boxcast/boxcast-sdk-roku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223611867,"owners_count":17173526,"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":["boxcast","boxcast-api","brightscript","roku","scenegraph","sdk","video"],"created_at":"2024-08-01T20:01:26.134Z","updated_at":"2024-11-08T00:31:03.339Z","avatar_url":"https://github.com/boxcast.png","language":"Brightscript","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"\u003ca href=\"https://www.boxcast.com\" target=\"_blank\"\u003e\u003cimg src=\"https://www.boxcast.com/hs-fs/hub/484866/file-2483746126-png/Logos/NewBoxCastLogo.png?t=1494524438771\" height=\"25\"\u003e\u003c/a\u003e \u0026nbsp; \u003ca href=\"https://developer.roku.com\" target=\"_blank\"\u003e\u003cimg src=\"https://image.roku.com/bWFya2V0aW5n/roku-logo.png\" height=\"25\"\u003e\u003c/a\u003e\n\n# boxcast-sdk-roku\n\nThe [BoxCast](https://www.boxcast.com) SDK for Roku video playback allows you to develop your own Roku applications to watch content from your BoxCast account.\n\nThis repository provides an entire sample application, built with a combination of the following Roku technologies:\n* [BrightScript](https://sdkdocs.roku.com/display/sdkdoc/BrightScript+Language+Reference) utilities for querying data from your account and tracking viewer analytics\n* [SGDEX](https://github.com/rokudev/SceneGraphDeveloperExtensions) components that can be extended to customize your viewer's experience\n\n## Installation\n\n```\ngit clone https://github.com/boxcast/boxcast-sdk-roku.git\n```\n\n## Usage\n\nEdit the `source/BoxCastConfig.brs` to match your settings. The most important\nfields that _must_ be filled in are your Account ID and Channel ID, which can be\nfound on your\n\u003ca href=\"https://dashboard.boxcast.com/settings/my-account\" target=\"_blank\"\u003eDashboard Settings\u003c/a\u003e.\n\n```vb\nthis = {\n  ...\n\n  Account: {\n    id:         ' TODO: fill in from dashboard '\n    channel_id: ' TODO: fill in from dashboard '\n  }\n\n  ...\n}\n```\n\nThen follow \u003ca href=\"https://developer.roku.com/docs/developer-program/getting-started/roku-dev-prog.md\" target=\"_blank\"\u003e\nstandard Roku Development practices\u003c/a\u003e.  Note that there is a Makefile that\nincludes a `make install` script for easily bundling and installing your\napplication on your Roku device, provided that you set up an environment\nvariable for `ROKU_DEV_TARGET` and `DEVPASSWORD`.\n\nBefore publishing, make sure to also update the `manifest` and `Makefile` with your app\nname and settings, as well as configuring your own images.\n\n## Known Limitations\n\n* This SDK is for viewing and querying of broadcasts on accounts that do not protect their content with pay-per-view ticketing, host restrictions, geoblocking, passwords, or other authentication means.  The BoxCast API will reject requests for such content, so you should be prepared to handle errors.\n\n## SGDEX License\n\nSceneGraph Developer Extensions (SGDEX) and associated documentation files (the \"Software\") are Copyright (c) 2019 Roku, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxcast%2Fboxcast-sdk-roku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxcast%2Fboxcast-sdk-roku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxcast%2Fboxcast-sdk-roku/lists"}