Page 1 of 1

MobileVLCKit and libjingle_peerconnection

Posted: 22 Apr 2015 16:10
by Ewg
Hey guys, I imported to my project both libs MobileVLCKit and libjingle_peerconnection after that Webrtc provided by libjingle_peerconnection stop working. What is common in this libs? Any idea?
I've started a new issue on https://code.google.com/p/webrtc/issues ... %20Summary

Re: MobileVLCKit and libjingle_peerconnection

Posted: 22 Apr 2015 17:20
by fkuehne
We are not aware of any incompatibility. Maybe something is messed up in your view hierarchy?

Re: MobileVLCKit and libjingle_peerconnection

Posted: 22 Apr 2015 17:23
by Ewg
No, the difference is in Podfile
That's work:
pod "libjingle_peerconnection"

that's not work:
pod "MobileVLCKit"
pod "libjingle_peerconnection"

Re: MobileVLCKit and libjingle_peerconnection

Posted: 22 Apr 2015 17:35
by fkuehne
well, hard to say without knowing what's on the inside of "libjingle_peerconnection". Maybe our code shares a library with them in a different version?

Re: MobileVLCKit and libjingle_peerconnection

Posted: 22 Apr 2015 17:39
by Ewg
Actually, it's maybe found on https://github.com/pristineio/webrtc-build-scripts
In .podspec file said:
s.ios.framework = 'AVFoundation', 'AudioToolbox', 'CoreGraphics', 'CoreMedia', 'GLKit', 'UIKit'
s.libraries = 'c', 'sqlite3', 'stdc++'

Re: MobileVLCKit and libjingle_peerconnection

Posted: 22 Apr 2015 18:37
by fkuehne
No, this is just the framework WebRTC depends on. Very likely, it is a huge static library similar to VLC including at least libavcodec and probably a few more duplicate libraries to do the video/audio encoding/decoding, networking, etc.

Re: MobileVLCKit and libjingle_peerconnection

Posted: 24 Apr 2015 16:50
by Ewg
So, is it possible to build the lib with any prefix? It may help

Re: MobileVLCKit and libjingle_peerconnection

Posted: 26 Apr 2015 12:26
by fkuehne
Probably, but I'm no libavcodec developer.