Open GoogleCodeExporter opened 9 years ago
This happens to me also on Ubuntu 10.10 64-bit, whenever I try to open any
media file (music or video).
I also attach my log file.
Original comment by richey.ward
on 18 Jan 2011 at 5:35
Attachments:
The problem can be solved by downloading the VLC 1.0.6 source code
(http://download.videolan.org/pub/videolan/vlc/1.0.6/vlc-1.0.6.tar.bz2),
extracting it (tar -xjf vlc-1.0.6.tar.bz2 && cd vlc-1.0.6) configuring it
(./configure --prefix=/usr), compiling it (make) and installing it (sudo make
install). Of course the build-essentials package must be installed and a LOT of
other development packages, but afterwards it works like a dream (the only
drawback being the 1.0.x series vlc, instead of 1,1.x; minor)
Of course this is until the guys that develop gmote construct a version that
uses the correct calls :) (i.e. libvlc_media_new_location() instead of
libvlc_media_new())
Original comment by dilu...@gmail.com
on 18 Jan 2011 at 6:05
Well, just for fun, I tried to update code for vlc 1.1.5 (fc14.x86_64)
Changes/hacks aren't trivial, had to reimplement Playlist class with own code,
as old vlc api for playlist has gone and MediaListPlayer api doesn't fit needs.
One can try my archives from
https://github.com/meadow/gmoteserver-hacks/archives/master
Still, I have sometimes crashes with tray context menu, but, i believe, these
are java.awt/x64 bugs
Original comment by nlugo...@gmail.com
on 22 Jan 2011 at 3:46
Hi
I have tried your hack for gmote and it's working well on Ubuntu 10.10 x86
I have creashes with tray context menu too, but it doesn't matter me now.
It's wonderfull. Good work. Thanks a lot.
Original comment by robin.la...@gmail.com
on 27 Jan 2011 at 1:36
your hack works for me. gentoo x86, vlc 1.1.6.
thank you.
Original comment by marko.ho...@gmail.com
on 7 Feb 2011 at 9:46
github page which contains the hack is no more available
would someone please upload the source somewhere?
thanks
Original comment by tommaso....@gmail.com
on 15 Apr 2011 at 9:38
I have installed the daily build from vlc (1.2.0) via ppa on ubuntu. I am still
recieving the same error. What can i do?
Thank you very much.
Original comment by maltej...@gmail.com
on 7 May 2011 at 9:07
I have the same issue! Does anybody know of any plans for new Linux Gmote
server or we should be looking for some hacks/patches.
Original comment by nb.alex...@gmail.com
on 17 Oct 2011 at 7:56
I have the same issue. If the problem is with the newer versions of VLC, can we
change the default player? According to this:
http://www.gmote.org/faq#Can_I_use_a_media_player_other
it seems like that Windows media player can be use as a default player in a
windows environment. Do you know how to use totem instead of vlc in Linux?
Original comment by g.firm...@gmail.com
on 23 Oct 2011 at 9:25
Same problem here. the development for this software has been stopped for over
2 years. not really hopeful to see it working anymore
Original comment by nimaghaf...@gmail.com
on 23 Feb 2012 at 3:48
Is the source code available ?
Original comment by smi...@gmail.com
on 20 May 2012 at 5:15
Original issue reported on code.google.com by
dilu...@gmail.com
on 25 Nov 2010 at 9:01Attachments: