StreamPage class
A page that displays video streams from various sources.
Supports multiple platforms:
- Web: Uses WebRTC for streaming
- Desktop (Windows, Linux, macOS): Uses native GStreamer textures
- Android: Uses GStreamer with camera fallback to WebRTC
Video sources are configurable and include camera inputs and test patterns.
Constructors
- StreamPage({dynamic key, required dynamic appAttributes, required dynamic webrtcSettings})
-
const
Properties
- appAttributes → dynamic
-
The application-wide attributes for theming and layout.
final
-
The footer widget to display at the bottom of the page.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webrtcSettings → dynamic
-
WebRTC and video configuration settings.
final
Methods
-
createState(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited