google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.74k stars 6.03k forks source link

quic not link please help me #9488

Closed houjiangen1 closed 3 years ago

houjiangen1 commented 3 years ago

I use the following plug-in to compile, the server uses nginx-quic h3-29 but I see that the app shows h2 connection

dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
    implementation 'androidx.core:core-ktx:1.2.0'
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'com.google.android.material:material:1.1.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'

    def lifecycle_version = "2.3.1"
    // ViewModel
    implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
    // LiveData
    implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
    implementation "androidx.core:core-ktx:1.3.2"
    implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
    implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
    //room
    def room_version = "2.3.0"
    implementation "androidx.room:room-ktx:$room_version"
    implementation "androidx.room:room-runtime:$room_version"
    kapt "androidx.room:room-compiler:$room_version"

    implementation "androidx.sqlite:sqlite-ktx:2.1.0"
    implementation "androidx.collection:collection-ktx:1.1.0"
    implementation("com.squareup.okhttp3:okhttp:4.9.0")
    // 基础依赖包,必须要依赖
    implementation 'com.gyf.immersionbar:immersionbar:3.0.0'
    // fragment快速实现(可选)
    implementation 'com.gyf.immersionbar:immersionbar-components:3.0.0'
    // kotlin扩展(可选)
    implementation 'com.gyf.immersionbar:immersionbar-ktx:3.0.0'
    implementation 'me.jessyan:autosize:1.2.1'
    implementation 'com.gitee.numeron.stateful:livedata:1.0.0'
    implementation 'top.zibin:Luban:1.1.8'
    implementation 'com.google.code.gson:gson:2.8.6'
    implementation 'com.wang.avi:library:2.1.3'
    implementation 'de.hdodenhof:circleimageview:2.1.0'
    implementation 'com.squareup.retrofit2:retrofit:1.6.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.8.1'
    implementation 'com.github.bumptech.glide:glide:4.12.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
    implementation 'com.github.SheHuan:NiceImageView:1.0.5'
    implementation 'com.github.NodeMedia:NodeMediaClient-Android:2.9.10'
    implementation 'com.github.kongzue.DialogX:DialogX:0.0.39'
    implementation 'com.google.android.exoplayer:exoplayer:2.14.1'
//    implementation 'com.google.android.exoplayer:exoplayer-core:2.14.1'
//    implementation 'com.google.android.exoplayer:exoplayer-dash:2.14.1'
//    implementation 'com.google.android.exoplayer:exoplayer-hls:2.14.1'
//    implementation 'com.google.android.exoplayer:exoplayer-ui:2.14.1'
    implementation 'com.google.android.exoplayer:extension-cronet:2.14.1'
//    implementation 'org.chromium.net:cronet-embedded:76.3809.111'
    implementation 'org.chromium.net:cronet-embedded:92.4515.131'
krocard commented 3 years ago

Please post the error if any, a bug report and a way to reproduce (eg url), thanks. If you're unable to share bug reports or test content publicly, please send them to dev.exoplayer@gmail.com using a subject in the format "Issue #1234" ("#1234" is replaced with your issue number). Please also update this issue to indicate you've done this.

google-oss-bot commented 3 years ago

Hey @houjiangen1. We need more information to resolve this issue but there hasn't been an update in 14 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 3 years ago

Since there haven't been any recent updates here, I am going to close this issue.

@houjiangen1 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.