zoukankan      html  css  js  c++  java
  • 关于视频播放的问题呢

    下个项目需求是视频类的,就去研究一下视频,结果使用了第三方的VKPlayer,视频无法播放,Xcode出现了如下提示

    2015-07-25 14:02:47.744 VKVideoPlayer[83858:3876059] 14:02:47.744 ERROR:     98: Error '!obj' trying to fetch default input device's sample rate
    2015-07-25 14:02:47.745 VKVideoPlayer[83858:3876059] 14:02:47.745 ERROR:     100: Error getting audio input device sample rate: '!obj'
    2015-07-25 14:02:47.745 VKVideoPlayer[83858:3876059] 14:02:47.745 WARNING:   230: The input device is 0x0; '(null)'
    2015-07-25 14:02:47.745 VKVideoPlayer[83858:3876059] 14:02:47.745 WARNING:   234: The output device is 0x32; 'AppleHDAEngineOutputDP:3,0,1,1:0:{0C41-C098-0000185C}'
    2015-07-25 14:02:47.745 VKVideoPlayer[83858:3876059]

    经过搜索发现原来和设备有关,是使用了macMini的缘故,插上耳机,就可以正常播放了。

    真的是好诡异......

  • 相关阅读:
    CodeForces 404C Ivan and Powers of Two
    CodeForces 433C Ryouko's Memory Note-暴力
    if not
    python3的print函数
    交叉熵
    tensorflow一个很好的博客
    关于第几维的问题
    更新软件
    tensorflow训练代码
    tensorflow的一些函数
  • 原文地址:https://www.cnblogs.com/melons/p/5792030.html
Copyright © 2011-2022 走看看