3 Add SONY Bravia support
4 http
://blog-imgs-30.fc2.com/h/o/r/horip/mediatomb-0_12_1_bravia_support_0_1_patch.txt
6 --- src
/transcoding
/transcode_ext_handler
.cc
.orig
2010-03-25 14:58:07.000000000 +0000
7 +++ src
/transcoding
/transcode_ext_handler
.cc
8 @@
-182,7 +182,7 @@ Ref
<IOHandler
> TranscodeExternalHandler
:
12 - chmod(location
.c_str(), S_IWUSR
| S_IRUSR
);
13 + chmod(location
.c_str(), S_IWUSR
| S_IRUSR
| S_IROTH
);
15 Ref
<IOHandler
> c_ioh(new CurlIOHandler(url
, NULL
,
16 cfg
->getIntOption(CFG_EXTERNAL_TRANSCODING_CURL_BUFFER_SIZE
),