mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
extracted a media encoding interface to keep ffmpeg out of nuget packages
This commit is contained in:
@@ -308,7 +308,7 @@ namespace MediaBrowser.Server.Implementations
|
||||
{
|
||||
if (_fFMpegStreamCachePath == null)
|
||||
{
|
||||
_fFMpegStreamCachePath = Path.Combine(CachePath, "ffmpeg-streams");
|
||||
_fFMpegStreamCachePath = Path.Combine(CachePath, "encoded-media");
|
||||
|
||||
if (!Directory.Exists(_fFMpegStreamCachePath))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user