Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 891 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 891 Bytes

p2ptv-pi

P2P TV (Sopcast & AceStream) for Raspberry Pi.

Sopcast Client based on this Sopcast client for Linux and qemu-i386. Thanks to tayoken for recompiling qemu-i386 and sharing it.

AceStream Client is taken from Github repository.

Script usage

./tv.sh [OPTIONS] CHANNEL

Options

  • -h - help
  • -V - show version
  • -v - Enable debug mode
  • CHANNEL - A uri to the channel to load: sop://broker.sopcast.com:3912/123456 or acestream://ff6d068d982f5ac218d164cf43f97dc39926cf55 or http://example.com/tv.acelive

Requirements

  • open port 6878 on localhost.
  • wget and w3m: sudo apt-get install wget w3m