FAQ  •  Register  •  Login

Transcoding H264 to divx xvid etc

<<

kormen

Serviio newbie

Posts: 4

Joined: Tue Jan 22, 2013 2:31 pm

Post Tue Jan 22, 2013 3:01 pm

Transcoding H264 to divx xvid etc

Hi!

I try search some solution to transcoding h264 to divx or xvid, i try some idea, but no success. The datas:

The source file:

ffmpeg -i
  Code:
ffmpeg version N-42368-gbf53863 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug  3 2012 12:30:46 with gcc 4.4.5
  configuration:
  libavutil      51. 64.100 / 51. 64.100
  libavcodec     54. 33.100 / 54. 33.100
  libavformat    54. 15.102 / 54. 15.102
  libavdevice    54.  1.100 / 54.  1.100
  libavfilter     3.  1.100 /  3.  1.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
[avi @ 0x1564120] Something went wrong during header parsing, I will ignore it and try to continue anyway.
Input #0, avi, from '/home/lada/Cam-videók/IM010268.AVI':
  Metadata:
    date            : 2010-03-26
    ICRT            : 02:59:22
    comment         :
  Duration: 03:05:36.70, start: 0.000000, bitrate: 1505 kb/s
    Stream #0:0: Video: h264 (Main) (H264 / 0x34363248), yuv420p, 432x240 [SAR 1:1 DAR 9:5], SAR 80:81 DAR 16:9, 30 fps, 30 tbr, 30 tbn, 224 tbc
At least one output file must be specified


mediainfo:

  Code:
General
Complete name                            : /home/lada/Cam-videók/IM010268.AVI
Format                                   : AVI
Format/Info                              : Audio Video Interleave
File size                                : 1.95 GiB
Duration                                 : 3h 5mn
Overall bit rate mode                    : Variable
Overall bit rate                         : 1 505 Kbps
Recorded date                            : 2010-03-26
Writing library                          : AMBA
ICRT                                     : 02:59:22

Video
ID                                       : 0
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : Main@L3.1
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 4 frames
Format settings, GOP                     : M=3, N=15
Codec ID                                 : H264
Duration                                 : 3h 5mn
Bit rate mode                            : Variable
Bit rate                                 : 1 500 Kbps
Maximum bit rate                         : 12.0 Mbps
Width                                    : 432 pixels
Height                                   : 240 pixels
Display aspect ratio                     : 16:9
Original display aspect ratio            : 16:9
Frame rate                               : 30.000 fps
Original frame rate                      : 112.000 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.482
Stream size                              : 1.95 GiB (100%)


The videos recorded on toshiba camileo x100.

The serviio run on a debian box (squeeze)

Te television is a Samsung LE32D550

On playing the tv drop an error message "unknown format" I dont see the logs the converting. The log is on debug level.

I try this in profile "<Profile id="7" name="Samsung TV / player (C/D/E-series)" extendsProfileId="1">"

  Code:
<Video targetContainer="m2ts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192">
     <Matches container="avi" vCodec="h264" />
     </Video>


I need all H264 to convert any level.

the full profile is now:

  Code:
<Profile id="7" name="Samsung TV / player (C/D/E-series)" extendsProfileId="1">
        <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SamsungDLNAMessageBuilder</ContentDirectoryMessageBuilder>
        <ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.SamsungWiseLinkProtocolHandler</ResourceTransportProtocolHandler>
        <Detection>
                        <UPnPSearch>
                                <FriendlyName>(^TV-\d{2}C\d{3}.*)|(^\[TV\][A-Z]{2}\d{2}(D|E)[A-Z]?\d{3,4}.*)</FriendlyName>
                                <ModelNumber>(1\.0)|(AllShare1\.0)</ModelNumber>
                        </UPnPSearch>
                        <HttpHeaders>
                                <!-- for BD players -->
                                <User-Agent>(.*SEC_HHP_BD-[CDE].*)|(.*SEC_HHP_\[(HT|BD)\][CDE].*)</User-Agent>
                        </HttpHeaders>
                </Detection>
                <DeviceDescription>
                <ExtraElements>
                        &lt;sec:ProductCap&gt;smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec&lt;/sec:ProductCap&gt;
                                &lt;sec:X_ProductCap&gt;smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec&lt;/sec:X_ProductCap&gt;
                </ExtraElements>
        </DeviceDescription>
        <MediaFormatProfiles>
            <MediaFormatProfile mime-type="video/x-mkv">MATROSKA</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/x-msvideo" name="">AVI</MediaFormatProfile>
        </MediaFormatProfiles>
                <ContentDirectoryDefinitionFilter>org.serviio.upnp.service.contentdirectory.definition.SamsungContentDirectoryDefinitionFilter</ContentDirectoryDefiniti
onFilter>
                <H264LevelCheck>FILE_ATTRIBUTES</H264LevelCheck>
                <Transcoding>
                        <Video targetContainer="m2ts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192">
                                <Matches container="avi" vCodec="h264" />
                        </Video>
                        <!-- Transcode all h264 video with HIGH/MAIN > Level 4.1 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
                        <Video targetContainer="m2ts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192">
                                <Matches container="*" vCodec="h264" profile="high_10" />
                                <Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.2" />
                                <Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.2" />
                                <Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.1" />
                                <Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
                                <Matches container="mp4" vCodec="dvvideo" />
                                <Matches container="mp4" vCodec="mjpeg" />
                        </Video>
                        <!-- transcode H264 MP4 files with LPCM audio -->
                        <Video targetContainer="m2ts" targetACodec="ac3">
                                <Matches container="mpegts" aCodec="mp2" />
                                <Matches container="mp4" aCodec="lpcm" />
                                <Matches container="flv" vCodec="h264" />
                                <Matches container="matroska" vCodec="h264" aCodec="flac" />
                                <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
                                <Matches container="matroska" vCodec="h264" aCodec="truehd" />
                                <Matches container="matroska" vCodec="vc1" />
                                <Matches container="ogg" vCodec="mpeg4" />
                                <Matches container="3gp" aCodec="amrnb" />
                        </Video>
                        <!-- transcode MKV with MPEG2 video, remux into mpeg2ts -->
                        <!-- transcode AVI with AVC video -->
                        <Video targetContainer="m2ts" targetACodec="ac3" targetVCodec="mpeg2video">
                                <Matches container="matroska" vCodec="mpeg2video" />
                                <Matches container="matroska" vCodec="vp8" />
                                <Matches container="avi" vCodec="h264" />
                                <Matches container="avi" vCodec="mjpeg" />
                                <Matches container="avi" vCodec="dvvideo" />
                                <Matches container="flv" />
                                <Matches container="ogg" />
                                <Matches container="rm" />
                        </Video>
                        <!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems-->
                        <Video targetContainer="m2ts" targetACodec="ac3" forceVTranscoding="true">
                                <Matches container="asf" vCodec="mpeg2video" />
                                <Matches container="asf" vCodec="mpeg1video" />
                        </Video>
                        <Video targetContainer="m2ts">
                                <Matches container="wtv" />
                        </Video>
                        <!-- transcode audio only for wmv with wmapro -->
                        <Video targetContainer="asf" targetACodec="ac3" aBitrate="256">
                                <Matches container="asf" aCodec="wmapro" />
                        </Video>
                        <Audio targetContainer="lpcm">
                                <Matches container="mp4" />
                                <Matches container="flac" />
                                <Matches container="ogg" />
                                <Matches container="adts" />
                        </Audio>
                </Transcoding>
                <OnlineTranscoding>
                        <Video targetContainer="m2ts" targetACodec="ac3" aBitrate="384">
                                <Matches container="mp4" vCodec="h264" />
                        <Matches container="applehttp" vCodec="h264"/>
                        </Video>
                        <Video targetContainer="m2ts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
                                <Matches container="mp4" />
                                <Matches container="asf" /> <!-- mms -->
                        </Video>
                </OnlineTranscoding>
                <AutomaticImageRotation>true</AutomaticImageRotation>
        <LimitImageResolution>false</LimitImageResolution>
        <SubtitlesMimeType>smi/caption</SubtitlesMimeType>
        </Profile>


Any idea? Where i went wrong?

Kormen
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jan 22, 2013 3:28 pm

Re: Transcoding H264 to divx xvid etc

Do you restart serviio services after saving your modification ?

Then you can enable detailed logging (see signature links) an see if your file is transcoded.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

kormen

Serviio newbie

Posts: 4

Joined: Tue Jan 22, 2013 2:31 pm

Post Thu Jan 24, 2013 3:06 pm

Re: Transcoding H264 to divx xvid etc

Hi!

Thanks the help. Of course my first thing to turn on debug logging. Then restart the server (for safety restart the whole server)

The log only contains the bot messages. Registering profiles, and scanning media files.

At night i send the log. But IMHO nothing interest.

Kormen
<<

kormen

Serviio newbie

Posts: 4

Joined: Tue Jan 22, 2013 2:31 pm

Post Fri Jan 25, 2013 2:22 pm

Re: Transcoding H264 to divx xvid etc

Hi!

I provide the log:

Starting:

  Code:
2013-01-25 14:03:13,798 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2013-01-25 14:03:13,808 INFO  [MediaServer] ------------------------------------------------------------------------
2013-01-25 14:03:13,808 INFO  [MediaServer] Serviio DLNA media streaming server v 1.1 (rev. 6ba0dd933a8e+)
2013-01-25 14:03:13,808 INFO  [MediaServer] Petr Nejedly 2009-2012
2013-01-25 14:03:13,808 INFO  [MediaServer] http://www.serviio.org
2013-01-25 14:03:13,808 INFO  [MediaServer]
2013-01-25 14:03:13,808 INFO  [MediaServer] Java 1.6.0_18-Sun Microsystems Inc.
2013-01-25 14:03:13,808 INFO  [MediaServer] OS Linux amd64 2.6.32-5-amd64
2013-01-25 14:03:13,808 INFO  [MediaServer] File encoding: UTF-8
2013-01-25 14:03:13,809 INFO  [MediaServer] Headless mode enabled: true
2013-01-25 14:03:13,809 INFO  [MediaServer] User: transmision
2013-01-25 14:03:13,809 INFO  [MediaServer] User home dir: /home/transmission/
2013-01-25 14:03:13,809 INFO  [MediaServer] Temp dir: /tmp
2013-01-25 14:03:13,809 INFO  [MediaServer] ------------------------------------------------------------------------
2013-01-25 14:03:13,989 INFO  [WebServer] Socket buffer set to 65535 bytes
2013-01-25 14:03:13,991 INFO  [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2013-01-25 14:03:14,035 INFO  [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2013-01-25 14:03:14,036 INFO  [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2013-01-25 14:03:14,053 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2013-01-25 14:03:14,062 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2013-01-25 14:03:16,292 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2013-01-25 14:03:16,293 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2013-01-25 14:03:16,294 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2013-01-25 14:03:16,295 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2013-01-25 14:03:16,296 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2013-01-25 14:03:16,297 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2013-01-25 14:03:16,298 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2013-01-25 14:03:16,299 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2013-01-25 14:03:16,300 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.sql' has been run
2013-01-25 14:03:16,301 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.1.sql' has been run
2013-01-25 14:03:16,302 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.2.sql' has been run
2013-01-25 14:03:16,303 DEBUG [DBLogDAOImpl] Checking if script 'script-1.0.sql' has been run
2013-01-25 14:03:16,304 DEBUG [DBLogDAOImpl] Checking if script 'script-1.1.sql' has been run
2013-01-25 14:03:16,318 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2013-01-25 14:03:16,344 DEBUG [LicenseValidator] Validating license file (339 bytes)
2013-01-25 14:03:16,558 INFO  [MediaServer] ------------------------------------------------------------------------
2013-01-25 14:03:16,558 INFO  [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2013-01-25 14:03:16,558 INFO  [MediaServer] ------------------------------------------------------------------------
2013-01-25 14:03:16,951 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2013-01-25 14:03:17,036 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2013-01-25 14:03:17,962 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2013-01-25 14:03:17,964 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2013-01-25 14:03:18,573 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2013-01-25 14:03:18,574 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2013-01-25 14:03:18,943 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2013-01-25 14:03:18,944 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2013-01-25 14:03:19,484 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2013-01-25 14:03:19,487 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2013-01-25 14:03:19,826 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2013-01-25 14:03:19,829 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2013-01-25 14:03:20,093 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2013-01-25 14:03:20,534 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2013-01-25 14:03:21,596 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2013-01-25 14:03:21,598 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2013-01-25 14:03:21,651 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2013-01-25 14:03:21,653 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2012
2013-01-25 14:03:22,882 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2013-01-25 14:03:22,884 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2013-01-25 14:03:24,305 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2013-01-25 14:03:24,307 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2013-01-25 14:03:24,994 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2013-01-25 14:03:24,996 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 14
2013-01-25 14:03:24,996 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 14
2013-01-25 14:03:25,338 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2013-01-25 14:03:25,420 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 15
2013-01-25 14:03:25,476 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2013-01-25 14:03:25,478 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 16
2013-01-25 14:03:25,751 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2013-01-25 14:03:25,754 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 17
2013-01-25 14:03:25,848 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2013-01-25 14:03:25,851 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 18
2013-01-25 14:03:26,340 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2013-01-25 14:03:26,343 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2011
2013-01-25 14:03:26,556 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2013-01-25 14:03:26,559 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2010
2013-01-25 14:03:27,048 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2013-01-25 14:03:27,050 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 20
2013-01-25 14:03:27,732 INFO  [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
2013-01-25 14:03:27,735 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2009
2013-01-25 14:03:27,951 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2013-01-25 14:03:27,954 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 22
2013-01-25 14:03:28,053 INFO  [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2013-01-25 14:03:28,056 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2011a
2013-01-25 14:03:29,057 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2013-01-25 14:03:29,060 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2011
2013-01-25 14:03:29,202 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2013-01-25 14:03:29,206 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2010
2013-01-25 14:03:29,340 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2013-01-25 14:03:29,343 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2012us
2013-01-25 14:03:29,538 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2013-01-25 14:03:29,541 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2011us
2013-01-25 14:03:29,738 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2013-01-25 14:03:29,741 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile SonySTR
2013-01-25 14:03:30,171 INFO  [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2013-01-25 14:03:30,175 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile SonyCMT
2013-01-25 14:03:30,332 INFO  [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2013-01-25 14:03:30,386 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2013-01-25 14:03:30,394 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile flv_player
2013-01-25 14:03:31,104 INFO  [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2013-01-25 14:03:31,107 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile serviigo
2013-01-25 14:03:31,370 INFO  [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
2013-01-25 14:03:31,372 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile wp8
2013-01-25 14:03:31,578 INFO  [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2013-01-25 14:03:31,758 INFO  [Device] Created UPnP Device with UUID: eae22bb4-cf3d-3591-af24-af9b875eb63b, bound address: 192.168.240.10
2013-01-25 14:03:31,791 INFO  [PluginCompilerThread] Looking for plugins at /opt/serviio/plugins
2013-01-25 14:03:31,792 INFO  [PluginCompilerThread] Started looking for plugins
2013-01-25 14:03:31,794 DEBUG [PluginCompilerThread] Starting plugin GameTrailers.groovy compilation
2013-01-25 14:03:31,794 INFO  [UpdateChecker] Checking if a new version is available
2013-01-25 14:03:31,829 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path ffmpeg
2013-01-25 14:03:31,866 DEBUG [ProcessExecutor] Starting ffmpeg
2013-01-25 14:03:31,889 WARN  [FFMPEGWrapper] FFmpeg is not compiled with librtmp support, RTMP streaming will not work.
2013-01-25 14:03:31,891 DEBUG [DCRawWrapper] Invoking DCRAW to check if it exists of path dcraw
2013-01-25 14:03:31,892 DEBUG [ProcessExecutor] Starting dcraw
2013-01-25 14:03:31,924 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-01-25 14:03:31,924 DEBUG [AbstractTranscodingDeliveryEngine] Deleting temporary transcoded files from: /home/tmp/Serviio
2013-01-25 14:03:32,045 INFO  [WebServer] WebServer starting on port 8895
2013-01-25 14:03:32,057 DEBUG [DiscoveryManager] UPNP device eae22bb4-cf3d-3591-af24-af9b875eb63b (192.168.240.10) is available
2013-01-25 14:03:32,059 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2013-01-25 14:03:32,060 INFO  [EventDispatcher] Starting EventDispatcher
2013-01-25 14:03:32,060 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2013-01-25 14:03:32,066 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface br0 (br0) and address 192.168.240.10, timeout = 0
2013-01-25 14:03:32,067 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2013-01-25 14:03:32,067 INFO  [RendererSearchSender] Searching for Renderer devices, will multicast on 5 NICs
2013-01-25 14:03:32,071 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface tap2 (tap2) and address 192.168.250.50, timeout = 0
2013-01-25 14:03:32,071 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface tap6 (tap6) and address 10.1.255.2, timeout = 0
2013-01-25 14:03:32,070 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface tap0 (tap0) and address 192.168.250.253, timeout = 0
2013-01-25 14:03:32,070 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface br0 (br0) and address 192.168.240.10, timeout = 0
2013-01-25 14:03:32,072 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface tap1 (tap1) and address 192.168.250.1, timeout = 0
2013-01-25 14:03:32,110 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2013-01-25 14:03:32,111 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2013-01-25 14:03:32,111 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2013-01-25 14:03:32,112 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2013-01-25 14:03:32,112 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2013-01-25 14:03:32,131 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.240.10:43371
2013-01-25 14:03:32,131 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.10
2013-01-25 14:03:32,161 DEBUG [DiscoveryAdvertisementNotifier] Found 5 network interfaces to advertise on
2013-01-25 14:03:32,162 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface br0 (br0) and address 192.168.240.10, timeout = 0
2013-01-25 14:03:32,163 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device eae22bb4-cf3d-3591-af24-af9b875eb63b
2013-01-25 14:03:32,231 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.240.10:43371
2013-01-25 14:03:32,231 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.10
2013-01-25 14:03:32,234 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.240.10:43371
2013-01-25 14:03:32,235 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.10
2013-01-25 14:03:32,869 DEBUG [WebServer] Incoming connection from /192.168.240.199:46511
2013-01-25 14:03:32,874 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:32,878 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device eae22bb4-cf3d-3591-af24-af9b875eb63b from 192.168.240.199 (headers = [HOST: 192.168.240.10:8895,U
SER-AGENT: SEC_HHP_[TV]LE32D550/1.0,ACCEPT-LANGUAGE: en-us])
2013-01-25 14:03:32,879 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:32,880 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [HOST: 192.168.240.10:8895,USER-AGENT: SEC_HHP_[TV]LE32D550/1.0,ACCEPT-LANGUAGE: en-us]
2013-01-25 14:03:32,882 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:32,950 DEBUG [WebServer] Incoming connection from /192.168.240.199:54457
2013-01-25 14:03:32,957 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:32,963 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device eae22bb4-cf3d-3591-af24-af9b875eb63b from 192.168.240.199 (headers = [HOST: 192.168.240.10:8895,U
SER-AGENT: SEC_HHP_[TV]LE32D550/1.0,ACCEPT-LANGUAGE: en-us])
2013-01-25 14:03:32,969 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:32,979 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [HOST: 192.168.240.10:8895,USER-AGENT: SEC_HHP_[TV]LE32D550/1.0,ACCEPT-LANGUAGE: en-us]
2013-01-25 14:03:32,981 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:32,990 DEBUG [RendererSearchSender] Received search response: location: http://192.168.240.199:52235/dmr/SamsungMRDesc.xml, st: urn:schemas-upnp-org:device:MediaRenderer:1
2013-01-25 14:03:32,991 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 061ca971-611e-5035-2f4e-2f61c51c2c3c from address /192.168.240.199:44381
2013-01-25 14:03:32,992 DEBUG [RendererSearchSender] Received search response: location: http://192.168.240.199:52235/dmr/SamsungMRDesc.xml, st: urn:schemas-upnp-org:device:MediaRenderer:1
2013-01-25 14:03:32,993 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 061ca971-611e-5035-2f4e-2f61c51c2c3c from address /192.168.240.199:44381
2013-01-25 14:03:33,000 DEBUG [RendererSearchSender] Received search response: location: http://192.168.240.199:52235/dmr/SamsungMRDesc.xml, st: urn:schemas-upnp-org:device:MediaRenderer:1
2013-01-25 14:03:33,000 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 061ca971-611e-5035-2f4e-2f61c51c2c3c from address /192.168.240.199:44381
2013-01-25 14:03:33,041 DEBUG [RendererManager] Adding renderer Renderer [uuid=061ca971-611e-5035-2f4e-2f61c51c2c3c, ipAddress=192.168.240.199, name=LE32D550, profileId=7, manuallyAdded=false, forcedProfile=
false, enabled=true, accessGroupId=1] to list of active renderers
2013-01-25 14:03:33,056 DEBUG [WebServer] Incoming connection from /192.168.240.199:53276
2013-01-25 14:03:33,058 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:33,060 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device eae22bb4-cf3d-3591-af24-af9b875eb63b from 192.168.240.199 (headers = [HOST: 192.168.240.10:8895,U
SER-AGENT: SEC_HHP_[TV]LE32D550/1.0,ACCEPT-LANGUAGE: en-us])
2013-01-25 14:03:33,060 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:33,061 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [HOST: 192.168.240.10:8895,USER-AGENT: SEC_HHP_[TV]LE32D550/1.0,ACCEPT-LANGUAGE: en-us]
2013-01-25 14:03:33,062 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:33,164 INFO  [PluginCompilerThread] Added Feed plugin GameTrailers (GameTrailers.groovy), version: 1
2013-01-25 14:03:33,164 DEBUG [PluginCompilerThread] Starting plugin Gamespot.groovy compilation
2013-01-25 14:03:33,311 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Samsung TV / player (C/D/E-series)'
2013-01-25 14:03:33,314 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Samsung TV / player (C/D/E-series)'
2013-01-25 14:03:33,315 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Samsung TV / player (C/D/E-series)'
2013-01-25 14:03:33,400 DEBUG [WebServer] Incoming connection from /192.168.240.199:33842
2013-01-25 14:03:33,404 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:03:33,405 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2013-01-25 14:03:33,418 INFO  [PluginCompilerThread] Added Feed plugin Gamespot (Gamespot.groovy), version: 1
2013-01-25 14:03:33,418 DEBUG [PluginCompilerThread] Starting plugin Youtube.groovy compilation
2013-01-25 14:03:33,874 INFO  [PluginCompilerThread] Added Feed plugin YouTube (Youtube.groovy), version: 1
2013-01-25 14:03:34,056 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface tap0 (tap0) and address 192.168.250.253, timeout = 0
2013-01-25 14:03:34,057 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device eae22bb4-cf3d-3591-af24-af9b875eb63b
2013-01-25 14:03:35,862 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface tap6 (tap6) and address 10.1.255.2, timeout = 0
2013-01-25 14:03:35,864 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device eae22bb4-cf3d-3591-af24-af9b875eb63b
[...]
2013-01-25 14:03:51,192 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:00 (advertisement duration is 1800 sec.)
2013-01-25 14:03:52,163 DEBUG [DiscoveryAdvertisementNotifier] Found 5 network interfaces to advertise on
[...]
2013-01-25 14:03:58,121 INFO  [FeedUpdaterThread] Started looking for information about online resources
2013-01-25 14:03:58,121 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2013-01-25 14:03:58,306 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2013-01-25 14:03:58,323 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2013-01-25 14:03:58,352 DEBUG [RepositoryDAOImpl] Reading all Repositories
2013-01-25 14:03:58,354 INFO  [PlaylistMaintainerThread] Started looking playlist changes
2013-01-25 14:03:58,354 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2013-01-25 14:03:58,354 DEBUG [RepositoryDAOImpl] Reading all Repositories
2013-01-25 14:03:58,367 DEBUG [PlaylistDAOImpl] Reading all Playlists
2013-01-25 14:03:58,393 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2013-01-25 14:03:58,410 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/transmission/video
2013-01-25 14:03:58,411 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /home/transmission/video/Final Fantasy VII-Advent Children-
2013-01-25 14:03:58,411 DEBUG [LibraryAdditionsCheckerThread] Found file 'Final.Fantasy.VII-Advent.Children.DVDRiP.AC3.XviD-ArenaBG.avi', checking if it's already in the Library
2013-01-25 14:03:58,419 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /home/transmission/video
2013-01-25 14:03:58,419 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 3)
2013-01-25 14:03:58,428 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Final.Fantasy.VII-Advent.Children.DVDRiP.AC3.XviD-ArenaBG.avi
2013-01-25 14:03:58,428 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/transmission/video/Final Fantasy VII-Advent Children-/Final.Fantasy.VII-Advent.Children.DVDRiP.AC3.XviD-ArenaBG.a
vi, ignore case: false
[...]
 Media Checking... a lot of time
[...]
2013-01-25 14:04:07,823 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 16308) and extractor EMBEDDED
2013-01-25 14:04:07,823 DEBUG [MediaItemDAOImpl] Getting file of media item 16309
2013-01-25 14:04:07,823 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 16309) and extractor EMBEDDED
2013-01-25 14:04:07,824 DEBUG [MediaItemDAOImpl] Getting file of media item 16310
2013-01-25 14:04:07,824 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 16310) and extractor EMBEDDED
2013-01-25 14:04:07,825 DEBUG [MediaItemDAOImpl] Getting file of media item 16311
[...]
2013-01-25 14:04:55,411 DEBUG [FeedItemUrlExtractor] YouTube: Starting extraction of url for item: Haver, haver! (Teljes film)
2013-01-25 14:04:55,594 DEBUG [FeedItemUrlExtractor] YouTube: Finished extraction of url: ContentURLContainer [fileType=VIDEO, contentUrl=http://r6---sn-qpbpu8-c0ql.c.youtube.com/videoplayback?sparams=algori
thm%2Cburst%2Ccp%2Cfactor%2Cid%2Cip%2Cipbits%2Citag%2Csource%2Cupn%2Cexpire&mv=m&upn=3DlyvhUfwhQ&source=youtube&key=yt1&factor=1.25&burst=40&expire=1359142757&cp=U0hUTlFPUF9KUUNONF9JSVRIOkJyM2NtQVpYaUdm&ip=9
2.249.155.231&id=7da0dc13bf5dbc4c&fexp=916104%2C913562%2C900218%2C916626%2C920704%2C912806%2C922403%2C922405%2C929901%2C913605%2C925710%2C929104%2C906938%2C913563%2C920201%2C913302%2C919009%2C911116%2C926403
%2C910221%2C901451&mt=1359119532&algorithm=throttle-factor&sver=3&ms=au&ipbits=8&newshard=yes&itag=34&signature=37EE85ABD81BE399C883524DC0B7E2E17BAC9060.1A6F930BDFE87EBFFF67582BF10F0A6DBEA890CC, thumbnailUrl
=http://i3.ytimg.com/vi/faDcE79dvEw/default.jpg, expiresOn=Fri Jan 25 20:39:17 CET 2013, expiresImmediately=false, cacheKey=http://www.youtube.com/watch?v=faDcE79dvEw&feature=youtube_gdata_34, live=false, ]
2013-01-25 14:04:55,595 DEBUG [FeedParser] Added feed item 42: 'Haver, haver! (Teljes film)' (http://r6---sn-qpbpu8-c0ql.c.youtube.com/videoplayback?sparams=algorithm%2Cburst%2Ccp%2Cfactor%2Cid%2Cip%2Cipbits
%2Citag%2Csource%2Cupn%2Cexpire&mv=m&upn=3DlyvhUfwhQ&source=youtube&key=yt1&factor=1.25&burst=40&expire=1359142757&cp=U0hUTlFPUF9KUUNONF9JSVRIOkJyM2NtQVpYaUdm&ip=92.249.155.231&id=7da0dc13bf5dbc4c&fexp=91610
4%2C913562%2C900218%2C916626%2C920704%2C912806%2C922403%2C922405%2C929901%2C913605%2C925710%2C929104%2C906938%2C913563%2C920201%2C913302%2C919009%2C911116%2C926403%2C910221%2C901451&mt=1359119532&algorithm=t
hrottle-factor&sver=3&ms=au&ipbits=8&newshard=yes&itag=34&signature=37EE85ABD81BE399C883524DC0B7E2E17BAC9060.1A6F930BDFE87EBFFF67582BF10F0A6DBEA890CC)
[...]
2013-01-25 14:14:22,946 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2013-01-25 14:14:22,948 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2013-01-25 14:14:22,953 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2013-01-25 14:14:22,958 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2013-01-25 14:14:22,967 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 8)
2013-01-25 14:14:22,975 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 12)
2013-01-25 14:14:22,984 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 13)
2013-01-25 14:14:22,993 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 14)
2013-01-25 14:14:23,003 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 16)
2013-01-25 14:14:23,012 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 17)
2013-01-25 14:15:23,017 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2013-01-25 14:15:23,017 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2013-01-25 14:15:23,019 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2013-01-25 14:15:23,023 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2013-01-25 14:15:23,027 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2013-01-25 14:15:23,036 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 8)
2013-01-25 14:15:23,045 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 12)
2013-01-25 14:15:23,055 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 13)
2013-01-25 14:15:23,064 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 14)
2013-01-25 14:15:23,073 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 16)
2013-01-25 14:15:23,081 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 17)


Opening/playing file:

  Code:
2013-01-25 14:56:09,827 DEBUG [WebServer] Incoming connection from /192.168.240.199:42200
2013-01-25 14:56:09,828 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:09,828 DEBUG [ResourceTransportRequestHandler] HEAD /resource/18696/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,Host: 192.168.240.10:8895]]
2013-01-25 14:56:09,828 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:09,828 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:09,829 DEBUG [ResourceDeliveryProcessor] Request for resource 18696 and type 'MEDIA_ITEM' received
2013-01-25 14:56:09,829 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18696 (local)
2013-01-25 14:56:09,829 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18696)
2013-01-25 14:56:09,829 DEBUG [VideoDAOImpl] Reading a Video (id = 18696)
2013-01-25 14:56:09,829 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18696, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:09,830 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IM010268.AVI
2013-01-25 14:56:09,830 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:09,830 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:09,830 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:09,830 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
2013-01-25 14:56:09,830 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:09 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.d
lna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-01-25 14:56:09,843 DEBUG [WebServer] Incoming connection from /192.168.240.199:49516
2013-01-25 14:56:09,876 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:09,877 DEBUG [ResourceTransportRequestHandler] GET /resource/18696/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Streaming,
getMediaInfo.sec: 1,TimeSeekRange.dlna.org: npt=0-,Host: 192.168.240.10:8895]]
2013-01-25 14:56:09,877 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:09,877 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:09,877 DEBUG [ResourceDeliveryProcessor] Request for resource 18696 and type 'MEDIA_ITEM' received
2013-01-25 14:56:09,877 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18696 (local)
2013-01-25 14:56:09,877 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18696)
2013-01-25 14:56:09,877 DEBUG [VideoDAOImpl] Reading a Video (id = 18696)
2013-01-25 14:56:09,878 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18696, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:09,878 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IM010268.AVI
2013-01-25 14:56:09,878 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:09,878 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:09,878 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:09,878 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18696 (local)
2013-01-25 14:56:09,878 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18696)
2013-01-25 14:56:09,878 DEBUG [VideoDAOImpl] Reading a Video (id = 18696)
2013-01-25 14:56:09,879 DEBUG [VideoDeliveryEngine] Delivering item '18696' for client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:09,879 DEBUG [VideoDeliveryEngine] Delivering file 'IM010268.AVI' using transcoding
2013-01-25 14:56:09,879 DEBUG [AbstractTranscodingDeliveryEngine] No other client uses transcoding job of file 'transcoding-temp-1000000130043190-7-ORIGINAL.stf', will stop the job
2013-01-25 14:56:09,879 DEBUG [AbstractTranscodingDeliveryEngine] Stopping previous transcoding job of file 'transcoding-temp-1000000130043190-7-ORIGINAL.stf'
2013-01-25 14:56:09,881 DEBUG [TranscodingJobListener] Deleted temp file '/home/tmp/Serviio/transcoding-temp-1000000130043190-7-ORIGINAL.stf': true
2013-01-25 14:56:09,881 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:09,881 DEBUG [MediaItemDAOImpl] Getting file of media item 18696
2013-01-25 14:56:09,881 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: /home/lada/Cam-videók/IM010268.AVI
2013-01-25 14:56:09,882 DEBUG [ProcessExecutor] Starting ffmpeg -threads 2 -i /home/lada/Cam-videók/IM010268.AVI -y -copyts -c:v mpeg2video -qscale:v 1 -r 30 -g 15 -mpegts_m2ts_mode 1 -an -map 0:0 -sn -f mpe
gts /home/tmp/Serviio/transcoding-temp-18696-7-ORIGINAL.stf
2013-01-25 14:56:10,382 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-01-25 14:56:10,382 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:10,383 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:10,383 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:10,383 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 18696) as read
2013-01-25 14:56:10,394 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2013-01-25 14:56:10,394 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-01-25 14:56:10,395 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-01-25 14:56:10,395 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:10 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=0-11136/11136,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500
000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*,MediaInfo.sec: SEC_Duration=11136000;]]
2013-01-25 14:56:11,848 DEBUG [WebServer] Incoming connection from /192.168.240.199:54827
2013-01-25 14:56:11,927 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:11,928 DEBUG [ResourceTransportRequestHandler] HEAD /resource/18696/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getCaptionInfo.sec: 1]]
2013-01-25 14:56:11,928 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:11,928 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:11,928 DEBUG [ResourceTransportRequestHandler] HEAD /resource/18696/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getCaptionInfo.sec: 1]]
2013-01-25 14:56:11,928 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:11,928 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:11,928 DEBUG [ResourceDeliveryProcessor] Request for resource 18696 and type 'MEDIA_ITEM' received
2013-01-25 14:56:11,928 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18696 (local)
2013-01-25 14:56:11,928 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18696)
2013-01-25 14:56:11,929 DEBUG [VideoDAOImpl] Reading a Video (id = 18696)
2013-01-25 14:56:11,929 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18696, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:11,929 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IM010268.AVI
2013-01-25 14:56:11,929 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:11,929 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:11,929 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:11,929 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18696)
2013-01-25 14:56:11,930 DEBUG [MediaItemDAOImpl] Getting file of media item 18696
2013-01-25 14:56:11,930 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
2013-01-25 14:56:11,930 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:11 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA
.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000]]
2013-01-25 14:56:12,474 DEBUG [WebServer] Incoming connection from /192.168.240.199:53225
2013-01-25 14:56:12,475 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:12,476 DEBUG [ResourceTransportRequestHandler] HEAD /resource/18696/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getCaptionInfo.sec: 1]]
2013-01-25 14:56:12,476 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:12,476 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:12,476 DEBUG [ResourceDeliveryProcessor] Request for resource 18696 and type 'MEDIA_ITEM' received
2013-01-25 14:56:12,476 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18696 (local)
2013-01-25 14:56:12,476 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18696)
2013-01-25 14:56:12,477 DEBUG [VideoDAOImpl] Reading a Video (id = 18696)
2013-01-25 14:56:12,477 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18696, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:12,478 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IM010268.AVI
2013-01-25 14:56:12,478 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:12,479 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:12,479 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IM010268.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:12,479 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18696)
2013-01-25 14:56:12,479 DEBUG [MediaItemDAOImpl] Getting file of media item 18696
2013-01-25 14:56:12,480 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
2013-01-25 14:56:12,480 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:12 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA
.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000]]
2013-01-25 14:56:12,595 DEBUG [WebServer] I/O error: Connection reset
2013-01-25 14:56:15,661 DEBUG [WebServer] Incoming connection from /192.168.240.199:57895
2013-01-25 14:56:15,664 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:15,665 DEBUG [ResourceTransportRequestHandler] HEAD /resource/18667/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,Host: 192.168.240.10:8895]]
2013-01-25 14:56:15,665 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:15,666 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:15,666 DEBUG [ResourceDeliveryProcessor] Request for resource 18667 and type 'MEDIA_ITEM' received
2013-01-25 14:56:15,666 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18667 (local)
2013-01-25 14:56:15,666 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18667)
2013-01-25 14:56:15,666 DEBUG [VideoDAOImpl] Reading a Video (id = 18667)
2013-01-25 14:56:15,667 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18667, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:15,667 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IMAG0001.AVI
2013-01-25 14:56:15,667 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:15,667 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:15,667 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:15,667 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
2013-01-25 14:56:15,667 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:15 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.d
lna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-01-25 14:56:15,679 DEBUG [WebServer] Incoming connection from /192.168.240.199:46387
2013-01-25 14:56:15,680 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:15,683 DEBUG [ResourceTransportRequestHandler] GET /resource/18667/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Streaming,
getMediaInfo.sec: 1,TimeSeekRange.dlna.org: npt=0-,Host: 192.168.240.10:8895]]
2013-01-25 14:56:15,683 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:15,683 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:15,686 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:15,686 DEBUG [ResourceDeliveryProcessor] Request for resource 18667 and type 'MEDIA_ITEM' received
2013-01-25 14:56:15,686 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18667 (local)
2013-01-25 14:56:15,686 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18667)
2013-01-25 14:56:15,687 DEBUG [VideoDAOImpl] Reading a Video (id = 18667)
2013-01-25 14:56:15,689 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18667, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:15,689 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IMAG0001.AVI
2013-01-25 14:56:15,689 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:15,689 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:15,690 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:15,690 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18667 (local)
2013-01-25 14:56:15,690 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18667)
2013-01-25 14:56:15,690 DEBUG [VideoDAOImpl] Reading a Video (id = 18667)
2013-01-25 14:56:15,691 DEBUG [VideoDeliveryEngine] Delivering item '18667' for client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:15,691 DEBUG [VideoDeliveryEngine] Delivering file 'IMAG0001.AVI' using transcoding
2013-01-25 14:56:15,692 DEBUG [AbstractTranscodingDeliveryEngine] No other client uses transcoding job of file 'transcoding-temp-18696-7-ORIGINAL.stf', will stop the job
2013-01-25 14:56:15,692 DEBUG [AbstractTranscodingDeliveryEngine] Stopping previous transcoding job of file 'transcoding-temp-18696-7-ORIGINAL.stf'
2013-01-25 14:56:15,692 DEBUG [ProcessExecutor] Stopping external process: Thread[Thread-420,5,main]
2013-01-25 14:56:15,692 DEBUG [ProcessUtils] Sending kill -9 to the Unix process: 24742
2013-01-25 14:56:15,693 DEBUG [ProcessExecutor] Starting kill -9 24742
2013-01-25 14:56:15,724 DEBUG [TranscodingJobListener] Transcoding finished; successful: true
2013-01-25 14:56:15,733 DEBUG [TranscodingJobListener] Deleted temp file '/home/tmp/Serviio/transcoding-temp-18696-7-ORIGINAL.stf': true
2013-01-25 14:56:15,733 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:15,733 DEBUG [MediaItemDAOImpl] Getting file of media item 18667
2013-01-25 14:56:15,734 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: /home/lada/Cam-videók/IMAG0001.AVI
2013-01-25 14:56:15,735 DEBUG [ProcessExecutor] Starting ffmpeg -threads 2 -i /home/lada/Cam-videók/IMAG0001.AVI -y -copyts -c:v mpeg2video -qscale:v 1 -r 30000/1001 -g 15 -mpegts_m2ts_mode 1 -c:a ac3 -b:a 1
92k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /home/tmp/Serviio/transcoding-temp-18667-7-ORIGINAL.stf
2013-01-25 14:56:16,235 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-01-25 14:56:16,235 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:16,235 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:16,235 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:16,235 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 18667) as read
2013-01-25 14:56:16,248 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2013-01-25 14:56:16,248 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-01-25 14:56:16,248 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-01-25 14:56:16,248 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:16 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=0-325/325,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=015000000
00000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*,MediaInfo.sec: SEC_Duration=325000;]]
2013-01-25 14:56:17,839 DEBUG [WebServer] Incoming connection from /192.168.240.199:59186
2013-01-25 14:56:17,840 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:17,840 DEBUG [ResourceTransportRequestHandler] HEAD /resource/18667/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getCaptionInfo.sec: 1]]
2013-01-25 14:56:17,840 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:17,841 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:17,841 DEBUG [ResourceDeliveryProcessor] Request for resource 18667 and type 'MEDIA_ITEM' received
2013-01-25 14:56:17,841 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18667 (local)
2013-01-25 14:56:17,841 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18667)
2013-01-25 14:56:17,841 DEBUG [VideoDAOImpl] Reading a Video (id = 18667)
2013-01-25 14:56:17,842 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18667, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:17,843 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IMAG0001.AVI
2013-01-25 14:56:17,843 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:17,843 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:17,843 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:17,844 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18667)
2013-01-25 14:56:17,844 DEBUG [MediaItemDAOImpl] Getting file of media item 18667
2013-01-25 14:56:17,844 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
2013-01-25 14:56:17,847 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:17 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA
.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000]]
2013-01-25 14:56:18,516 DEBUG [WebServer] Incoming connection from /192.168.240.199:37048
2013-01-25 14:56:18,516 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:18,517 DEBUG [ResourceTransportRequestHandler] HEAD /resource/18667/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getCaptionInfo.sec: 1]]
2013-01-25 14:56:18,517 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:18,517 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:18,517 DEBUG [ResourceDeliveryProcessor] Request for resource 18667 and type 'MEDIA_ITEM' received
2013-01-25 14:56:18,517 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18667 (local)
2013-01-25 14:56:18,517 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18667)
2013-01-25 14:56:18,518 DEBUG [VideoDAOImpl] Reading a Video (id = 18667)
2013-01-25 14:56:18,518 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18667, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:18,519 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IMAG0001.AVI
2013-01-25 14:56:18,520 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:18,520 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:18,520 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:18,520 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18667)
2013-01-25 14:56:18,520 DEBUG [MediaItemDAOImpl] Getting file of media item 18667
2013-01-25 14:56:18,524 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
2013-01-25 14:56:18,524 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:18 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA
.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000]]
2013-01-25 14:56:18,599 DEBUG [WebServer] I/O error: Connection reset
2013-01-25 14:56:21,638 DEBUG [WebServer] Incoming connection from /192.168.240.199:46670
2013-01-25 14:56:21,639 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:21,639 DEBUG [ResourceTransportRequestHandler] HEAD /resource/18675/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,Host: 192.168.240.10:8895]]
2013-01-25 14:56:21,639 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:21,640 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:21,640 DEBUG [ResourceDeliveryProcessor] Request for resource 18675 and type 'MEDIA_ITEM' received
2013-01-25 14:56:21,640 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18675 (local)
2013-01-25 14:56:21,640 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18675)
2013-01-25 14:56:21,640 DEBUG [VideoDAOImpl] Reading a Video (id = 18675)
2013-01-25 14:56:21,641 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18675, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:21,641 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IMAG0001_thm.AVI
2013-01-25 14:56:21,641 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001_thm.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:21,641 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001_thm.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:21,641 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001_thm.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:21,642 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
2013-01-25 14:56:21,642 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 50000000000,Date: Fri, 25 Jan 2013 13:56:21 GMT,Server: Linu
x, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_KO_T;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.d
lna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-01-25 14:56:21,653 DEBUG [WebServer] Incoming connection from /192.168.240.199:52405
2013-01-25 14:56:21,654 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:21,654 DEBUG [ResourceTransportRequestHandler] GET /resource/18675/MEDIA_ITEM/MPEG_TS_SD_KO_T-0/ORIGINAL HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Streaming,
getMediaInfo.sec: 1,TimeSeekRange.dlna.org: npt=0-,Host: 192.168.240.10:8895]]
2013-01-25 14:56:21,654 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.240.199
2013-01-25 14:56:21,655 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:21,655 DEBUG [ResourceDeliveryProcessor] Request for resource 18675 and type 'MEDIA_ITEM' received
2013-01-25 14:56:21,655 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18675 (local)
2013-01-25 14:56:21,655 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18675)
2013-01-25 14:56:21,655 DEBUG [VideoDAOImpl] Reading a Video (id = 18675)
2013-01-25 14:56:21,656 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 18675, format MPEG_TS_SD_KO_T and profile Samsung TV / player (C/D/E-series)
2013-01-25 14:56:21,656 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file IMAG0001_thm.AVI
2013-01-25 14:56:21,656 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001_thm.AVI: MPEG_TS_SD_EU_T
2013-01-25 14:56:21,656 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001_thm.AVI: MPEG_TS_SD_NA_T
2013-01-25 14:56:21,656 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file IMAG0001_thm.AVI: MPEG_TS_SD_KO_T
2013-01-25 14:56:21,656 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 18675 (local)
2013-01-25 14:56:21,656 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 18675)
2013-01-25 14:56:21,657 DEBUG [VideoDAOImpl] Reading a Video (id = 18675)
2013-01-25 14:56:21,657 DEBUG [VideoDeliveryEngine] Delivering item '18675' for client 'IPAddress=/192.168.240.199, Profile=Samsung TV / player (C/D/E-series)'
2013-01-25 14:56:21,657 DEBUG [VideoDeliveryEngine] Delivering file 'IMAG0001_thm.AVI' using transcoding
2013-01-25 14:56:21,657 DEBUG [AbstractTranscodingDeliveryEngine] No other client uses transcoding job of file 'transcoding-temp-18667-7-ORIGINAL.stf', will stop the job
2013-01-25 14:56:21,657 DEBUG [AbstractTranscodingDeliveryEngine] Stopping previous transcoding job of file 'transcoding-temp-18667-7-ORIGINAL.stf'
2013-01-25 14:56:21,657 DEBUG [ProcessExecutor] Stopping external process: Thread[Thread-430,5,main]
2013-01-25 14:56:21,657 DEBUG [ProcessUtils] Sending kill -9 to the Unix process: 24760
2013-01-25 14:56:21,657 DEBUG [ProcessExecutor] Starting kill -9 24760
2013-01-25 14:56:21,698 DEBUG [TranscodingJobListener] Transcoding finished; successful: true
[...]



This is it. Only the "DEBUG [WebServer] I/O error: Connection reset" is weird. But maybe naturally.

All other movies working perfectly.

Any idea?

Kormen
<<

kormen

Serviio newbie

Posts: 4

Joined: Tue Jan 22, 2013 2:31 pm

Post Fri Jan 25, 2013 2:58 pm

Re: Transcoding H264 to divx xvid etc

Hi!

Able at all the serviio transcoding to avi container with divx/xvid format?

My tv can play avi W/O transcoding.

I see the docs the available containers is: asf, mpeg (MPEG2PS), mpegts (MPEG2TS) (no AVI or i mistake something)
the available codecs is: asf, mpeg (MPEG2PS), mpegts (MPEG2TS) (hmmm)

Vhat needed for me to convert video to divx/xvid avi? My tv that plaing like a charm.

Kormen
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Jan 25, 2013 3:22 pm

Re: Transcoding H264 to divx xvid etc

/ 1/
On samsung profile could replace "m2ts" by "mpegts", save, restart serviio services and retry ?

/ 2/
Could you retry locally in a terminal the same command line used :
ffmpeg -threads 2 -i /home/lada/Cam-videók/IM010268.AVI -y -copyts -c:v mpeg2video -qscale:v 1 -r 30 -g 15 -mpegts_m2ts_mode 1 -an -map 0:0 -sn -f mpegts /home/tmp/Serviio/TEST1.ts
ffmpeg -threads 2 -i /home/lada/Cam-videók/IMAG0001.AVI -y -copyts -c:v mpeg2video -qscale:v 1 -r 30000/1001 -g 15 -mpegts_m2ts_mode 1 -c:a ac3 -b:a 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /home/tmp/Serviio/TEST2.ts

and check ffmpeg log.
You can also add the result file to the serviio library and check if files failed to be played in native format.


- Avi container with h264 video codec is not a common format.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 20 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.