Releases: apivideo/api.video-android-live-stream
Releases · apivideo/api.video-android-live-stream
v1.4.3
v1.4.2
- Update to StreamPack 2.6.1
- View uses PreviewView
v1.4.1
- Fix preview aspect ratio
- Fix 480p resolution
- Fix crashes due to missing permissions
v1.4.0
- Add an API to explicitly set the camera to use
- Add an API to set the video resolution with a
Size
object - Rename
IConnectionChecker
toIConnectionListener
- Add a callback in
ApiVideoLiveStream
constructor to know when the library requires the - Update to StreamPack 2.6.0
- Upgrade to gradle 8, Kotlin 1.9
v1.3.1
- Return a
onConnectionFailed
whenconnectStream
failed.
v1.3.0
- Add an API to set the interval between to key frames
- Synchronize video and audio RTMP packets
- Fix a crash when microphone is muted on few devices
v1.2.3
- Fix a crash on
stopStreaming
due to afree
inrtmpdroid
v1.2.2
- Fix preview when
videoConfig
is set before theview.display
exists
v1.2.1
- Fix preview when
ApiVideoView
has already been created - Only call
onDisconnect
when application was connected - Release workflow is triggered on release published (instead of created)
- Example: remove rxpermission usage
v1.2.0
- Adds API to set zoom ratio