live tv updates

This commit is contained in:
Luke Pulverenti
2014-01-13 00:41:00 -05:00
parent e4f5a3f005
commit fdca3bd9c4
10 changed files with 80 additions and 100 deletions

View File

@@ -249,11 +249,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
{
process.Kill();
}
catch (InvalidOperationException ex1)
{
_logger.ErrorException("Error killing ffprobe", ex1);
}
catch (Win32Exception ex1)
catch (Exception ex1)
{
_logger.ErrorException("Error killing ffprobe", ex1);
}