Jump to content

OpenMediaVault


Luke

Recommended Posts

-restartpath "xxx"


-restartargs "xxx"


 


it might work using -restartpath "service" -restartargs "emby restart"


 


if not then just point restartpath to a script and leave restartargs empty


Link to comment
Share on other sites

tekkb

 

-restartpath "xxx"

-restartargs "xxx"

 

Where will they be entered?

 

I was thinking about deny iframe and the xml file.  I can create a setting and use xmlstarlet to edit that one value.

Link to comment
Share on other sites

tekkb

That is what I thought but wanted to be sure.  Is it possible to do this know or do I have to wait for an upgrade?

Link to comment
Share on other sites

it's already in the release server. i will just add you to the mailing group of all the package maintainers.

Link to comment
Share on other sites

  • 2 weeks later...
tekkb

Mono Version: 3.0.5666.9

 

The restart button in the manage server section does not kill pid.  Still need to get the -restartpath "xxx" -restartargs "xxx" working.  Would like to see proper usage, tried many variants, including script contents.  Tried what hurricane had in pm as well.  No go.

 

The notification restart button errors out, which is better than a stuck pid.

 

Uploads problem for profile picture is fixed with using the emby suffix in address....  :)

Edited by tekkb
Link to comment
Share on other sites

Mono Version: 3.0.5666.9

 

The restart button in the manage server section does not kill pid.  Still need to get the -restartpath "xxx" -restartargs "xxx" working.  Would like to see proper usage, tried many variants, including script contents.  Tried what hurricane had in pm as well.  No go.

 

The notification restart button errors out, which is better than a stuck pid.

 

Uploads problem for profile picture is fixed with using the emby suffix in address....  :)

 

 

I think the best thing to do is 

 

-restartpath "xxx", where xxx is the full path to a restart script. Then omit -restartargs. Let me know if that works. Thanks.

Link to comment
Share on other sites

tekkb

Luke, I'm making some progress on the restart.  I could not use restart.  I had to use stop and start in the script.  When I figure out what works best I'll report back.

Edited by tekkb
Link to comment
Share on other sites

tekkb

The reason I had some problems with the restart is we use a non root system user (in this case emby) to run our services, for security reasons.  Usually in Debian we do not like to sudo but in this case it was best solution:

 

For daemon option:

-restartpath /usr/sbin/emby.sh

 

Script file emby.sh in /usr/sbin (chmod 0700, chown emby:nogroup):

#! /bin/sh

sudo /etc/init.d/emby restart

Sudo file at /etc/sudoers..d/emby (chmod 0440, chown root:root):

emby ALL=NOPASSWD: /etc/init.d/emby restart

The problems were caused by the daemon being run by the emby user.  When it ran the restart script it was with the emby user.  The emby user did not have permissions to run any of the functions in the init script.  The above solved it.  Hope someone finds this hellpful.

 

PS- Adjustments should be made for the user/group you are running your service with and the OS you are using.

Edited by tekkb
Link to comment
Share on other sites

  • 1 month later...
grouik1er

Hello,

 

I rencently install openmediavault with Emby.

 

i just activate SMB/CIFS.

 

I can't add a share located on another server (Synology) in the library.

 

i tried "\\synology\video\Movies\" or using the IP adress but when i click on OK nothing happen, the window doesn't close.

When i select "Network" it doesn't list computer from network.

 

Any Idea.

 

Thanks for this wonderfull peace of software

Link to comment
Share on other sites

Use the remote share plugin to mount the synology share locally. Then add it to Emby.

Edited by tekkb
Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

I recently updated OMV Kralizec 1.9 to Stoneburner 2.1 on my amd64 system via a clean install. Previously, with Kralizec i used the mediabrowser plugin. For Stoneburner  2.1.17, I used the emby 2.3 plugin. After installing with no errors and configuring with the emby web client, nothing plays with the web interface, android emby app, or playstation 3 dlna. Does anyone know what the problem could be?

Link to comment
Share on other sites

I recently updated OMV Kralizec 1.9 to Stoneburner 2.1 on my amd64 system via a clean install. Previously, with Kralizec i used the mediabrowser plugin. For Stoneburner  2.1.17, I used the emby 2.3 plugin. After installing with no errors and configuring with the emby web client, nothing plays with the web interface, android emby app, or playstation 3 dlna. Does anyone know what the problem could be?

 

best to provide a bit more info. please see 

 

http://emby.media/community/index.php?/topic/739-how-to-report-a-problem/

Link to comment
Share on other sites

Anytime I try to play a movie on my ps3 through dlna or the emby web interface, it doesnt play. 

 

Here is the transcoding log:

http://192.168.2.30:8096/emby/videos/9e0210eb40caf3a0736f38006fe37bd9/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=9e0210eb40caf3a0736f38006fe37bd9&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802641884714640&Profile=high&PlaySessionId=b93d62f07f224b18bc2479609ff64a10&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8

{"Protocol":"File","Id":"9e0210eb40caf3a0736f38006fe37bd9","Path":"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/Avengers Age of Ultron [2015].mkv","Type":"Default","Container":"mkv","Name":"","ReadAtNativeFramerate":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"RequiresOpening":false,"RequiresClosing":false,"VideoType":"VideoFile","MediaStreams":[],"PlayableStreamFileNames":[],"Formats":[],"RequiredHttpHeaders":{}}

/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/Avengers Age of Ultron [2015] .mkv" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/9b185b6d31a49cbda047fcbec01bbdc1/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/9b185b6d31a49cbda047fcbec01bbdc1.m3u8"

not sure what else you would need.

Link to comment
Share on other sites

What is mentioned in that posting would be very helpful. Specifically:

 

  • Please supply the full and complete log file, and avoid attempting to extract relevant sections. Everything is relevant to us. If a server transcoding log was also generated during playback, please attach that as well.
Link to comment
Share on other sites

how's this

2015-10-12 12:58:35.8877 Error - HttpServer: Error processing request for /emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-10-12 12:58:35.8925 Debug - HttpServer: HTTP Response 500 to 192.168.2.20. Response time: 299.734 ms.
    Url: http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
2015-10-12 12:58:37.9071 Debug - HttpServer: HTTP GET http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    Ip: 192.168.2.20:39876. Headers: Host=192.168.2.30:8096,Connection=keep-alive,User-Agent=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36,Accept=*/*,Accept-Encoding=gzip, deflate, sdch,Accept-Language=en-US,en;q=0.8
2015-10-12 12:58:37.9222 Info - App: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"
2015-10-12 12:58:38.3868 Error - App: Error starting ffmpeg
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:38.3883 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Api.TranscodingJob].GetResult () [0x00000] in <filename unknown>:0
     at MediaBrowser.Api.Playback.Hls.BaseHlsService+<ProcessRequestAsync>d__3f.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:38.3887 Error - HttpServer: Error processing request for /emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-10-12 12:58:38.3937 Debug - HttpServer: HTTP Response 500 to 192.168.2.20. Response time: 483.69 ms.
    Url: http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
2015-10-12 12:58:40.4264 Debug - HttpServer: HTTP GET http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    Ip: 192.168.2.20:39877. Headers: Host=192.168.2.30:8096,Connection=keep-alive,User-Agent=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36,Accept=*/*,Accept-Encoding=gzip, deflate, sdch,Accept-Language=en-US,en;q=0.8
2015-10-12 12:58:40.4328 Info - App: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"
2015-10-12 12:58:40.8879 Error - App: Error starting ffmpeg
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:40.8892 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Api.TranscodingJob].GetResult () [0x00000] in <filename unknown>:0
     at MediaBrowser.Api.Playback.Hls.BaseHlsService+<ProcessRequestAsync>d__3f.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:40.8898 Error - HttpServer: Error processing request for /emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-10-12 12:58:40.8936 Debug - HttpServer: HTTP Response 500 to 192.168.2.20. Response time: 465.729 ms.
    Url: http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
2015-10-12 12:58:42.9074 Debug - HttpServer: HTTP GET http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    Ip: 192.168.2.20:39878. Headers: Host=192.168.2.30:8096,Connection=keep-alive,User-Agent=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36,Accept=*/*,Accept-Encoding=gzip, deflate, sdch,Accept-Language=en-US,en;q=0.8
2015-10-12 12:58:42.9135 Info - App: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"
2015-10-12 12:58:43.3875 Error - App: Error starting ffmpeg
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:43.3894 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Api.TranscodingJob].GetResult () [0x00000] in <filename unknown>:0
     at MediaBrowser.Api.Playback.Hls.BaseHlsService+<ProcessRequestAsync>d__3f.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:43.3894 Error - HttpServer: Error processing request for /emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-10-12 12:58:43.3934 Debug - HttpServer: HTTP Response 500 to 192.168.2.20. Response time: 484.648 ms.
    Url: http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
2015-10-12 12:58:45.4069 Debug - HttpServer: HTTP GET http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    Ip: 192.168.2.20:39880. Headers: Host=192.168.2.30:8096,Connection=keep-alive,User-Agent=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36,Accept=*/*,Accept-Encoding=gzip, deflate, sdch,Accept-Language=en-US,en;q=0.8
2015-10-12 12:58:45.4137 Info - App: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"
2015-10-12 12:58:45.8900 Error - App: Error starting ffmpeg
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:45.8912 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Api.TranscodingJob].GetResult () [0x00000] in <filename unknown>:0
     at MediaBrowser.Api.Playback.Hls.BaseHlsService+<ProcessRequestAsync>d__3f.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:45.8917 Error - HttpServer: Error processing request for /emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-10-12 12:58:45.8959 Debug - HttpServer: HTTP Response 500 to 192.168.2.20. Response time: 487.01 ms.
    Url: http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
2015-10-12 12:58:47.9096 Debug - HttpServer: HTTP GET http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    Ip: 192.168.2.20:39884. Headers: Host=192.168.2.30:8096,Connection=keep-alive,User-Agent=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36,Accept=*/*,Accept-Encoding=gzip, deflate, sdch,Accept-Language=en-US,en;q=0.8
2015-10-12 12:58:47.9154 Info - App: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"
2015-10-12 12:58:48.3895 Error - App: Error starting ffmpeg
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:48.3907 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Api.TranscodingJob].GetResult () [0x00000] in <filename unknown>:0
     at MediaBrowser.Api.Playback.Hls.BaseHlsService+<ProcessRequestAsync>d__3f.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:48.3907 Error - HttpServer: Error processing request for /emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-10-12 12:58:48.3952 Debug - HttpServer: HTTP Response 500 to 192.168.2.20. Response time: 484.543 ms.
    Url: http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
2015-10-12 12:58:50.4093 Debug - HttpServer: HTTP GET http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    Ip: 192.168.2.20:39885. Headers: Host=192.168.2.30:8096,Connection=keep-alive,User-Agent=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36,Accept=*/*,Accept-Encoding=gzip, deflate, sdch,Accept-Language=en-US,en;q=0.8
2015-10-12 12:58:50.4148 Info - App: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"
2015-10-12 12:58:50.8909 Error - App: Error starting ffmpeg
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:50.8922 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Api.TranscodingJob].GetResult () [0x00000] in <filename unknown>:0
     at MediaBrowser.Api.Playback.Hls.BaseHlsService+<ProcessRequestAsync>d__3f.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:50.8926 Error - HttpServer: Error processing request for /emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-10-12 12:58:50.8967 Debug - HttpServer: HTTP Response 500 to 192.168.2.20. Response time: 486.223 ms.
    Url: http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
2015-10-12 12:58:52.9112 Debug - HttpServer: HTTP GET http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    Ip: 192.168.2.20:39886. Headers: Host=192.168.2.30:8096,Connection=keep-alive,User-Agent=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36,Accept=*/*,Accept-Encoding=gzip, deflate, sdch,Accept-Language=en-US,en;q=0.8
2015-10-12 12:58:52.9182 Info - App: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"
2015-10-12 12:58:53.3934 Error - App: Error starting ffmpeg
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:53.3947 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Api.TranscodingJob].GetResult () [0x00000] in <filename unknown>:0
     at MediaBrowser.Api.Playback.Hls.BaseHlsService+<ProcessRequestAsync>d__3f.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:53.3947 Error - HttpServer: Error processing request for /emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-10-12 12:58:53.3993 Debug - HttpServer: HTTP Response 500 to 192.168.2.20. Response time: 486.886 ms.
    Url: http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
2015-10-12 12:58:55.4129 Debug - HttpServer: HTTP GET http://192.168.2.30:8096/emby/videos/7d1eb02c99efbf8efdde181adbf350cd/live.m3u8?DeviceId=0354b58434f126b2ae34548890dd3693101cab99&MediaSourceId=7d1eb02c99efbf8efdde181adbf350cd&VideoCodec=h264&AudioCodec=aac&VideoBitrate=1372000&AudioBitrate=128000&MaxAudioChannels=2&MaxHeight=720&Level=41&ClientTime=635802659106937910&Profile=high&PlaySessionId=bdcbb4566ab14d5fbaa5f4ef1aa89d14&api_key=fd3c901c3ea640faa5c1a33c75f0e7e8
    Ip: 192.168.2.20:39887. Headers: Host=192.168.2.30:8096,Connection=keep-alive,User-Agent=Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36,Accept=*/*,Accept-Encoding=gzip, deflate, sdch,Accept-Language=en-US,en;q=0.8
2015-10-12 12:58:55.4213 Info - App: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg -fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"
2015-10-12 12:58:55.8960 Error - App: Error starting ffmpeg
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    
2015-10-12 12:58:55.8981 Error - DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5724.6
    Command line: /opt/emby/MediaBrowser.Server.Mono.exe -programdata /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby -restartpath /usr/sbin/emby.sh
    Operating system: Unix 3.2.0.4
    Processor count: 1
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby
    Mono: 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
    Application Path: /opt/emby/MediaBrowser.Server.Mono.exe
    ApplicationName='/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/ffmpeg/20150717/ffmpeg', CommandLine='-fflags +genpts -i file:"/media/9964733f-e4ec-4e70-a3ce-d085034e4c80/Movies/X.Men.Days.of.Future.Past.2014.1080p.BluRay.x264.YIFY.mp4" -map_metadata -1 -threads 0 -sn -codec:v:0 libx264 -pix_fmt yuv420p -preset superfast -crf 23 -maxrate 1372000 -bufsize 2744000 -vsync vfr -profile:v high -level 41 -force_key_frames "expr:gte(t,n_forced*3)" -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -sc_threshold 0 -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1" -hls_time 3 -start_number 0 -hls_list_size 0 -hls_base_url "hls/d5618631954cdded31d61b91f5b48204/" -y "/media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby/transcoding-temp/d5618631954cdded31d61b91f5b48204.m3u8"', CurrentDirectory='', Native error= Access denied
    System.ComponentModel.Win32Exception
     at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
     at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
     at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
     at MediaBrowser.Api.Playback.BaseStreamingService+<StartFfMpeg>d__17.MoveNext () [0x00000] in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00000] in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Api.TranscodingJob].GetResult () [0x00000] in <filename unknown>:0
     at MediaBrowser.Api.Playback.Hls.BaseHlsService+<ProcessRequestAsync>d__3f.MoveNext () [0x00000] in <filename unknown>:0
 
Link to comment
Share on other sites

there's some kind of access problem preventing ffmpeg from starting. @@tekkb do you know what would cause that? we are marking it as executable after downloading it. maybe in his case the account running emby server isn't able to do that?

Link to comment
Share on other sites

Reinstalled and figured out the problem.

 

The omv emby setting for database volume locataion was set to a share drive when it should have been left blank.

 

Just a simple noob error.

 

Thanks for your help and the quick response. :)

Edited by EBob
  • Like 1
Link to comment
Share on other sites

He may not have a clean uninstall of the old plugin or is using aufs plugin. But he is not setup correctly yet.

 

I'll get on my laptop and write a bit more.

Edited by tekkb
Link to comment
Share on other sites

You are supposed to select a volume in the drop down.  This moves the emby working directory to the selected volume (date drive).  But the ffmpeg folder gets moved to this location, on the system drive:

 

/usr/local/bin

 

Give results of this:

ls -la /usr/local/bin

 

Also, are you using the AUFS plugin???  Some people have been having issues with this plugin but I have not had time to test it.

 

 

It looks like his config is looking for ffmpeg in the emby working directory which it should be.  There should be a symbolic link there to direct it to the /usr/local/bin/ffmeg location.

 

It would be helpful to see results of this too:

ls -la /media/df2d4083-cdc6-4566-b04e-8a2f93538375/emby

Edited by tekkb
Link to comment
Share on other sites

Pampelschuster

Is this working on arm platform? I installed omv (great piece of software by the way :) ) on my banana pi and wanted to add emby.

The installation seemed to work fine but upon enabling the plugin it throws me the following error:

"Failed to execute command 'omv-mkconf emby moveDbFolder 2>&1': Moving database from to ... chmod: cannot access `/usr/local/bin/ffmpeg/*/ffmpeg': No such file or directory"

 

I don't necessarily need transcoding, media management would be fine but the emby service is stated as "not running" on the dashboard and i can't access the web interface of emby at all... 

"service emby-server start" isn't working too... ("unrecognized service")

 

 

[EDIT]

Stumbled over this post (http://emby.media/community/index.php?/topic/19433-mediabrowser-not-running-in-open-media-vault/?p=248844).

So if I install FFmpeg using this and reinstall the plugin afterwards it should work?

sudo aptitude remove ffmpeg
cd /usr/src
sudo mkdir ffmpeg
sudo chown `whoami`:users ffmpeg
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure
make && sudo make install

(from this guide: https://discourse.osmc.tv/t/howto-install-emby-server/6364) 

 

 

 

[EDIT2]

Done that. Didn't work at first. Error was:

 

 

Error #4000: exception 'OMVException' with message 'Failed to execute command 'omv-mkconf emby moveDbFolder 2>&1': Moving database from </var/lib/emby> to </media/7c4700d0-d578-4938-bf72-302dc6b5675b/emby>... cp: cannot overwrite non-directory `/usr/local/bin/ffmpeg' with directory `/var/lib/emby/ffmpeg'' in /usr/share/openmediavault/engined/module/emby.inc:55 Stack trace: #0 /usr/share/openmediavault/engined/rpc/config.inc(180): OMVModuleEmby->applyConfig() #1 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array) #2 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #3 /usr/share/php/openmediavault/rpcservice.inc(158): OMVRpcServiceAbstract->callMethod('applyChanges', Array, Array) #4 /usr/share/openmediavault/engined/rpc/config.inc(224): OMVRpcServiceAbstract->callMethodBg('applyChanges', Array, Array) #5 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array, Array) #6 /usr/share/php/openmediavault/rpcservice.inc(125): call_user_func_array(Array, Array) #7 /usr/share/php/openmediavault/rpc.inc(79): OMVRpcServiceAbstract->callMethod('applyChangesBg', Array, Array) #8 /usr/sbin/omv-engined(500): OMVRpc::exec('Config', 'applyChangesBg', Array, Array, 1) #9 {main}

 

I then moved ffmpeg from /usr/local/bin to /usr/local/bin/ffmpeg.

So is just moved it in a "ffmpeg" subdirectory. (because i think the plugin is looking there for it?)

This worked so far that I can now activate the plugin without any errors, but i still can't access the web interface and it is shown "not running" on the dashboard   :(

Edited by Pampelschuster
Link to comment
Share on other sites

Curious, I have Emby working on my OMV NAS but the EPG settings seem to get wiped. If I set it up it pulls the guide from Schedules Direct fine. I cannot record either? Using HD Homerun tuners (latest with latest firmware). Is there a guide somewhere on how to get this working? Thanks!

Link to comment
Share on other sites

@@Pampelschuster

 

The plugin will work with armv71 if someone builds ffmpeg for it.  I did not build imagaemagick or webp for prior arm architectures.

 

 

@ap90033 

 

Upgrade to latest plugin version 2.4 and there is information on the html notes that will solve your problem.

Edited by tekkb
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...