Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Jan 5, 2022
2 parents f7fbaba + bdddf24 commit 89dfb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.alexeyvasilyev:rtsp-client-android:2.0.0'
implementation 'com.github.alexeyvasilyev:rtsp-client-android:2.0.1'
}
```

Expand All @@ -57,7 +57,7 @@ svVideo.stop()
You can still use library without any decoding (just for obtaining raw frames), e.g. for writing video stream into MP4 via muxer.

```kotlin
val proxyClientListener = object: RtspClient.RtspClientListener {
val rtspClientListener = object: RtspClient.RtspClientListener {
override fun onRtspConnecting() {}
override fun onRtspConnected(sdpInfo: SdpInfo) {}
override fun onRtspVideoNalUnitReceived(data: ByteArray, offset: Int, length: Int, timestamp: Long) {
Expand Down

0 comments on commit 89dfb21

Please sign in to comment.