Releases: apivideo/api.video-android-live-stream
Releases · apivideo/api.video-android-live-stream
v1.1.0
initialVideoConfig
andinitialAudioConfig
are now optional- Multiple fixes on RTMP stream (to avoid ANR and to improve compatibility)
v1.0.4
- Disconnect after a
stopStream
.
v1.0.3
- Fix stream after a
stopPreview
call. - Disconnect if
startStream
fails.
v1.0.2
- Do not remove SurfaceView callbacks when the Surface is destroyed.
v1.0.1
- Fix audioConfig and videoConfig API
- Improve stop live button look
v1.0.0
- Add a configuration helper
- Add video and audio configuration default value instead of using a builder
- Change internal RTMP live stream library
v0.3.3
- Add startPreview/stopPreview API
v0.3.2
- Catch onConnectionFailed to stop streaming without user
- Throw an exception on
startStreaming
when stream key is empty - Remove jcenter as a dependency repository
v0.3.1
- Add a trailing slash at the end of the RTMP url in case it is missing
- Rename project to live-stream
0.3.0
chore(version): bump to version 0.3.0