scrcpy_video_view 0.0.1
scrcpy_video_view: ^0.0.1 copied to clipboard
Low-latency Android screen streaming into Flutter textures using scrcpy and VideoToolbox on macOS.
0.0.1 #
- Initial macOS release.
- Stream scrcpy H.264 packets directly over an adb-forwarded socket.
- Decode frames with VideoToolbox and render them as a Flutter texture.
- Discover authorized adb devices and configure size, frame rate, and bitrate.
- Clean up adb forwarding and the temporary server on normal and forced exit.
- Expose typed
ScrcpyVideoErrorCodefailures for targeted setup and compatibility guidance.