mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
updated linux ffmpeg
This commit is contained in:
parent
5ebf30e193
commit
73aec50dcc
@ -13,9 +13,11 @@
|
|||||||
<Pads>
|
<Pads>
|
||||||
<Pad Id="ProjectPad">
|
<Pad Id="ProjectPad">
|
||||||
<State expanded="True">
|
<State expanded="True">
|
||||||
<Node name="MediaBrowser.Model" expanded="True" selected="True" />
|
<Node name="MediaBrowser.Model" expanded="True" />
|
||||||
<Node name="MediaBrowser.Server.Mono" expanded="True">
|
<Node name="MediaBrowser.Server.Mono" expanded="True">
|
||||||
<Node name="FFMpeg" expanded="True" />
|
<Node name="FFMpeg" expanded="True">
|
||||||
|
<Node name="FFMpegDownloadInfo.cs" selected="True" />
|
||||||
|
</Node>
|
||||||
</Node>
|
</Node>
|
||||||
</State>
|
</State>
|
||||||
</Pad>
|
</Pad>
|
||||||
|
@ -7,9 +7,9 @@ namespace MediaBrowser.ServerApplication.FFMpeg
|
|||||||
|
|
||||||
public static string[] FfMpegUrls = new[]
|
public static string[] FfMpegUrls = new[]
|
||||||
{
|
{
|
||||||
"http://ffmpeg.gusari.org/static/32bit/ffmpeg.static.32bit.2013-09-04.tar.gz",
|
"http://ffmpeg.gusari.org/static/32bit/ffmpeg.static.32bit.2013-10-11.tar.gz",
|
||||||
|
|
||||||
"https://www.dropbox.com/s/y7f4nk96rxmbb30/ffmpeg.static.32bit.2013-09-04.tar.gz?dl=1"
|
"https://www.dropbox.com/s/b9v17h105cps7p0/ffmpeg.static.32bit.2013-10-11.tar.gz?dl=1"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static string FFMpegFilename = "ffmpeg";
|
public static string FFMpegFilename = "ffmpeg";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user