Browse Source

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

Pierre d'Herbemont 15 years ago
parent
commit
409fba0296
1 changed files with 1 additions and 1 deletions
  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",