allentsing / ATijkplayeriOS

1、编译ijkPlayer,支持RTSP拉流播放,支持http等格式。2、加入了MD360Player4iOS,实现视频的全景渲染。3、MovieRecorder用实时拉过来的音视频数据进行录视频。4、LFLiveKit用拉流过来的原始音视频数据(YUV、PCM)进行推流直播。
53 stars 10 forks source link

录制视频崩溃了 #2

Open yjjwxy2 opened 7 years ago

yjjwxy2 commented 7 years ago

if ( formatDescription == NULL ) { @throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"NULL format description" userInfo:nil]; return;
}

allentsing commented 7 years ago

这个可能是因为你的视频没有声音,这个录视频是需要视频音频都有的。

yjjwxy2 commented 7 years ago

哦,是没有音频

allentsing commented 7 years ago

@yjjwxy2 已经解决没有音频时录制视频崩溃的问题。

yjjwxy2 commented 7 years ago

好的,改天去看看

发自网易邮箱大师 在2017年04月22日 17:03,Mr Zhu 写道:

@yjjwxy2 已经解决没有音频时录制视频崩溃的问题。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.