emesene forum
July 31, 2010, 01:13:05 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: CACHE KEY ERRORS? NICK NOT SAVED? UPGRADE TO 1.6.2 FIRST!

REPORT ANY ISSUE HERE - PLEASE CHECK IF THE PROBLEM HAS ALREADY BEEN REPORTED FIRST -- THANKS
 
  Home   Forum   Help Search Login Register  
Pages: [1] 2 3 ... 25
  Print  
Author Topic: emesene-crazy! (community-driven emesene branch)  (Read 106707 times)
C10uD
ololol
Administrator
Hero Member
*****

l33tness: -9990
Offline Offline

Posts: 2308



View Profile Email
« on: March 21, 2009, 06:15:46 AM »


NEW!!!!! CLICK HERE!!!








NOTE YOU MAY WANT TO REMOVE YOUR CUSTOM PLUGINS THAT MAY BE OLDER THAN THE ONES INCLUDED IN THOSE PACKAGES OTHERWISE EMESENE WILL USE THE OLDER ONES. CHECK ~/.config/emesene1.0/pluginsEmesene/ DIRECTORY FOR OLD STUFF.

GET LATEST VERSIONS FROM THIS PPA!!!!!!!!
emesene-crazy PPA by B.J. Stobiecki
emesene-crazy PPA! HOT STUFF!

thanks to:
our nice users that try this crappy code everyday and send fixes Wink (see thread for names, etc.)

WINDOWS INSTALLERS by mohrtutchy, hosted by Otacon because we care about windows (?)
regular installer, download HERE

portable version, download HERE

SOURCE if you need the source, just search for emesene-crazy in google, if you're lazy just bzr branch lp:~c10ud/emesene/emesene-crazy
PATCHES/IMPROVEMENTS are welcome as usual, if you want you can start a new branch just make sure you are visible so everyone can benefit of your work. the more you do, the more emesene improves Smiley

CRAPPYLOG:
  • no more gui locks
  • compatible with latest window live messenger (wlm 9, or 14)
  • webcam sending and receiving (improved), by Stéphane 'kjir' Bisinger (http://forum.emesene.org/index.php/topic,1556.0.html) (may lead to crashing due to X.org errors, if you want it working, submit a fix)NOW IMPROVED AGAIN BY ME, IT SHOULDN'T CRASH ANYMORE
  • fixed various bugs (reconnect counter, windows files) by various authors
  • working and useful plugins (buggy were removed) by various authors (mostly user-contributed)
  • proxy support (by giuseppe bagnato)
  • new ubuntu notifications support
  • @msn account support now working
  • tons of new languages supported

packaging, see this thread Smiley


HAVE FUN.
« Last Edit: June 15, 2009, 12:50:40 AM by C10uD » Logged
C10uD
ololol
Administrator
Hero Member
*****

l33tness: -9990
Offline Offline

Posts: 2308



View Profile Email
« Reply #1 on: March 22, 2009, 01:01:20 AM »

why the hell are you doing such things? they're not required, it's just install the package and run.

please, do not overdo

ALSO: you're not using the 1.4.8 tarball, since in those errors i see things which are not present
« Last Edit: March 22, 2009, 01:03:19 AM by C10uD » Logged
Otacon
-.-
Hero Member
*****

l33tness: 9
Offline Offline

Posts: 419


...The best is yet to come...

79259865 otacon@katamail.com
View Profile
« Reply #2 on: March 22, 2009, 01:37:45 AM »

why the hell are you doing such things? they're not required, it's just install the package and run.

please, do not overdo

ALSO: you're not using the 1.4.8 tarball, since in those errors i see things which are not present


LoL, it's true, but my system is really full of s**t...So i removed previous Post! Wink

I've got only 2 questions:
1) How to Install libmimic (only libmimic)?
2) Is libmimic compatible with Windows Live Messenger 2009?

As soon as possible I'll make a new dialog to configure webcam with
  • Choose /dev/
  • Test if it works (with a little sample screen like Skype)
Thx in advance!
Logged

"Tonight your soul sleeps, but one day you will feel real pain, maybe then you will see me as I am: A fragile wreck on a storm of emotion"
C10uD
ololol
Administrator
Hero Member
*****

l33tness: -9990
Offline Offline

Posts: 2308



View Profile Email
« Reply #3 on: March 22, 2009, 01:51:21 AM »

why the hell are you doing such things? they're not required, it's just install the package and run.

please, do not overdo

ALSO: you're not using the 1.4.8 tarball, since in those errors i see things which are not present


LoL, it's true, but my system is really full of s**t...So i removed previous Post! Wink

I've got only 2 questions:
1) How to Install libmimic (only libmimic)?
2) Is libmimic compatible with Windows Live Messenger 2009?

As soon as possible I'll make a new dialog to configure webcam with
  • Choose /dev/
  • Test if it works (with a little sample screen like Skype)
Thx in advance!

1) i *should* have compiled correctly for jaunty (?) you don't need to compile if you use the package since it's already in /usr/lib/python-support/emesene/python2.6/ .. if you use the tarball see LIBMIMIC_HOWTO, but only if you use the tarball
2) i don't know because i have only 1 person with that wlm, so it must be tested

3) VERY NICE!
Logged
Otacon
-.-
Hero Member
*****

l33tness: 9
Offline Offline

Posts: 419


...The best is yet to come...

79259865 otacon@katamail.com
View Profile
« Reply #4 on: March 22, 2009, 02:00:33 AM »

1) i *should* have compiled correctly for jaunty (?) you don't need to compile if you use the package since it's already in /usr/lib/python-support/emesene/python2.6/ .. if you use the tarball see LIBMIMIC_HOWTO, but only if you use the tarball

I'm under JAUNTY X64, emesene installed from .DEB and

Code:
otacon@otacon-laptop:/usr/lib/python-support/emesene/python2.6$ ls
libmimic.so
ON RECEIVING A WEBCAM INVITE:
Code:
Exception
You are using emesene trunk, so don't complain
Traceback (most recent call last):

  File "/usr/share/python-support/emesene/Conversation.py", line 110, in on_webcam_invite
    self.webcam_other = Webcam.Webcam(p2p, self, session, sender)

  File "/usr/share/python-support/emesene/Webcam.py", line 71, in __init__
    self.decoder = libmimic.new_decoder()

NameError: global name 'libmimic' is not defined

ON SENDING WEBCAM INVITE:
Code:
Exception
You are using emesene trunk, so don't complain
Traceback (most recent call last):

  File "/usr/share/python-support/emesene/ConversationUI.py", line 1280, in sendWebcamClicked
    self.parentUI.parentConversation.sendWebcam()

  File "/usr/share/python-support/emesene/Conversation.py", line 126, in sendWebcam
    self.webcam = Webcam.Webcam(p2p, self, handler.session_id, handler)

  File "/usr/share/python-support/emesene/Webcam.py", line 71, in __init__
    self.decoder = libmimic.new_decoder()

NameError: global name 'libmimic' is not defined

Maybe I'll have to compile it under a X64 Arch? If you want i can send you a Compiled X64 libmimic.so
Yep i needed a compiled libmimic.so under a x64 arch Wink
So, we'll need to make 2 packages versions: x32 and x64

2) i don't know because i have only 1 person with that wlm, so it must be tested

Yesterday I tested with 2 Windows Live Messenger 2009 users and Debug Error was something like
UNABLE TO SEND FRAME (if I'm not wrong)

3) VERY NICE!

If I can help you to debug this webcam...Since my friends knows nothing about Internet/Routers/Webcam/protocols... I've got both Ubuntu and WinXP...so if you want we can do some tests as soon as possible!
« Last Edit: March 22, 2009, 02:07:45 AM by Otacon » Logged

"Tonight your soul sleeps, but one day you will feel real pain, maybe then you will see me as I am: A fragile wreck on a storm of emotion"
C10uD
ololol
Administrator
Hero Member
*****

l33tness: -9990
Offline Offline

Posts: 2308



View Profile Email
« Reply #5 on: March 22, 2009, 02:09:34 AM »

1. ahhh damn x64, this is why we should avoid providing binaries and let distros package their stuff

2. maybe they changed something, needs investigation

3. np
Logged
Otacon
-.-
Hero Member
*****

l33tness: 9
Offline Offline

Posts: 419


...The best is yet to come...

79259865 otacon@katamail.com
View Profile
« Reply #6 on: March 22, 2009, 02:17:34 AM »

1. ahhh damn x64, this is why we should avoid providing binaries and let distros package their stuff

2. maybe they changed something, needs investigation

3. np

I'M UNDER LOCAL NETWORK
I'm testing webcam with my Desktop XD (i forgot it) and:
-> On Receiving webcam from remote user with Windows Live Messenger 2009  EMESENE DIES XD
-> On Sending webcam to remote user with Windows Live Messenger 2009  EMESENE DIES
Yesterday Emesene doesn't had this behaviour!
Code:
The program 'Controller.py' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 45 error_code 8 request_code 133 minor_code 19)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

I've attached my compiled X64 libmimic.so
If anyone uses a 64bit Ubuntu you'll need to copy it under
Code:
/usr/lib/python-support/emesene/python2.6/
« Last Edit: March 22, 2009, 02:46:03 AM by Otacon » Logged

"Tonight your soul sleeps, but one day you will feel real pain, maybe then you will see me as I am: A fragile wreck on a storm of emotion"
Maike05
Newbie
*

l33tness: 0
Offline Offline

Posts: 4


View Profile
« Reply #7 on: March 22, 2009, 09:18:19 AM »

Hi, I downloaded the package for intrepid and installed it, but I can get the Webcam working. I see a window called controller.py with my webcam but my contact doesn't.

Did I do something wrong ?

Thanks.
Logged
Otacon
-.-
Hero Member
*****

l33tness: 9
Offline Offline

Posts: 419


...The best is yet to come...

79259865 otacon@katamail.com
View Profile
« Reply #8 on: March 22, 2009, 09:35:29 AM »

Hi, I downloaded the package for intrepid and installed it, but I can get the Webcam working. I see a window called controller.py with my webcam but my contact doesn't.

Did I do something wrong ?

Thanks.

It seems that webcam doesn't work with Windows live Mesenger 2009!
Logged

"Tonight your soul sleeps, but one day you will feel real pain, maybe then you will see me as I am: A fragile wreck on a storm of emotion"
Otacon
-.-
Hero Member
*****

l33tness: 9
Offline Offline

Posts: 419


...The best is yet to come...

79259865 otacon@katamail.com
View Profile
« Reply #9 on: March 22, 2009, 09:45:47 AM »

WEBCAM CONFIGURATOR
I've developed a simple tab under emesene's Preferences to configure which /dev/ to use to start a webcam Session.
In this Config Tab you can:
1) Choose /dev/video?
2) Test if this dev works

Since I don't know so much how to PAINT webcam images on windows AND i don't know where to set in code the /dev/ to use i'll post here the updated Modules:

config.py @ Line 85
Code:
'webcamDevice' : 'video0',
so to get the webcam source you will have to overwrite the string
'/dev/video0'
with
"/dev/"+config.user['webcamDevice']

and take a look @ PreferenceWindow.py by your own!

SO THE SYSTEM STILL DOESN'T WORK, BUT IT NEEDS A BIT OF CODING TO MAKE IT WORK!
Logged

"Tonight your soul sleeps, but one day you will feel real pain, maybe then you will see me as I am: A fragile wreck on a storm of emotion"
Maike05
Newbie
*

l33tness: 0
Offline Offline

Posts: 4


View Profile
« Reply #10 on: March 22, 2009, 10:04:58 AM »

"It seems that webcam doesn't work with Windows live Mesenger 2009!"

Does it take a lot of work to do so ? I really want to use my cam, you've done a so great work, you won't tell me you'll stop here !
Logged
Otacon
-.-
Hero Member
*****

l33tness: 9
Offline Offline

Posts: 419


...The best is yet to come...

79259865 otacon@katamail.com
View Profile
« Reply #11 on: March 22, 2009, 10:07:52 AM »

"It seems that webcam doesn't work with Windows live Mesenger 2009!"

Does it take a lot of work to do so ? I really want to use my cam, you've done a so great work, you won't tell me you'll stop here !

I Didn't make anything  Roll Eyes
I don't know how does webcam works...But seems that WLM 2009 uses a new protocol AND/OR uses a new video codec...
We'll wait for new improvements Wink
Logged

"Tonight your soul sleeps, but one day you will feel real pain, maybe then you will see me as I am: A fragile wreck on a storm of emotion"
Uncle Vecna ♫
Sr. Member
****

l33tness: 0
Offline Offline

Posts: 76


I ♥ Guinness

er_nonno@hotmail.it
View Profile WWW Email
« Reply #12 on: March 22, 2009, 02:08:34 PM »

How about a diff patch? Wink
I think it would be quite useful ^ ^
Logged

Corvi Bianchi ...a bit of fucking rock'n'roll...
«Hey baby, wanna come over to myspace and twitter my yahoo 'til I google all over your facebook?»
Otacon
-.-
Hero Member
*****

l33tness: 9
Offline Offline

Posts: 419


...The best is yet to come...

79259865 otacon@katamail.com
View Profile
« Reply #13 on: March 22, 2009, 02:12:27 PM »

How about a diff patch? Wink
I think it would be quite useful ^ ^

LOOOL i can't make a Diff patch XD never known how to make it!
Logged

"Tonight your soul sleeps, but one day you will feel real pain, maybe then you will see me as I am: A fragile wreck on a storm of emotion"
Uncle Vecna ♫
Sr. Member
****

l33tness: 0
Offline Offline

Posts: 76


I ♥ Guinness

er_nonno@hotmail.it
View Profile WWW Email
« Reply #14 on: March 22, 2009, 02:34:26 PM »

How about a diff patch? Wink
I think it would be quite useful ^ ^

LOOOL i can't make a Diff patch XD never known how to make it!
And I can't too XD
It's a proposal for cloud Wink
Logged

Corvi Bianchi ...a bit of fucking rock'n'roll...
«Hey baby, wanna come over to myspace and twitter my yahoo 'til I google all over your facebook?»
Pages: [1] 2 3 ... 25
  Print  
 
Jump to:  

TinyPortal v.1.0.6 beta 2 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!