Hi everebody,

I try to create a android application for streaming on youtube live to rtmp 
server.
But i've no sound on lollipop.
Anyone can help me please? I look for this solution 2 weeks ago on google. 
I found a lot of but solution, but no success.
Sorry for my poor english i am french!

here my gradle and myclass:

apply plugin: 'com.android.application'

android {
    compileSdkVersion 25
    buildToolsVersion "25.0.0"
    defaultConfig {
        applicationId "com.curiopro"
        minSdkVersion 15
        targetSdkVersion 25
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner 
"android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 
'proguard-rules.pro'
        }
    }
}

/*repositories {
    maven { url "https://jitpack.io"; }
}*/

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', 
{
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    compile 'com.android.support:appcompat-v7:25.0.0'
    compile 'com.android.support:design:25.0.0'
    testCompile 'junit:junit:4.12'
    compile project(path: ':library')
    compile project(path:':FFTLibrary')
    compile 'org.bytedeco:javacv:0.10'
    compile group: 'org.bytedeco.javacpp-presets', name: 'opencv', version: 
'2.4.10–0.10', classifier: 'android-arm'
    compile group: 'org.bytedeco.javacpp-presets', name: 'ffmpeg', version: 
'2.5.1–0.10', classifier: 'android-arm'
    // firebase core library
    compile 'com.google.firebase:firebase-core:9.0.0'

    // firebase crash library
    compile 'com.google.firebase:firebase-crash:9.0.0'
}
apply plugin: 'com.google.gms.google-services'

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c12046be-dcc9-406d-b3c3-f1f8ce3512ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to