|
I had an Orange Pi PC2, and had imaged with Ubuntu XFCE [downloaded from Google Drive]
I had a python script that will continuously download some mp3 files from a ftp server ...
ftp.retrbinary('RETR ' + filename, fhandle.write)
If the script was run from the sdcard, and the files were stored in the sdcard, after several downloads, all mp3 files thereafter were corrupted,
and playing the same song, even though file size were different ..
However if the scipt and downloaded files was placed/stoed in a thumb drive [mounted on a sdx drive], all mp3 files are good.
I prefer to run from download scripts from sdcard, for the downloading were many many times faster [then if the downloaded files were stored in sdx drive]...
Is it some form of piracy protection feature in H5?
Anyone observed what I had observed?
|
|