muzena / tv-maxe

Automatically exported from code.google.com/p/tv-maxe
0 stars 0 forks source link

Mac OS X port #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to compile on Mac OS X.

> ./tv-maxe 
./tv-maxe: line 19: cd: /home/luki/: No such file or directory
./tv-maxe: line 30: cd: /usr/share/tv-maxe/: No such file or directory
Traceback (most recent call last):
  File "tvmaxe.py", line 7, in <module>
    import gettext, locale, gtk.glade
ImportError: No module named gtk.glade

I installed PyGTK and all deps (brew install pygtk)

Original issue reported on code.google.com by webleh...@gmail.com on 1 May 2012 at 7:08

GoogleCodeExporter commented 9 years ago
Even if this error is correctable (you need to install glade) you'll not be 
able to run TV-Maxe in MacOS X without modifications because there's no SopCast 
client (as far as I know) on this platform. Also you'll need ffmpeg and 
rtmpdump to support the playback of other channels.

Original comment by nitanovi...@gmail.com on 3 May 2012 at 6:19

GoogleCodeExporter commented 9 years ago
Correction: you need to install Glade and the Glade bindings for Python.

Original comment by nitanovi...@gmail.com on 3 May 2012 at 6:20

GoogleCodeExporter commented 9 years ago
Meanwhile there is a sopcast client for MAc OS X...

Original comment by musqueta...@gmail.com on 8 Jan 2013 at 1:43

GoogleCodeExporter commented 9 years ago
I already saw this, the good part is that it's using the same binary as Linux 
version (just compiled for OSX), the bad part is that there's a bug with GTK on 
OSX which causes videos to be played over the entire window, not just on the 
area where the video is supposed to be displayed.

This can be fixed, but there's another bug in GTK which is triggered by the fix 
for the above issue. I'll investigate the remaining options, though, as now I 
have a genuine Mac on my job for tests.

Original comment by nitanovi...@gmail.com on 8 Jan 2013 at 1:51