npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

dat-tv

1.1.1

@mafintosh

npmHomeRepoSnykSocket
Downloads:8
$ npm install dat-tv
DailyWeeklyMonthlyYearly

dat-tv

Turn a Dat into a TV stream.

npm install -g dat-tv

Currently requires mplayer to play and ffmpeg to share, PR welcome for more support

Usage

First add some media files (audio/video) to a dat

# exit it when done
dat my-media

Then use dat-tv to share it

# requires ffmpeg to share
dat-tv my-dedia

Running the above will print the dat key. On another computer that has mplayer then run

dat-tv <key-from-above> /tmp/my-channel

Running this should start streaming the video. Note that all viewers will be watching the same thing, just as normal flow tv.

License

MIT