chore(version): upgrade to StreamPack 2.5.1

This commit is contained in:
ThibaultBee
2022-11-12 11:17:38 +01:00
parent c23bc90378
commit 968134d9e8
3 changed files with 13 additions and 4 deletions

View File

@@ -45,9 +45,11 @@ dependencies {
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'io.github.thibaultbee:streampack:2.5.0'
implementation 'io.github.thibaultbee:streampack-extension-rtmp:2.5.0'
implementation 'io.github.thibaultbee:streampack-extension-srt:2.5.0'
implementation "io.github.thibaultbee:streampack:${streampackVersion}"
// Only needed for RTMP live streaming
implementation "io.github.thibaultbee:streampack-extension-rtmp:${streampackVersion}"
// Only needed for SRT live streaming
implementation "io.github.thibaultbee:streampack-extension-srt:${streampackVersion}"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
testImplementation 'junit:junit:4.13.2'

View File

@@ -6,7 +6,7 @@
android:layout_height="match_parent"
tools:context=".MainActivity">
<io.github.thibaultbee.streampack.views.StreamerSurfaceView
<io.github.thibaultbee.streampack.views.PreviewView
android:id="@+id/preview"
android:layout_width="match_parent"
android:layout_height="match_parent"