#########################
sudo apt-get -y install jitsi-meet
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
jitsi-meet : Depends: jitsi-videobridge but it is not installable
Depends: jitsi-meet-prosody but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.
#########################
I noticed, there is no arm version of video bridge.
I could dowload the sources and give that a try, but i thought it might
be a better idea asking here, since i don't think I am the only one
trying to install jitsi meet on a PI /arm device.
You should be able to build the java code and run it on arm, but there will be some issues because of missing native libraries. I think this should only affect data channels (and so active speaker switches in the Jitsi-Meet UI), because of libjnsctp.so, and possibly SRTP performance because of libjnopenssl.so.
Regards,
Boris
···
On 15/09/15 05:34, KB wrote:
Hello there,
i want to host my own jitsi meet server on my RasPi 2, but atm. I am
unable to do so.
This is what i get:
#########################
sudo apt-get -y install jitsi-meet
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
jitsi-meet : Depends: jitsi-videobridge but it is not installable
Depends: jitsi-meet-prosody but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.
#########################
I noticed, there is no arm version of video bridge.
I could dowload the sources and give that a try, but i thought it might
be a better idea asking here, since i don't think I am the only one
trying to install jitsi meet on a PI /arm device.
About the apt-get failure, which version of Raspbian are you using? Maybe jitsi-videobridge is not in the repo of the Raspbian version that you’re using?
···
On Sep 15, 2015, at 9:03 AM, Boris Grozev <boris@jitsi.org> wrote:
On 15/09/15 05:34, KB wrote:
Hello there,
i want to host my own jitsi meet server on my RasPi 2, but atm. I am
unable to do so.
This is what i get:
#########################
sudo apt-get -y install jitsi-meet
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
jitsi-meet : Depends: jitsi-videobridge but it is not installable
Depends: jitsi-meet-prosody but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.
#########################
I noticed, there is no arm version of video bridge.
I could dowload the sources and give that a try, but i thought it might
be a better idea asking here, since i don't think I am the only one
trying to install jitsi meet on a PI /arm device.
Any ideas?
You should be able to build the java code and run it on arm, but there will be some issues because of missing native libraries. I think this should only affect data channels (and so active speaker switches in the Jitsi-Meet UI), because of libjnsctp.so, and possibly SRTP performance because of libjnopenssl.so.