objcTox icon indicating copy to clipboard operation
objcTox copied to clipboard

toxcore conflicts with MobileVLCKit

Open bucky0970 opened this issue 7 years ago • 13 comments

I try to implement objcTox to a new project. Link to Tox - OK Add friend - OK Approve friend - OK Voice Call - OK When I call with video, it crash. It stuck at Thread - vpx_codec_encodec.

  1. OCTVideoEngine - (void)captureOutput
  2. OCTToxAV - (BOOL)sendVideoFrametoFriend
  3. toxav - bool toxav_video_send_frame
  4. EXC_BAD_ACCESS

UPDATE: Can't send video, but can receive...

bucky0970 avatar Apr 11 '17 02:04 bucky0970