https://github.com/owncast/roku
A Roku channel application for browsing the directory and viewing Owncast-powered streams
https://github.com/owncast/roku
brightscript livestream owncast roku streaming-video
Last synced: 2 months ago
JSON representation
A Roku channel application for browsing the directory and viewing Owncast-powered streams
- Host: GitHub
- URL: https://github.com/owncast/roku
- Owner: owncast
- License: gpl-2.0
- Created: 2023-12-23T20:54:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T16:58:03.000Z (3 months ago)
- Last Synced: 2025-03-19T18:52:44.642Z (3 months ago)
- Topics: brightscript, livestream, owncast, roku, streaming-video
- Language: BrighterScript
- Homepage:
- Size: 2.3 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Owncast-Roku
Create a file named `.env` in the root folder with the following content:
```php
# The dev username for the Roku
ROKU_USERNAME=username
# The dev password for the Roku
ROKU_PASSWORD=password
```Change username and password to your dev Roku device credentials.