Jump to content

Question about Linux server


craigdabbs

Recommended Posts

craigdabbs

Hi there,

 

I hope someone can help me with getting videos to play via the web player.  I have the official android app installed and that works fine, the web player was working correctly for a short while but now it just shows a black screen.  Everything works ok from a browser on a pc.

 

I have another server running elsewhere and everything seems to work correctly on the web player, i must of changed a setting somewhere, i have compared the 2 servers and all seems identical.  

 

I have the log file for when i try and play a video from bother servers.  My server is showing a error but im not sure where to go from here now.  It also starts transcoding the video even though its not playing it.

 

Any help would be great, thanks

 

C Dabbs

 

BROKEN SERVER:

2014-12-08 20:10:10.6177 Info - App: /usr/bin/ffmpeg -fflags +genpts -i file:"/media/storage/movies/300 (2006)/300.mkv" -map 0:0 -map 0:1 -map -0:s -vcodec libvpx -force_key_frames expr:gte(t,n_forced*5) -vf "scale=min(iw\,720):trunc(ow/dar/2)*2" -speed 16 -quality good -profile:v 0 -slices 8 -crf 10 -qmin 0 -qmax 50 -maxrate:v 592000 -bufsize:v (592000*2) -b:v 592000 -vsync vfr -map_metadata -1 -threads 3 -acodec libvorbis -ac 2 -ab 128000 -af "aresample=async=1,volume=2" -y "/media/storage/misc/mediabrowser/transcoding/ecfc5158f9732ee6c5592f56fa943d01.webm"



A null reference or invalid value was found [GDI+ status: InvalidParameter]
        System.ArgumentException
          at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 
          at System.Drawing.Image.CreateFromHandle (IntPtr handle) [0x00000] in <filename unknown>:0 
          at System.Drawing.Image.LoadFromStream (System.IO.Stream stream, Boolean keepAlive) [0x00000] in <filename unknown>:0 
          at System.Drawing.Image.FromStream (System.IO.Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) [0x00000] in <filename unknown>:0 
          at MediaBrowser.Server.Implementations.Drawing.ImageHeader.GetDimensions (System.String path, ILogger logger, IFileSystem fileSystem) [0x00000] in <filename unknown>:0 
          at MediaBrowser.Server.Implementations.Drawing.ImageProcessor.GetImageSizeInternal (System.String path) [0x00000] in <filename unknown>:0 
          at MediaBrowser.Server.Implementations.Drawing.ImageProcessor.GetImageSize (System.String path, DateTime imageDateModified) [0x00000] in <filename unknown>:0 
          at MediaBrowser.Server.Implementations.Dto.DtoService.AttachPrimaryImageAspectRatio (IItemDto dto, IHasImages item) [0x00000] in <filename unknown>:0 

2014-12-08 20:11:35.4519 Info - App: /usr/bin/ffmpeg -fflags +genpts -i file:"/media/storage/movies/300 (2006)/300.mkv" -map_metadata -1 -threads 2 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset superfast -crf 23 -maxrate 3872000 -bufsize 7744000 -vsync vfr -profile:v baseline -level 3 -force_key_frames expr:gte(t,n_forced*6) -vf "scale=min(iw\,1280):trunc(ow/dar/2)*2" -copyts -flags -global_header -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1,volume=2" -hls_time 6 -start_number 0 -hls_list_size 0 -y "/media/storage/misc/mediabrowser/transcoding/606b44e2fe1bf78e93e2c445d9392a1e.m3u8"

WORKING SERVER:

2014-12-08 20:23:40.7243 Info - App: /usr/bin/ffmpeg -fflags +genpts -i file:"/media/storage/Movies/300 (2006)/300.mkv" -map_metadata -1 -threads 2 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx264 -preset superfast -crf 23 -maxrate 872000 -bufsize 1744000 -vsync vfr -profile:v baseline -level 3 -force_key_frames expr:gte(t,n_forced*6) -vf "scale=min(iw\,720):trunc(ow/dar/2)*2" -copyts -flags -global_header -codec:a:0 aac -strict experimental -ac 2 -ab 128000 -af "adelay=1,aresample=async=1,volume=2" -hls_time 6 -start_number 0 -hls_list_size 0 -y "/media/storage/Misc/mediabrowser/transcoding/9d1178dc2601d17dc482ac9654d5e74c.m3u8"
2014-12-08 20:23:41.8469 Info - App: waiting for /media/storage/Misc/mediabrowser/transcoding/9d1178dc2601d17dc482ac9654d5e74c0.ts
2014-12-08 20:23:41.8469 Info - App: returning /media/storage/Misc/mediabrowser/transcoding/9d1178dc2601d17dc482ac9654d5e74c0.ts
Link to comment
Share on other sites

craigdabbs

Sorry i have managed to sort it, i had a outdated library somewhere.  After running a full system update it seems to be working again.

 

I was using the arch linux server.

Link to comment
Share on other sites

thefirstofthe300

Sorry i have managed to sort it, i had a outdated library somewhere. After running a full system update it seems to be working again.

 

I was using the arch linux server.

Yeah. Be sure that your Arch server is updates often. With so many packages being upgraded all the time, things can get wonky if you don't upgrade often.
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...