Replies: 1 comment
-
This is demo, should be run pod install before build project. The audio sound collected is very weak and almost inaudible. Is it wrong? HaishinKit can't play playback, IJKPlayer can play it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
struct Preference {
static var shared = Preference()
var uri: String? = "rtmp://test-obradio.truckerpath.com:1935/obradio"
var streamName: String? = "WangBen"
}
How to change to play audio files?
Our requirement is to play the stream if it's a live audio stream, and play the file if it's a file
such as .mp3, .flv, and so on.
Beta Was this translation helpful? Give feedback.
All reactions