Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertogasparin/sendstream
Stream and play a file to Kodi with ease. Works with web URLs too, like send to Kodi.
https://github.com/albertogasparin/sendstream
Last synced: about 4 hours ago
JSON representation
Stream and play a file to Kodi with ease. Works with web URLs too, like send to Kodi.
- Host: GitHub
- URL: https://github.com/albertogasparin/sendstream
- Owner: albertogasparin
- License: bsd-3-clause
- Created: 2015-04-19T11:39:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T20:58:54.000Z (almost 9 years ago)
- Last Synced: 2024-04-28T04:34:42.791Z (7 months ago)
- Language: Go
- Size: 3.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SendStream
Simple OSX app to send an URL or stream a file to your Kodi/XBMC media centre.
Just paste an URL of a HTTP stream```
git clone https://github.com/albertogasparin/SendStream
```## Building SendStreamHelper
This project was not being possible without the amazing command line tool created by Patrice Ferlet, [Idok](https://github.com/metal3d/idok). Thanks also to Vadim Shpakovski, for its [MASPreferences](https://github.com/shpakovski/MASPreferences) implementation.
```
brew update && brew install go
export GOPATH=[SENDSTREAM_FOLDER]/SendStreamHelper
cd SendStreamHelper/src/github.com/albertogasparin/SendStreamHelper
go install
```This will create a new executable under `SendStreamHelper/bin`