fixed ffmpeg url
This commit is contained in:
parent
fe5a9232c8
commit
3ee73bb7c2
|
@ -30,7 +30,7 @@ namespace MediaBrowser.ServerApplication.FFMpeg
|
|||
|
||||
private readonly string[] _ffMpegUrls = new[]
|
||||
{
|
||||
"https://raw.github.com/MediaBrowser/MediaBrowser/master/MediaBrowser.ServerApplication/Implementations/ffmpeg-20130904-git-f974289-win32-static.7z",
|
||||
"https://github.com/MediaBrowser/MediaBrowser/raw/master/MediaBrowser.ServerApplication/FFMpeg/ffmpeg-20130904-git-f974289-win32-static.7z",
|
||||
|
||||
"http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20130904-git-f974289-win32-static.7z",
|
||||
"https://www.dropbox.com/s/a81cb2ob23fwcfs/ffmpeg-20130904-git-f974289-win32-static.7z?dl=1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user