Hi Pawel,
The last code line I can reach before hitting into android.jar is the
following:
getFragmentManager().beginTransaction().add(R.id.content,
encodingsFragment).commit();
Can you please tell me which Android preferences file you're talking about?
Is it specific to jisti app or is it a system file?
Thanks a lot.
Bob
···
On Tue, Jan 6, 2015 at 1:00 PM, <dev-request@jitsi.org> wrote:
Send dev mailing list submissions to
dev@jitsi.orgTo subscribe or unsubscribe via the World Wide Web, visit
http://lists.jitsi.org/mailman/listinfo/dev
or, via email, send a message with subject or body 'help' to
dev-request@jitsi.orgYou can reach the person managing the list at
dev-owner@jitsi.orgWhen replying, please edit your Subject line so it is more specific
than "Re: Contents of dev digest..."Today's Topics:
1. Re: jitsi meet nightly update issues with jicofo
(Peter Villeneuve)
2. Re: jitsi meet nightly update issues with jicofo (Pawe? Domas)
3. Audio and video settings storage question (patrick patrick)
4. Re: Audio and video settings storage question (Pawe? Domas)----------------------------------------------------------------------
Message: 1
Date: Mon, 5 Jan 2015 19:14:14 +0000
From: Peter Villeneuve <petervnv1@gmail.com>
To: Jitsi Developers <dev@jitsi.org>
Subject: Re: [jitsi-dev] jitsi meet nightly update issues with jicofo
Message-ID:
<
CAEiJqQOeU3bupoUr_2uK+tSZJmvhYYx6N4EaqhLyvpHK0kq9Rg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"Has anyone else experienced this issue with the latest updates?
If not, then something probably broke in my config and I'm tempted to
reinstall everything from scratch.Cheers,
Peter
On Sat, Jan 3, 2015 at 5:23 PM, Peter Villeneuve <petervnv1@gmail.com> > wrote:
> Hi guys,
>
> Happy New Year.
> I decided today to update my jitsi.meet install to the latest nightlies,
> and I'm getting an error now in jicofo.
> Anyone else experiencing this?
>
> Cheers,
>
> Peter
>
>
>
>
> 17:14:00.301 INFO: [19]
> org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.info() HAVE Discovered
> items for: my.domain
> 17:14:00.302 INFO: [19]
> org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.info() <item
> jid="jitsi-videobridge.my.domain"/>
> 17:14:00.302 INFO: [19]
> org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.info() <item
> jid="auth.my.domain"/>
> 17:14:00.302 INFO: [19]
> org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.info() <item
> jid="focus.my.domain"/>
> 17:14:00.302 INFO: [19]
> org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.info() <item
> jid="conference.my.domain"/>
> 17:14:00.314 INFO: [19] org.jitsi.jicofo.JitsiMeetServices.init().179
> Discovered videobridge: jitsi-videobridge.my.domain
> 17:14:00.314 WARNING: [19]
> org.jitsi.jicofo.BridgeSelector.addJvbAddress().125 No pub-sub node
mapped
> for jitsi-videobridge.my.domain statistics will not be tracked fro this
> instance.
> 17:14:00.330 INFO: [19]
> org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.info() XMPP provider
> Jabber:focus@auth.my.domain/focus1197473449137100@localhost connected
> (JID: focus@auth.my.domain/focus1197473449137100)
> 17:16:07.140 INFO: [30]
> org.jitsi.jicofo.xmpp.FocusComponent.handleIQSet().222 Focus request for
> room: 77@conference.my.domain
> 17:16:07.146 INFO: [30]
> org.jitsi.jicofo.FocusManager.createConference().226 Created new focus
for
> 77@conference.my.domain@auth.my.domain conferences count: 1 options:
> channelLastN: -1
> adaptiveLastN: false
> adaptiveSimulcast: false
> bridge: jitsi-videobridge.my.domain
> enableFirefoxHacks: false
> openSctp: true
> 17:16:07.395 SEVERE: [33]
*org.jivesoftware.smack.PacketReader.notifyConnectionError()
> Closes the connection temporary*
> stream:error (text)
> at
org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:264)
> at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:45)
> at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:74)
> 17:16:12.243 SEVERE: [31] org.jitsi.jicofo.util.RegisterThread.run().42
> net.java.sip.communicator.service.protocol.OperationFailedException:
Failed
> to connect
> net.java.sip.communicator.service.protocol.OperationFailedException:
> Failed to connect
> at
>
org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.register(XmppProtocolProvider.java:161)
> at org.jitsi.jicofo.util.RegisterThread.run(RegisterThread.java:38)
> Caused by: No response from the server.:
> at
>
org.jivesoftware.smack.SASLAuthentication.bindResourceAndEstablishSession(SASLAuthentication.java:456)
> at
>
org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:352)
> at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:208)
> at
>
org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.register(XmppProtocolProvider.java:156)
> ... 1 more
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.jitsi.org/pipermail/dev/attachments/20150105/ceae5092/attachment-0001.html
>------------------------------
Message: 2
Date: Mon, 5 Jan 2015 21:37:19 +0100
From: Pawe? Domas <pawel.domas@jitsi.org>
To: Jitsi Developers <dev@jitsi.org>
Subject: Re: [jitsi-dev] jitsi meet nightly update issues with jicofo
Message-ID:
<
CAME7wR7z+gtKHFeRBZM45yz9V0JKqLtqLvMKJ-2DA1rFLNSw3g@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8Hi,
> On Sat, Jan 3, 2015 at 5:23 PM, Peter Villeneuve <petervnv1@gmail.com> > > wrote:
>>
>> Hi guys,
>>
>> Happy New Year.
>> I decided today to update my jitsi.meet install to the latest nightlies,
>> and I'm getting an error now in jicofo.
>> 17:14:00.330 INFO: [19]
>> org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.info() XMPP provider
>> Jabber:focus@auth.my.domain/focus1197473449137100@localhost connected
(JID:
>> focus@auth.my.domain/focus1197473449137100)
>> 17:16:07.140 INFO: [30]
>> org.jitsi.jicofo.xmpp.FocusComponent.handleIQSet().222 Focus request for
>> room: 77@conference.my.domain
>> 17:16:07.146 INFO: [30]
>> org.jitsi.jicofo.FocusManager.createConference().226 Created new focus
for
>> 77@conference.my.domain@auth.my.domain conferences count: 1 options:
>> channelLastN: -1
>> adaptiveLastN: false
>> adaptiveSimulcast: false
>> bridge: jitsi-videobridge.my.domain
>> enableFirefoxHacks: false
>> openSctp: true
>> 17:16:07.395 SEVERE: [33]
>> org.jivesoftware.smack.PacketReader.notifyConnectionError() Closes the
>> connection temporary
>> stream:error (text)
>> at
org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:264)
>> at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:45)
>> at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:74)
>> 17:16:12.243 SEVERE: [31] org.jitsi.jicofo.util.RegisterThread.run().42
>> net.java.sip.communicator.service.protocol.OperationFailedException:
Failed
>> to connect
>> net.java.sip.communicator.service.protocol.OperationFailedException:
>> Failed to connect
>> at
>>
org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.register(XmppProtocolProvider.java:161)
>> at org.jitsi.jicofo.util.RegisterThread.run(RegisterThread.java:38)
>> Caused by: No response from the server.:
>> at
>>
org.jivesoftware.smack.SASLAuthentication.bindResourceAndEstablishSession(SASLAuthentication.java:456)
>> at
>>
org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:352)
>> at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:208)
>> at
>>
org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.register(XmppProtocolProvider.java:156)
>> ... 1 moreHave you used Jitsi Meet with server side focus before and did it
worked ? This looks like problem connecting focus user to the server.
Could you please describe your deployment structure and configuration
in more details ?Regards,
Pawel------------------------------
Message: 3
Date: Tue, 6 Jan 2015 12:10:18 +0200
From: patrick patrick <sip.email.leb@gmail.com>
To: dev@jitsi.org
Subject: [jitsi-dev] Audio and video settings storage question
Message-ID:
<CABJ6=YHVWj1Tuk-M2Wf6j0fC+CvQ++azya0QebmZgytWOoQo=
w@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"Hello everyone,
I'm currently working on jitsi for android and i need some help please.
I need to know from where audio and video settings are loaded and where
they are saved. For example, if some audio or video codecs are checked in
settings, where are the changes commited? Is it in a preference file, or
database...?Thank you.
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.jitsi.org/pipermail/dev/attachments/20150106/2c979424/attachment-0001.html
>------------------------------
Message: 4
Date: Tue, 6 Jan 2015 11:24:20 +0100
From: Pawe? Domas <pawel.domas@jitsi.org>
To: Jitsi Developers <dev@jitsi.org>
Subject: Re: [jitsi-dev] Audio and video settings storage question
Message-ID:
<
CAME7wR4Zx2LchFTO_+OKGM0mE_vE6WWEJnt3H3Mm2ss9Cd12KQ@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8Hi,
On Tue, Jan 6, 2015 at 11:10 AM, patrick patrick > <sip.email.leb@gmail.com> wrote:
> Hello everyone,
>
> I'm currently working on jitsi for android and i need some help please.
>
> I need to know from where audio and video settings are loaded and where
they
> are saved. For example, if some audio or video codecs are checked in
> settings, where are the changes commited? Is it in a preference file, or
> database...?You'd have to check the code to make sure, but as far as I can
remember it was Android preferences file.Regards,
Pawel------------------------------
_______________________________________________
dev mailing list
dev@jitsi.org
http://lists.jitsi.org/mailman/listinfo/devEnd of dev Digest, Vol 22, Issue 12
***********************************