Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] not support rtsp #900

Open
muziling opened this issue Apr 1, 2024 · 0 comments
Open

[BUG] not support rtsp #900

muziling opened this issue Apr 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@muziling
Copy link

muziling commented Apr 1, 2024

for example :
a link
http://[2409:8087:7000:20:1000::22]:6060/yinhe/2/ch00000090990000001331/index.m3u8?virtualDomain=yinhe.live_hls.zte.com
from https://github.com/whpsky/iptv/blob/main/chinatv.txt

can be play with mpv player, but open by nextplayer, show "source error"

E/ExoPlayerImplInternal(10775): Playback error
E/ExoPlayerImplInternal(10775):   g4.m: Source error
E/ExoPlayerImplInternal(10775):       at g4.s0.i(SourceFile:17)
E/ExoPlayerImplInternal(10775):       at g4.s0.handleMessage(SourceFile:357)
E/ExoPlayerImplInternal(10775):       at android.os.Handler.dispatchMessage(Handler.java:102)
E/ExoPlayerImplInternal(10775):       at android.os.Looper.loopOnce(Looper.java:201)
E/ExoPlayerImplInternal(10775):       at android.os.Looper.loop(Looper.java:288)
E/ExoPlayerImplInternal(10775):       at android.os.HandlerThread.run(HandlerThread.java:67)
E/ExoPlayerImplInternal(10775):   Caused by: java.io.IOException: z3.r0: null{contentIsMalformed=true, dataType=4}
E/ExoPlayerImplInternal(10775):       at r4.u.c(SourceFile:11)
E/ExoPlayerImplInternal(10775):       at r4.q.c0(SourceFile:30)
E/ExoPlayerImplInternal(10775):       at r4.n.a(SourceFile:551)
E/ExoPlayerImplInternal(10775):       at f.n0.run(SourceFile:724)
E/ExoPlayerImplInternal(10775):       at android.os.Handler.handleCallback(Handler.java:942)
E/ExoPlayerImplInternal(10775):       at android.os.Handler.dispatchMessage(Handler.java:99)
E/ExoPlayerImplInternal(10775):       ... 3 more
E/ExoPlayerImplInternal(10775):   Caused by: r4.a0: z3.r0: null{contentIsMalformed=true, dataType=4}
E/ExoPlayerImplInternal(10775):       at r4.n.a(SourceFile:548)
E/ExoPlayerImplInternal(10775):       ... 6 more
E/ExoPlayerImplInternal(10775):   Caused by: z3.r0: null{contentIsMalformed=true, dataType=4}
E/ExoPlayerImplInternal(10775):       at r4.s0.a(SourceFile:17)
E/ExoPlayerImplInternal(10775):       at r4.s0.b(SourceFile:524)
E/ExoPlayerImplInternal(10775):       at r4.n.a(SourceFile:533)
E/ExoPlayerImplInternal(10775):       ... 6 more
E/ExoPlayerImplInternal(10775):   Caused by: java.lang.IllegalStateException: Unsupported static paylod type 33
E/ExoPlayerImplInternal(10775):       at r4.a.c(SourceFile:47)
E/ExoPlayerImplInternal(10775):       at r4.a.a(SourceFile:1)
E/ExoPlayerImplInternal(10775):       at r4.s0.a(SourceFile:1)
E/ExoPlayerImplInternal(10775):       ... 8 more

video info

[libmpv_render/dxva2-egl] Failed to create EGL surface
[cplayer]  (+) Video --vid=1 (h264 1920x1080 25.000fps)
[cplayer]  (+) Audio --aid=1 (mp2 2ch 48000Hz)
[display-tags] File tags:
[display-tags]  Title: live
[vd] Using hardware decoding (d3d11va-copy).
[cplayer] Option af-remove: item label @aeq not found.
[cplayer] AO: [wasapi] 48000Hz stereo 2ch float
[cplayer] VO: [libmpv] 1920x1080 nv12
[cplayer] Track switched:
[cplayer]  (+) Video --vid=1 (h264 1920x1080 25.000fps)
[cplayer]  (+) Audio --aid=1 (mp2 2ch 48000Hz)

@muziling muziling added the bug Something isn't working label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant