datbohne • PM |
Jan 15, 2013 7:56 AM
|
![]() Posts: 4 |
For testing I set up a Mumble 1.2.4 server (since the release is comeing up) and tried to run Gtmurmur on it as I do with my 1.2.3a server. Since I never got the dynamicly linked version to run I cannot talk about the Ice SDK setting, but in static mode it seems to be unable to read out correct information or to put out valid json anymore.
+ Is there any hope for an update soon? + Can you help me running the dynamic version so I could maybe get into recompiling it with a correct Ice-Slice for the Mumble version? |
maul • PM |
Jan 15, 2013 12:15 PM
|
![]() Posts: 983 |
Hello,
I have not tested Mumble 1.2.4 for compatibility yet. We will likely update this tool shortly after its release. Thank you for your test feedback. I'd imagine that the slice has probably changed from 1.2.3 and 1.2.4, which means that the static version would need work, and a recompile. Unfortunately, I won't be able to assist you with compiling the dynamic version. Providing you have some programming experience, there should be enough information in the 'readme' doc to get started with. I do recall it being a bit of work to get setup. If you have a specific question about the GTMurmur code, I'll do my best to provide you with an answer. Best regards. |
datbohne • PM |
Jan 15, 2013 12:24 PM
|
![]() Posts: 4 |
Running the dynamic version throws me a runtime error in the msvc100 if I remember correctly. I will now try to setup an environment to compile the static one.
FYI: the slice can be found here: https://github.com/mumble-voip/mumble/commits/master/src/murmur/Murmur.ice . 1.2.3a's last commit was 2a48fa078c, so all following have to be adapted. |
datbohne • PM |
Jan 19, 2013 12:45 PM
|
![]() Posts: 4 |
I am having problems implementing the ICE float types into the static version. As for the dynamic version I did not investigate a lot because Ice seems to be as much a pain as it is in PHP and python.
At the moment I am investigating adding a CVP provider directly into the mumble server software along with some other HTTP REST/JSON api and getting rid of the ICE/DBus stuff all together. |
maul • PM |
Jan 21, 2013 11:46 AM
|
![]() Posts: 983 |
Ah okay, thanks for the update. Best of luck to you.
|