-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
播放RTSP直播提示400 #2112
Comments
重定向了 I/IJKMEDIA: Status 302: Redirecting to rtsp://111.43.138.180:9110/dss/monitor/param/cameraid=1000004%240%26substream=2?token=913&trackID= |
地址重定向还要额外设置什么么?我看问题汇总里面说400错误加 |
没办法,重定向后 dns_cache_clear 失效了,目前 rtsp 的重定向是不支持 |
使用附件 so 可修复这个问题
|
替换成了附件中的so库还是只能播放一个rtsp的视频源呢,两个视频源的ip是同一个网段,但是不同的ip |
使用5.0.1 的库,使用最新的so 包(libs.rar.zip)是可以切换的,播放rtsp 还可以; |
我播放的流,ip 地址,都一样,只是端口号不一样, |
替换so 文件 是不是要把项目Clone 下来 引用 然后替换so |
@honganxue 不用,只要把 so 放到你项目里,仅依赖 java 对象就好了 |
亲测可用,感谢楼主的细心解惑! @CarGuo |
亲测可用,太感谢楼主了 |
楼主你好,问使用6.0.3时播放重定向直播(重定向过)和点播时也出现切换后就播不了,返回10000,是否也可以更新这个so文件解决? |
问题描述:
无法播放RTSP直播
问题机型/系统:
小米MIX2 Android8.0
GSY依赖版本
implementation('com.shuyu:gsyVideoPlayer-java:6.0.3') {
exclude group: 'com.android.support'
}
//是否需要ExoPlayer模式
implementation('com.shuyu:GSYVideoPlayer-exo2:6.0.3') {
exclude group: 'com.android.support'
}
//更多ijk的编码支持
implementation('com.shuyu:gsyVideoPlayer-ex_so:6.0.3') {
exclude group: 'com.android.support'
}
Demo中的复现步骤
直接播放视频logcat提示
IJKMEDIA: rtsp://111.43.138.180:9410/dss/monitor/params?cameraid=1000004%240&substream=2: Server returned 400 Bad Request
tv.danmaku.ijk.media.player.IjkMediaPlayer: Error (-10000,0)
问题代码:(如果有)
问题log(如果有)
The text was updated successfully, but these errors were encountered: