muzena / tv-maxe

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

tv-maxe crash #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.invoke tv-maxe
2.
3.

What is the expected output? What do you see instead?
launch tv-maxe

What version of the product are you using? On what operating system?
0.06.4-0ubuntu1~lucid

Please provide any additional information below.
After installing and testing it I remeber to set vlc as default engine. After 
closing tv-maxe anytime I try to launch it -even reinstalling it- this is my 
output:

Trying to quit mplayer...
Traceback (most recent call last):
  File "tvmaxe.py", line 1673, in <module>
    main = Main()
  File "tvmaxe.py", line 170, in __init__
    self.initPlayer()
  File "tvmaxe.py", line 192, in initPlayer
    self.initBackend()
  File "tvmaxe.py", line 188, in initBackend
    self.mediaPlayer = MediaPlayer(self)
  File "/usr/share/tv-maxe/mediaBackend.py", line 31, in __init__
    mpClass = VLC(outer)
  File "/usr/share/tv-maxe/mediaBackend.py", line 68, in __init__
    self.mp.video_set_mouse_input(False)
  File "/usr/share/tv-maxe/vlc.py", line 2428, in video_set_mouse_input
    return libvlc_video_set_mouse_input(self, on)
  File "/usr/share/tv-maxe/vlc.py", line 4803, in libvlc_video_set_mouse_input
    None, MediaPlayer, ctypes.c_uint)
  File "/usr/share/tv-maxe/vlc.py", line 156, in _Cfunction
    raise NameError('no function %r' % (name,))
NameError: no function 'libvlc_video_set_mouse_input'

Original issue reported on code.google.com by morphyno...@gmail.com on 12 Apr 2012 at 2:54

GoogleCodeExporter commented 9 years ago
What version of VLC are you using?

Original comment by nitanovi...@gmail.com on 12 Apr 2012 at 3:22

GoogleCodeExporter commented 9 years ago

Original comment by nitanovi...@gmail.com on 12 Apr 2012 at 3:23

GoogleCodeExporter commented 9 years ago
Solved by changing backend = VLC to MPlayer in ~/.tvmaxe

Original comment by morphyno...@gmail.com on 12 Apr 2012 at 3:34

GoogleCodeExporter commented 9 years ago
thanks for your fast feedback nitanovidiu!

Original comment by morphyno...@gmail.com on 12 Apr 2012 at 3:35

GoogleCodeExporter commented 9 years ago
I use VLC media player 1.0.6 Goldeneye but it seems to me that some shit 
happens when I set VLC as backend

Original comment by morphyno...@gmail.com on 12 Apr 2012 at 3:38

GoogleCodeExporter commented 9 years ago
You need at least VLC 1.1.0 to can use it as a backend in TV-Maxe

Original comment by nitanovi...@gmail.com on 12 Apr 2012 at 3:38

GoogleCodeExporter commented 9 years ago
Sorry if misplaced, but how can I set playpath for a rtmp stream when adding a 
channel?

Original comment by morphyno...@gmail.com on 12 Apr 2012 at 5:48

GoogleCodeExporter commented 9 years ago
Only in SVN version of TV-Maxe. You will need to fill the parameters for RTMP 
streams as you would play it with rtmpdump, but without quotes and -r and -o 
arguments.

Original comment by nitanovi...@gmail.com on 12 Apr 2012 at 5:52

GoogleCodeExporter commented 9 years ago
Invalid as TV-Maxe requires at least VLC 1.1.0 to use VLC as backend.

Original comment by nitanovi...@gmail.com on 21 Apr 2012 at 10:28