Skip to content

Commit

Permalink
chore(version): bump to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jul 11, 2024
1 parent 607327e commit 079ff7d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Change Log
Changelog
==========

Version 2.6.1
-------------

## Features:

- Upgrade dependencies (AGP 8.4.2, Kotlin 1.9.24,...)

## Bug fixes:

- Streamer: do not call `stopStream` when streamer is not streaming
- ScreenRecorder: fix callback
registration [#147](https://github.com/ThibaultBee/StreamPack/issues/147)
- PreviewView: fix facing camera orientation
- PreviewView: fix synchro
- MP4: use relative timestamps
- FLV: fix onMetadata audio sample size
- FLV: fix onMetadata timestamp
- FLV: only send header once
- TS: fix PES packet length when frame size is >
65535 [#135](https://github.com/ThibaultBee/StreamPack/issues/135). Thanks to @moliyadi
- AudioSource: try catch audio processors and properly release them
- VideoConfig: only set HDR when profile and level can be set

Version 2.6.0
-------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Get StreamPack core latest artifacts on mavenCentral:

```groovy
dependencies {
implementation 'io.github.thibaultbee:streampack:2.6.0'
implementation 'io.github.thibaultbee:streampack:2.6.1'
// For RTMP
implementation 'io.github.thibaultbee:streampack-extension-rtmp:2.6.0'
implementation 'io.github.thibaultbee:streampack-extension-rtmp:2.6.1'
// For SRT
implementation 'io.github.thibaultbee:streampack-extension-srt:2.6.0'
implementation 'io.github.thibaultbee:streampack-extension-srt:2.6.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
// Upgrade StreamPack version here
streampackCode = 2_006_000
streampackVersion = '2.6.0'
streampackCode = 2_006_001
streampackVersion = '2.6.1'

minSdk = 21
compileSdk = 34
Expand Down

0 comments on commit 079ff7d

Please sign in to comment.