Git Product home page Git Product logo

pir.tv's Introduction

PiR.tv (Pirate TV)


Installation

Must have Node.js installed on the Raspberry Pi. To install Node follow this link

	git clone https://github.com/DonaldDerek/PiR.tv.git 
	cd PiR.tv/
	npm install
	npm start

Todo

  • Change repo name to PiRtv
  • Add torrent-stream The low level streaming torrent engine that peerflix uses, of which Popcorn Time is based on
  • Add media sync
  • Add IMDB API
  • Add support to VLC
  • Front-end JS Code refactor
  • Add Channels other than Youtube
  • Stream music from Soundcloud and Jamendo

Birth

This project was born during a workshop given at Lamba Labs - Beirut Hacker Space and it was announced during the Google IO Extend Beirut 2013 Event Organized by GDG-Beirut

alt text

Find the orignal post on my blog

Interesting Forks


License


The MIT License (MIT)

Copyright (c) 2013 Donald Derek Haddad

Permission 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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

pir.tv's People

Contributors

d0nd3r3k avatar fanquake avatar melonsmasher avatar paulmars avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pir.tv's Issues

remote does not "Search"

what am I missing, I have everything installed. youtube-dl is fine.
the remote html only swipes left and right, the search function doesnt seem to do anything.
please help

Issues with socket.io and newest chromium

Hi,

is anybody else having issues with socket.io and chromium browser?
After getting errors with socket io, I changed to a higher version. The script ist starting without errors, but when I load the web server page I just get the green screen with infinite loading.

Which chromium version is used in the project or tested?

Best regards!

Make URL endpoints configurable

To make this easier deploy, please declare the server as a global variable in a separate file, include that file, and then reference the global variable in your two html files. Update installation instructions to include configuration within that file. This file should be in .gitignore, and have a maintained example file with reasonable defaults stored in version control.

I'm sure you'll find additional needs for such a global configuration script.

continued development

Hi,

I have recently just setup everything, omxplayer is working great. I have some nice ideas on integrating put.io into the service via the remote and maybe dashboard. I have already tested the put.io service with omxplayer and it works great. It just needs a sensible interface attached.

Is there some place where we can discuss such thing, so there is not an overlap of ideas and plugins being worked on?

How is the refactoring going?

Does it work ...

Hi Derek,

Thx a lot for your project. I'm currently trying it on my raspberry box and the node server has been started correctly but when I open the page in Google Chrome, the watch, listen, play icons are well displayed but I can't click on 'watch'. Is your project in github complete to have the possibility to select a video (locally) & start omxplayer within Chrome ?

screenshot 2014-09-24 18 49 03

Name change?

Hi,

Was just wondering if you might consider a name change for the project? I think it would put more people at ease if it weren't thought that the content was being obtained illegally or such. I know "Google TV" is not possible, but what about something like "Open TV" or "Pi TV" or something like that?

Files playing on top of each other.

Playing a new file appears to play the videos on top of each other. The UI is unclear on how to stop and play new files. Should probably quit all previous omx processes before starting a new one.

Buttons in web-browser are not clickable

I run PiRTV via nvm exec 6.14.4 node app.js (forcily use 6.14.4, because at other Node i get error ./node_modules/socket.io/lib/transports/websocket/hybi-07-12.js:442
Parser.prototype.proto = EventEmitter.prototype; )

In these conditions, In Opera or Chromium-browser I open http://ip:8080, see icons "Watch", "Listen" and "Play", but it is unable to click on them.
screenshot from 2018-10-10 09-14-42

Where is mistake in my case ?

Alway set hour to 12 in main.js

Hi,
I'm very interesting in this project, after try I've found that below code always set hour to 12.
I think this is a bug.

timeParts: function() {
var date = new Date(),
hour = date.getHours();
hour = 12; # why set this to 12?

Error when I click on "watch"

HI Donald - thanks for interesting project.

It all seems to work except when I click on "watch" - in the node console I get the following error:

undefined[youtube] YStW-wM23Og: Downloading webpage
....
File "YStW-wM23Og" not found.

I'm not sure how to troubleshoot this - any ideas?

Thanks,

JJ

PS. I added a change for the readme.md as it took me a while to figure out that I needed to add a API key for youtube.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.