Skip to content

Android 0.1.6 — video backend wired

Choose a tag to compare

@loreste loreste released this 12 Jul 14:30

Full Android media wiring (emulator validated)

What works now

  • Install + launch (no crash)
  • PJSIP JavaVM + ClassLoader (worker-thread safe)
  • org.pjsip.PjCamera2 camera backend
  • Camera enumeration (Back camera on emulator)
  • SurfaceView overlays for local/remote video (PaleVideoOverlay)
  • Linked mediandk / EGL / GLESv2

Commits

  • Video JNI + ClassLoader + camera classes on main (a074a6b and parents)

Download

Still device-dependent

  • Real camera/video call on physical phones (grant CAMERA + RECORD_AUDIO)
  • Remote video surface binding during live calls (overlay is ready; end-to-end call not exercised on emulator)