소스 검색

VLCKit: QuickTime doesn't support mp4v but h264 in mp4.

Pierre d'Herbemont 15 년 전
부모
커밋
409fba0296
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Sources/VLCStreamOutput.m

+ 1 - 1
Sources/VLCStreamOutput.m

@@ -69,7 +69,7 @@
 {
     return [self streamOutputWithOptionDictionary:[NSDictionary dictionaryWithObjectsAndKeys:
                                             [NSDictionary dictionaryWithObjectsAndKeys:
-                                                @"mp4v", @"videoCodec",
+                                                @"h264", @"videoCodec",
                                                 @"1024",  @"videoBitrate",
                                                 @"mp4a", @"audioCodec",
                                                 @"192", @"audioBitrate",