Skip to content

Simple OS X application allowing you to watch some live free TV channels (French, English, Italian).

License

Notifications You must be signed in to change notification settings

seanlilmateus/LiveTV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveTV

Simple OS X application allowing you to watch some live free TV channels (French, English, Italian) fullscreen on your mac.

This product is buggy, mainly for educational purposes and certainly not maintained. Use it at your own risks.

Usage

The easy way:

The "harder way":

Compilation info: There are 2 schemes: LiveTV and Deployment. LiveTV compiles the code in JIT mode and runs it. The Deployment scheme compiles AOT the app and insert the MacRuby framework in the app to make it truly standalone. You first need to build the LiveTV scheme before running the Deployment scheme.

Details

The application is a native OS X Cocoa application written in MacRuby http://macruby.org You can learn more about MacRuby via my book: http://amzn.to/tVx4ng

The code is very simple and straight forward (currently under 100 LOC). If you decide to help the project, check the TODO list and learn more about the following Cocoa classes:

  • NSOutlineView
  • QTMovieView
  • QTMovieView
  • NSProgressIndicator

TODO list

  • Fullscreen mode √ (mateus for Snow Leopard and mattetti for Lion)
  • Look into the GC error with unregistered thread. √ (mateus)
  • Move the channel buffering indicator to the watched channel or bottom right of the screen.
  • keyboard shortcuts
  • Apple remote control support
  • Airplay support
  • EPG support (to know what's being broadcast, what's coming up next..)
  • Recording (not sure QTMovie allows that. Scheduled recordings might also be nice)
  • Channel updates via internet
  • Add more channels and more languages
  • Custom channels (add your own feeds)
  • Real time chat (for whoever wants to play with Node.js + Heroku)
  • Screenshot
  • Multiple simultaneous players (watch 2 soccer games at the same time)
  • Misc hacks
  • ad supported version so I can become super rich and move back to France (j/k)

Thanks

Thanks to

  • Patrick Crowley (@mokolabs) for the current icon, hopefully, we'll come up with something better ;)
  • Amr Numan Tamimi (@amrnt) for contributing new channels.
  • Mateus (@seanlilmateus) for the SnowLeopard fullscreen mode, thread bug fix and the extraction of the channels into a plist.

About

Simple OS X application allowing you to watch some live free TV channels (French, English, Italian).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.1%
  • Objective-C 2.9%