Commit dbfbbd81 authored by Felix Paul Kühne's avatar Felix Paul Kühne

osx/framework: out non-colored debug only

parent 4372508c
......@@ -78,6 +78,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
[defaultParams addObject:@"--vout=minimal_macosx"];
[defaultParams addObject:@"--verbose=2"]; // Don't polute the log
[defaultParams addObject:@"--vout=minimal_macosx"];
[defaultParams addObject:@"--no-color"];
[defaultParams addObject:@"--play-and-pause"]; // When ending a stream pause it instead of stopping it
vlcParams = defaultParams;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment