StreamPack
StreamPack copied to clipboard
RTMP/RTMPS and SRT live streaming libraries for Android
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24. Release notes Sourced from org.jetbrains.kotlin.android's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and Kodein Compiler KT-65235 JDK 21 might...
Bumps androidx.databinding:databinding-common from 8.3.2 to 8.4.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Is there a way to configure the CameraRtmpLiveStreamer to write the stream to a file? Maybe exposing the `muxer` property, so we pass in `writeToFile = true`? ```kotlin class CameraRtmpLiveStreamer(...
Bumps com.android.library from 8.3.2 to 8.4.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps com.android.application from 8.3.2 to 8.4.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Dev branch for 3.0.0 See https://github.com/ThibaultBee/StreamPack/discussions/87 See https://github.com/ThibaultBee/StreamPack/wiki/Migration-from-2.6.X-to-3.X.X
here is my first cut at the multi-encoder, along with a dual streamer which uses it to create both RTMP and file streams. Much of this code is bespoke for...
### Version 2.6.0 ### Environment that reproduces the issue Samsung Galaxy S23 - SM-S9111U1 ### RTMP/SRT/... Server Not streaming ### Audio configuration default ### Video configuration HEVC / H.264 ###...
### Version 2.6.0 ### Environment that reproduces the issue Custom device running Android 9 (api 28). ### RTMP/SRT/... Server N/A ### Audio configuration N/A ### Video configuration N/A ### Is...
### Version 2.5.2 ### Environment that reproduces the issue Pixel 5a ### Use case description I would like to show the current bitrate to the user, but I am not...