-
-
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 格式播放不了,报错如下! #232
Comments
同问,希望楼主可以解答一下,能否播放rtsp流视频以及如何播放rtsp |
需要自行编译so,替换了项目so即可。编译方式首页有,在module.sh上使能对应协议支持 |
http://download.csdn.net/detail/hebeixmg/9604675 这里有编译好的 cv一下就好了 亲测可用 |
0.6.0的注意修改下ijk的远程以来版本的版本号 |
请问RTSP客户端播放时,返回461 Unsupported transport的RTSP消息错误码,通常会是什么原因?如何解决
At 2017-05-31 10:22:36, "zhangle1" <notifications@github.com> wrote:
http://download.csdn.net/detail/hebeixmg/9604675 这里有编译好的 cv一下就好了 亲测可用
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
#207 link |
试试ex so的2.0.3版本,详见github首页 |
请问楼主,怎么样才能支持rtsp播放啊,难道要自己编译so文件吗,支持在Android7.0播放吗,是64位的CPU |
支持,rtsp使用第三种依赖 |
@CarGuo 我将 build.gradle 修改为
// compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.9'
并在 RecyclerItemNormalHolder中将一个 url 替换为 局域网rtsp,setCacheWithPlay 设置为 false,但是仍然不能播放,是什么原因呢 |
RTSP流协议不支持,报错:rtsp://184.72.239.149/vod/mp4://BigBuckBunny_175k.mov 播放链接(在其他非开源播放器上可以播放) 05-17 10:13:36.345 28386-28833/com.example.gsyvideoplayer E/IJKMEDIA: rtsp://184.72.239.149/vod/mp4://BigBuckBunny_175k.mov: Protocol not found |
@rebertBen 看readme,用ex_so,然后看问题集锦 |
不行,还是报错。 |
最后解决了吗?大哥?我也出现了这个原因,看楼上说是更新SO编译库,正准备去尝试看下 |
没有尝试,我换了一个播放器框架,你试试,回头告诉我一下。 |
今天早上尝试了,确实是这个问题,我项目里导入的是bibibi的源so编译库依赖,好像是不支持rtsp以及https协议,需要自己去重新编译一遍,改里面的一些配置,生成so文件,然后放入项目里就行了,折腾了几天终于解决了!
…------------------ 原始邮件 ------------------
发件人: "rebertBen"<notifications@github.com>;
发送时间: 2019年7月25日(星期四) 中午11:09
收件人: "CarGuo/GSYVideoPlayer"<GSYVideoPlayer@noreply.github.com>;
抄送: "印象"<190699030@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [CarGuo/GSYVideoPlayer] rtsp 格式播放不了,报错如下! (#232)
不行,还是报错。
2019-07-04 16:45:53.409 25359-25529/com.bo.testdemo E/IJKMEDIA: rtsp://10.1.2.47/10.1.2.4_hk.sdp: Protocol not found
2019-07-04 16:45:53.409 25359-25529/com.bo.testdemo I/IJKMEDIA: SDL_JNI_DetachThreadEnv: [25529]
2019-07-04 16:45:53.409 25359-25527/com.bo.testdemo D/IJKMEDIA: FFP_MSG_FLUSH:
2019-07-04 16:45:53.409 25359-25527/com.bo.testdemo D/IJKMEDIA: FFP_MSG_ERROR: 0
2019-07-04 16:45:53.410 25359-25528/com.bo.testdemo I/IJKMEDIA: SDL_RunThread: [25528] ff_vout
2019-07-04 16:45:53.411 25359-25359/com.bo.testdemo E/tv.danmaku.ijk.media.player.IjkMediaPlayer: Error (-10000,0)
最后解决了吗?大哥?我也出现了这个原因,看楼上说是更新SO编译库,正准备去尝试看下
没有尝试,我换了一个播放器框架,你试试,回头告诉我一下。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
厉害了
…------------------ 原始邮件 ------------------
发件人: "Shangege337X"<notifications@github.com>;
发送时间: 2019年7月25日(星期四) 中午11:13
收件人: "CarGuo/GSYVideoPlayer"<GSYVideoPlayer@noreply.github.com>;
抄送: "雨寒"<409342223@qq.com>;"Mention"<mention@noreply.github.com>;
主题: Re: [CarGuo/GSYVideoPlayer] rtsp 格式播放不了,报错如下! (#232)
今天早上尝试了,确实是这个问题,我项目里导入的是bibibi的源so编译库依赖,好像是不支持rtsp以及https协议,需要自己去重新编译一遍,改里面的一些配置,生成so文件,然后放入项目里就行了,折腾了几天终于解决了!
------------------ 原始邮件 ------------------
发件人: "rebertBen"<notifications@github.com>;
发送时间: 2019年7月25日(星期四) 中午11:09
收件人: "CarGuo/GSYVideoPlayer"<GSYVideoPlayer@noreply.github.com>;
抄送: "印象"<190699030@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [CarGuo/GSYVideoPlayer] rtsp 格式播放不了,报错如下! (#232)
不行,还是报错。
2019-07-04 16:45:53.409 25359-25529/com.bo.testdemo E/IJKMEDIA: rtsp://10.1.2.47/10.1.2.4_hk.sdp: Protocol not found
2019-07-04 16:45:53.409 25359-25529/com.bo.testdemo I/IJKMEDIA: SDL_JNI_DetachThreadEnv: [25529]
2019-07-04 16:45:53.409 25359-25527/com.bo.testdemo D/IJKMEDIA: FFP_MSG_FLUSH:
2019-07-04 16:45:53.409 25359-25527/com.bo.testdemo D/IJKMEDIA: FFP_MSG_ERROR: 0
2019-07-04 16:45:53.410 25359-25528/com.bo.testdemo I/IJKMEDIA: SDL_RunThread: [25528] ff_vout
2019-07-04 16:45:53.411 25359-25359/com.bo.testdemo E/tv.danmaku.ijk.media.player.IjkMediaPlayer: Error (-10000,0)
最后解决了吗?大哥?我也出现了这个原因,看楼上说是更新SO编译库,正准备去尝试看下
没有尝试,我换了一个播放器框架,你试试,回头告诉我一下。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
rtsp请求格式为OPTIONS 如何更换为SETUP类型? |
那个换播放器框架的大佬能给一下您的播放器地址吗?那个改配置的大佬,资源能共享一下吗? |
大佬,有得播放源使用exo不能播换ijk就能播,有得使用硬解能播,有得不能播,这种如果说默认设置一种内核和解码方式就会导致一些视频播放不了,这种有没有好的处理方法?还有就是自己编译so文件替换的话,同时开启硬解,机子还是同一台,那他到底他有没有用到这个新编译的so文件呢? |
|
已经收到你的飞鸽传书啦....
|
GSYTech
杨州慢
***@***.***
…------------------ 原始邮件 ------------------
发件人: "CarGuo/GSYVideoPlayer" ***@***.***>;
发送时间: 2024年10月18日(星期五) 晚上6:11
***@***.***>;
***@***.******@***.***>;
主题: Re: [CarGuo/GSYVideoPlayer] rtsp 格式播放不了,报错如下! (#232)
**ghost ** commented Jul 25, 2019 via email 大佬,有哪个rtsp包没
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
GSYTech
杨州慢
***@***.***
…------------------ 原始邮件 ------------------
发件人: "CarGuo/GSYVideoPlayer" ***@***.***>;
发送时间: 2024年10月18日(星期五) 晚上6:11
***@***.***>;
***@***.******@***.***>;
主题: Re: [CarGuo/GSYVideoPlayer] rtsp 格式播放不了,报错如下! (#232)
已经收到你的飞鸽传书啦....
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
rtsp://184.72.239.149/vod/mp4://BigBuckBunny_175k.mov 播放链接(在其他非开源播放器上可以播放)
05-17 10:13:36.345 28386-28833/com.example.gsyvideoplayer E/IJKMEDIA: rtsp://184.72.239.149/vod/mp4://BigBuckBunny_175k.mov: Protocol not found
05-17 10:13:36.345 28386-28639/com.example.gsyvideoplayer E/tv.danmaku.ijk.media.player.IjkMediaPlayer: Error (-10000,0)
05-17 10:13:36.358 28386-28386/com.example.gsyvideoplayer E/GSYVideoPlayer: cancelTimeOutBuffer
05-17 10:13:36.359 28386-28386/com.example.gsyvideoplayer E/GSYVideoPlayer: Link Or mCache Error, Please Try Againrtsp://184.72.239.149/vod/mp4://BigBuckBunny_175k.mov
05-17 10:13:36.370 28386-28639/com.example.gsyvideoplayer E/GSYVideoPlayer: cancelTimeOutBuffer
The text was updated successfully, but these errors were encountered: