Skip to content

Releases: WilleLX1/IphoneCameraStreamer

Iphone Camera Streamer - V1.0.0

01 Jul 01:48

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[1.0.0] - 2025-07-01

Added

  • Initial stable release of iPhone Remote Camera.

  • WebSocket-based streaming pipeline between iPhone browser (publisher) and embedded WebView2 (subscriber).

  • Headless OBS VirtualCam integration:

    • Automated launch of OBS minimized to tray
    • Scene switching to iPhoneCam profile & scene collection
    • Auto-start VirtualCam output
  • HTTP (port 8080) and HTTPS (port 8443) endpoints for serving static files and WebSocket.

  • Self-signed SSL certificate generation via Generate Cert button (cert.pfx, password changeit).

  • Debug logging panel for real-time diagnostics.

  • Tray functionality:

    • Run in Tray minimizes UI to system tray
    • Context menu options: Open, Exit
  • Control buttons:

    • Reload: restart OBS and WebSocket listener
    • Cleanup: terminate all OBS processes and exit application
  • Comprehensive README.md with setup and manual configuration instructions.

Fixed

  • [n/a] No bug fixes in initial release.

Security

  • Default configuration leaves OBS-WebSocket unauthenticated; users are advised to enable password if exposing port.
  • Self-signed certificate is generated on demand; not trusted by default (trust manually or via future automation).

For more details, see README.md