webrtc_pixel_stream 0.1.1
webrtc_pixel_stream: ^0.1.1 copied to clipboard
A lightweight companion plugin that streams raw BGRA pixel data from a WebRTC video track via EventChannel. Designed for panorama_viewer / aura_sphere_360 but usable by any Flutter app that needs raw [...]
0.1.1 #
- FIX: Corrected color channel order by using
I420ToARGBinstead ofI420ToBGRAforkCVPixelFormatType_32BGRApixel buffers - Fixes red/blue channel swap that caused blue tint in rendered frames
0.1.0 #
- Initial release
FlutterRTCStreamingSink: RTCVideoRenderer that converts I420→BGRA and streams via EventChannelWebrtcPixelStreamPlugin: Method channel handlers forcreatePixelStream/disposePixelStream- Uses
FlutterWebRTCPlugin.sharedSingletonfor track lookup (no fork required) - iOS support only