Video Files not adding 1.0.1
Hi,
I seem to be experiencing issues with Serviio 1.0.1 indexing some video files. I'm running the server on Ubuntu 12.04 with root permissions. I have tested a couple of problem files on the local and external HDD. The debugging output for both test files are as follows:
2012-09-26 16:13:37,734 DEBUG [ActionsServerResource] Action with name 'forceLibraryRefresh' was requested
2012-09-26 16:13:37,734 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-09-26 16:13:37,834 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-09-26 16:13:37,935 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-09-26 16:13:37,935 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-09-26 16:13:37,938 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/admin/Downloads/Test1
2012-09-26 16:13:37,940 DEBUG [LibraryAdditionsCheckerThread] Found file 'test.avi', checking if it's already in the Library
2012-09-26 16:13:37,940 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item test.avi
2012-09-26 16:13:37,940 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/admin/Downloads/Test1/test.avi, ignore case: false
2012-09-26 16:13:37,942 DEBUG [MediaItemDAOImpl] Media item test.avi doesn't exist in DB yet
2012-09-26 16:13:37,942 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2012-09-26 16:13:37,942 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,942 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-09-26 16:13:37,943 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-09-26 16:13:37,945 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /home/admin/Downloads/Test1
2012-09-26 16:13:37,945 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 8)
2012-09-26 16:13:37,947 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,947 DEBUG [ProcessExecutor] Starting ffmpeg -i /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,958 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /home/admin/Downloads/Test1
2012-09-26 16:13:37,958 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 8)
2012-09-26 16:13:37,963 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /home/admin/Downloads/Test2
2012-09-26 16:13:37,963 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 9)
2012-09-26 16:13:37,972 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /home/admin/Downloads/Test2
2012-09-26 16:13:37,973 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 9)
2012-09-26 16:13:37,974 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 8)
2012-09-26 16:13:37,975 DEBUG [RepositoryDAOImpl] Marking Repository 8 as scanned with current timestamp
2012-09-26 16:13:37,987 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 9)
2012-09-26 16:13:37,990 DEBUG [RepositoryDAOImpl] Marking Repository 9 as scanned with current timestamp
2012-09-26 16:13:38,140 DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video codec.
2012-09-26 16:13:38,140 DEBUG [RepositoryDAOImpl] Marking Repository 8 as scanned with current timestamp
2012-09-26 16:13:38,146 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/admin/Downloads/Test2
2012-09-26 16:13:38,146 DEBUG [LibraryAdditionsCheckerThread] Found file 'test2.avi', checking if it's already in the Library
2012-09-26 16:13:38,146 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item test2.avi
2012-09-26 16:13:38,146 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/admin/Downloads/Test2/test2.avi, ignore case: false
2012-09-26 16:13:38,147 DEBUG [MediaItemDAOImpl] Media item test2.avi doesn't exist in DB yet
2012-09-26 16:13:38,147 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2012-09-26 16:13:38,147 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,147 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,148 DEBUG [ProcessExecutor] Starting ffmpeg -i /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,322 DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video codec.
2012-09-26 16:13:38,323 DEBUG [RepositoryDAOImpl] Marking Repository 9 as scanned with current timestamp
and FFmpeg output:
ffmpeg version git-2012-08-25-65b552c Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 25 2012 19:56:20 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 54.100 / 54. 54.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 13.101 / 3. 13.101
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, avi, from '/home/admin/Downloads/Test1/test.avi':
Metadata:
encoder : Herodub 0.0003
title : AMC
ISBJ : AMC
artist : AMC
copyright : AMC
comment :
Duration: 00:45:30.87, start: 0.000000, bitrate: 1075 kb/s
Stream #0:0: Video: msmpeg4v3 (DIV3 / 0x33564944), yuv420p, 512x384, 23.98 tbr, 23.98 tbn, 23.98 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, s16, 192 kb/s
ffmpeg version git-2012-08-25-65b552c Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 25 2012 19:56:20 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 54.100 / 54. 54.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 13.101 / 3. 13.101
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, avi, from '/home/admin/Downloads/Test2/test2.avi':
Metadata:
encoder : Nandub v1.0rc2
Duration: 00:50:24.60, start: 0.000000, bitrate: 972 kb/s
Stream #0:0: Video: msmpeg4v3 (DIV3 / 0x33564944), yuv420p, 512x384, 23.98 tbr, 23.98 tbn, 23.98 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16, 32 kb/s
I'd appreciate any help. Thanks in advance!
I seem to be experiencing issues with Serviio 1.0.1 indexing some video files. I'm running the server on Ubuntu 12.04 with root permissions. I have tested a couple of problem files on the local and external HDD. The debugging output for both test files are as follows:
2012-09-26 16:13:37,734 DEBUG [ActionsServerResource] Action with name 'forceLibraryRefresh' was requested
2012-09-26 16:13:37,734 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-09-26 16:13:37,834 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-09-26 16:13:37,935 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-09-26 16:13:37,935 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-09-26 16:13:37,938 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/admin/Downloads/Test1
2012-09-26 16:13:37,940 DEBUG [LibraryAdditionsCheckerThread] Found file 'test.avi', checking if it's already in the Library
2012-09-26 16:13:37,940 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item test.avi
2012-09-26 16:13:37,940 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/admin/Downloads/Test1/test.avi, ignore case: false
2012-09-26 16:13:37,942 DEBUG [MediaItemDAOImpl] Media item test.avi doesn't exist in DB yet
2012-09-26 16:13:37,942 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2012-09-26 16:13:37,942 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,942 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-09-26 16:13:37,943 DEBUG [RepositoryDAOImpl] Reading all Repositories
2012-09-26 16:13:37,945 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /home/admin/Downloads/Test1
2012-09-26 16:13:37,945 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 8)
2012-09-26 16:13:37,947 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,947 DEBUG [ProcessExecutor] Starting ffmpeg -i /home/admin/Downloads/Test1/test.avi
2012-09-26 16:13:37,958 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /home/admin/Downloads/Test1
2012-09-26 16:13:37,958 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 8)
2012-09-26 16:13:37,963 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /home/admin/Downloads/Test2
2012-09-26 16:13:37,963 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 9)
2012-09-26 16:13:37,972 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /home/admin/Downloads/Test2
2012-09-26 16:13:37,973 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 9)
2012-09-26 16:13:37,974 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 8)
2012-09-26 16:13:37,975 DEBUG [RepositoryDAOImpl] Marking Repository 8 as scanned with current timestamp
2012-09-26 16:13:37,987 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 9)
2012-09-26 16:13:37,990 DEBUG [RepositoryDAOImpl] Marking Repository 9 as scanned with current timestamp
2012-09-26 16:13:38,140 DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video codec.
2012-09-26 16:13:38,140 DEBUG [RepositoryDAOImpl] Marking Repository 8 as scanned with current timestamp
2012-09-26 16:13:38,146 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/admin/Downloads/Test2
2012-09-26 16:13:38,146 DEBUG [LibraryAdditionsCheckerThread] Found file 'test2.avi', checking if it's already in the Library
2012-09-26 16:13:38,146 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item test2.avi
2012-09-26 16:13:38,146 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/admin/Downloads/Test2/test2.avi, ignore case: false
2012-09-26 16:13:38,147 DEBUG [MediaItemDAOImpl] Media item test2.avi doesn't exist in DB yet
2012-09-26 16:13:38,147 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2012-09-26 16:13:38,147 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,147 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,148 DEBUG [ProcessExecutor] Starting ffmpeg -i /home/admin/Downloads/Test2/test2.avi
2012-09-26 16:13:38,322 DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video codec.
2012-09-26 16:13:38,323 DEBUG [RepositoryDAOImpl] Marking Repository 9 as scanned with current timestamp
and FFmpeg output:
ffmpeg version git-2012-08-25-65b552c Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 25 2012 19:56:20 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 54.100 / 54. 54.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 13.101 / 3. 13.101
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, avi, from '/home/admin/Downloads/Test1/test.avi':
Metadata:
encoder : Herodub 0.0003
title : AMC
ISBJ : AMC
artist : AMC
copyright : AMC
comment :
Duration: 00:45:30.87, start: 0.000000, bitrate: 1075 kb/s
Stream #0:0: Video: msmpeg4v3 (DIV3 / 0x33564944), yuv420p, 512x384, 23.98 tbr, 23.98 tbn, 23.98 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, s16, 192 kb/s
ffmpeg version git-2012-08-25-65b552c Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 25 2012 19:56:20 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 54.100 / 54. 54.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 13.101 / 3. 13.101
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, avi, from '/home/admin/Downloads/Test2/test2.avi':
Metadata:
encoder : Nandub v1.0rc2
Duration: 00:50:24.60, start: 0.000000, bitrate: 972 kb/s
Stream #0:0: Video: msmpeg4v3 (DIV3 / 0x33564944), yuv420p, 512x384, 23.98 tbr, 23.98 tbn, 23.98 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16, 32 kb/s
I'd appreciate any help. Thanks in advance!