Quote:
Originally Posted by Faisal_Computer
ok it also solved !!
can you please guide me. i have one server specially for Files etc. i want to uploads videos in that server and i want media library take videos from there... how could i can do that ?
Br
Faisal_Computer
|
Take appropriate local xml file and replace line:
Code:
<svcRegex>local:(.*\.(aac|f4a|m4a|mp3))$</svcRegex>
with something like this
Code:
<svcRegex><![CDATA[(http:\/\/[\w-]*[\.]?hostname.com\/videos\/[\w-\/]*\.(aac|f4a|m4a|mp3))]]></svcRegex>
in depends on your file location and names.