Diviner.MK 2023-03-29 17:53 采纳率: 42.9%
浏览 17

AndroidQ 全志A133 SSL异常,如何解决?

A133 Videoview播放https在线视频,无法打开.
   
        String videoUrl2 = utils.videoUrl ;
        Uri uri = Uri.parse("https://lfccontent2.leapfrog.com/tuto/tuto50.mp4");
        Log.d("Moke", "onCreate: uri ="+uri);
        videoView = (VideoView)this.findViewById(R.id.videoView );
        videoView.setMediaController(new MediaController(this));
        videoView.setOnCompletionListener( new MyPlayerOnCompletionListener());
        videoView.setVideoURI(uri);
        videoView.start();

03-23 10:10:46.896 30686 13239 D awplayer: <AwPlayer:212>: AwPlayer construct.
03-23 10:10:46.896 30686 13239 D awplayer: <GetCallingApkName:2466>: Calling process is: com.vtech.httpsmediademo
03-23 10:10:46.896 30686 13239 D awplayer: <XPlayerCreate:213>: XPlayerCreate.
03-23 10:10:46.896 30686 13239 D awplayer: <LogVersionInfo:34>:
03-23 10:10:46.896 30686 13239 D awplayer: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> CedarX <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
03-23 10:10:46.896 30686 13239 D awplayer: tag   : CedarX-2.8.0
03-23 10:10:46.896 30686 13239 D awplayer: branch: master
03-23 10:10:46.896 30686 13239 D awplayer: commit: 967535b8ff6a073cb4f38e85a4ae5fa6008014d8
03-23 10:10:46.896 30686 13239 D awplayer: date  : Mon, 15 May 2017 01:30:22 +0000 (09:30 +0800)
03-23 10:10:46.896 30686 13239 D awplayer: author:
03-23 10:10:46.896 30686 13239 D awplayer: ----------------------------------------------------------------------
03-23 10:10:46.899 30686 20124 D awplayer: <XPlayerThread:1945>: ==== process message XPLAYER_COMMAND_SET_SUBCTRL.
03-23 10:10:46.899 30686 13239 D awplayer: <XPlayerSetDeinterlace:689>: set deinterlace
03-23 10:10:46.900 30686 20124 D awplayer: <XPlayerThread:1960>: ==== process message XPLAYER_COMMAND_SET_SUBCTRL.
03-23 10:10:46.902 30686 13239 I Codec2Client: Creating a Codec2 client to service "software"
03-23 10:10:46.905 30686 13239 I Codec2Client: Client to Codec2 service "software" created
03-23 10:10:46.909 30686 13239 D awplayer: <SoundDeviceCreate:863>: <SoundDeviceCreate>: init
03-23 10:10:46.909 30686 13239 D awplayer: <setDataSource:391>: setDataSource(url), url='https://lfccontent2.leapfrog.com/tuto/tuto50.mp4'
03-23 10:10:46.909 30686 13239 D awplayer: <XPlayerSetDataSourceUrl:453>: setDataSource(url), url='https://lfccontent2.leapfrog.com/tuto/tuto50.mp4'
03-23 10:10:46.909 30686 20124 I awplayer: <XPlayerThread:1721>: process message XPLAYER_COMMAND_SET_SOURCE.
03-23 10:10:46.910 30686 31818 D SurfaceUtils: connecting to surface 0xf22b7008, reason setVideoSurfaceTexture
03-23 10:10:46.911 30686 31818 D awplayer: <setVideoSurfaceTexture:569>: process message AWPLAYER_COMMAND_SET_SURFACE.
03-23 10:10:46.911 30686 31818 D awplayer: <XPlayerSetVideoSurfaceTexture:588>: setVideoSurfaceTexture, surface = 0xf22ad000
03-23 10:10:46.912 30686 20124 D awplayer: <XPlayerThread:1884>: process message XPLAYER_COMMAND_SET_SURFACE.
03-23 10:10:46.915 30686 13239 D awplayer: <prepareAsync:664>: prepareAsync
03-23 10:10:46.915 30686 13239 D awplayer: <XPlayerPrepareAsync:718>: prepareAsync
03-23 10:10:46.915 30686 20124 D awplayer: <XPlayerThread:1974>: process message XPLAYER_COMMAND_PREPARE. mPriData->mStatus: 1
03-23 10:10:46.915 30686 20123 D demuxComponent: <DemuxThread:1782>: process message DEMUX_COMMAND_PREPARE.
03-23 10:10:46.915 30686 20123 D awplayer: <CdxParserPrepare:769>: source uri 'https://lfccontent2.leapfrog.com/tuto/tuto50.mp4'
03-23 10:10:46.915 30686 20123 I awplayer: <__CdxHttpStreamCreate:3321>: source uri:(https://lfccontent2.leapfrog.com/tuto/tuto50.mp4)
03-23 10:10:46.915 30686 20123 D awplayer: <__CdxHttpStreamCreate:3371>: http stream open.
03-23 10:10:46.915 30686 20123 D awplayer: <threadNum:2911>: ===== cFlag=0, totalSize=0, sFlag=0, comFlag=0, kFlag=0, tNum=1 =========
03-23 10:10:46.916 30686 20125 D awplayer: <partdownload:1858>: process message HTTP_COMMAND_PREPARE.
03-23 10:10:46.916 30686 20125 E awplayer: <__CdxSSLStreamControl:751>: should not be here. CMD(265)
03-23 10:10:47.259  2040 19725 D WificondControl: Scan result ready event
03-23 10:10:47.931 30686 20125 E awplayer: <CdxSSLConnect:142>: write error, error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE
03-23 10:10:47.931 30686 20125 E awplayer: <StartSSLStreamConnect:960>: ssl connect failed.
03-23 10:10:47.931 30686 20125 E awplayer: <__CdxSSLStreamConnect:993>: StartTcpStreamConnect failed!
03-23 10:10:47.931 30686 20125 E awplayer: <CdxHttpSendRequest:456>: CdxStreamOpen failed. 'ssl://lfccontent2.leapfrog.com:443'
03-23 10:10:47.931 30686 20125 E awplayer: <handlePrepare:829>: CdxHttpSendRequest failed.
03-23 10:10:47.931 30686 20125 E awplayer: <partDownload:1907>: handlePrepare fail.
03-23 10:10:47.931 30686 20123 W awplayer: <__CdxHttpStreamConnect:3168>: partDownload failed.
03-23 10:10:47.931 30686 20123 E awplayer: <CdxParserPrepare:773>: open stream fail, uri(https://lfccontent2.leapfrog.com/tuto/tuto50.mp4)
03-23 10:10:47.931 30686 20123 D demuxComponent: <DemuxThread:1863>: source.uri(https://lfccontent2.leapfrog.com/tuto/tuto50.mp4)
03-23 10:10:47.931 30686 20123 E demuxComponent: <DemuxThread:2036>: DEMUX_ERROR_IO
03-23 10:10:47.932 13482 13500 E MediaPlayerNative: error (1, 0)
03-23 10:10:47.932 13482 13482 E MediaPlayer: Error (1,0)
03-23 10:10:47.933 13482 13482 D VideoView: Error: 1,0
  • 写回答

1条回答 默认 最新

  • CSDN-Ada助手 CSDN-AI 官方账号 2023-03-29 20:12
    关注
    评论

报告相同问题?

问题事件

  • 修改了问题 3月29日
  • 创建了问题 3月29日

悬赏问题

  • ¥15 pyqt5tools安装失败
  • ¥15 mmdetection
  • ¥15 nginx代理报502的错误
  • ¥100 当AWR1843发送完设置的固定帧后,如何使其再发送第一次的帧
  • ¥15 图示五个参数的模型校正是用什么方法做出来的。如何建立其他模型
  • ¥100 描述一下元器件的基本功能,pcba板的基本原理
  • ¥15 STM32无法向设备写入固件
  • ¥15 使用ESP8266连接阿里云出现问题
  • ¥15 BP神经网络控制倒立摆
  • ¥20 要这个数学建模编程的代码 并且能完整允许出来结果 完整的过程和数据的结果