Skip to content

Commit

Permalink
MobileSDK 2.0.339
Browse files Browse the repository at this point in the history
CloudSDK
Version 2.0.339_20241024:
- updated versions of used SDK:
  PlayerSDK: 6.96.20241024
- optimized stream opening time for inactive camera

PlayerSDK
Version 6.96.20241024:
- optimized stream opening time

EncoderSDK
Version 6.13.20240829:
  • Loading branch information
maxkutsanov committed Oct 24, 2024
1 parent efb8aa4 commit 97ba233
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 17 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# VXG Mobile SDK Android

### MobileSDK 2.0.339

CloudSDK
Version 2.0.339_20241024:
- updated versions of used SDK:
PlayerSDK: 6.96.20241024
- optimized stream opening time for inactive camera

PlayerSDK
Version 6.96.20241024:
- optimized stream opening time

EncoderSDK
Version 6.13.20240829:

### MobileSDK 2.0.338

CloudSDK
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions CloudSDK/src/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.338"
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20240927"
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.339"
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20241024"
}

buildscript {
Expand Down
2 changes: 1 addition & 1 deletion MediaSDK/EncoderSDK/src/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.338"
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.339"
encodersdk_ver = project.hasProperty('encodersdk_ver') ? project.getProperty('encodersdk_ver') : "6.13.20240829"
}

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.gms:play-services:8.1+'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'com.google.android.gms:play-services-vision:20.1.3'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
implementation fileTree(dir: project.art_url_playersdk, include: '*.aar')
} else {
implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
}
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'com.prolificinteractive:material-calendarview:1.4.3'

// Please use playersdk if only media player is used
// implementation 'com.vxg.mediasdk:playersdk:6.96.20240927'
// implementation 'com.vxg.mediasdk:playersdk:6.96.20241024'
// Please use cloudsdk for grid example because
// CloudMultiPlayerView is located in cloud SDK
if (project.hasProperty("isLocalDependencies") && !project.isLocalDependencies.isEmpty()) {
Expand Down
4 changes: 2 additions & 2 deletions MediaSDK/PlayerSDK/src/AndroidStudio/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext {
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.338"
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20240927"
cloudsdk_ver = project.hasProperty('cloudsdk_ver') ? project.getProperty('cloudsdk_ver') : "2.0.339"
playersdk_ver = project.hasProperty('playersdk_ver') ? project.getProperty('playersdk_ver') : "6.96.20241024"
}

buildscript {
Expand Down

0 comments on commit 97ba233

Please sign in to comment.