Hello,
in the playerdriver.cpp the PlayerDriver::setupHttpStreamPre()
has the following sequence of code:
mDownloadConfigFilename = _STRLIT_WCHAR("/tmp/http-stream-cfg");
mDownloadFilename = NULL;
mDownloadProxy = _STRLIT_CHAR("");
mDownloadContextData->DownloadHTTPData()->iMaxFileSize = 0xFFFFFFFF;
mDownloadContextData->DownloadHTTPData()->iPlaybackControl =
PVMFSourceContextDataDownloadHTTP::ENoSaveToFile;
Questions: are these options changeable?
If I want to have a local file download and then played ie.
EAfterDownload do I need to change these options and specify the name
of the file here or is any other way to do it without changing the
player driver code ?
Thanks.
George
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting