FAQ  •  Register  •  Login

HLS Transcoding and start point

<<

masikh@gmail.com

Serviio newbie

Posts: 5

Joined: Fri Dec 04, 2015 5:30 pm

Post Fri Dec 04, 2015 5:43 pm

HLS Transcoding and start point

Dear forum users and or developers of Serviio,

First of all thanks for Serviio, I love the product, I happily payed for it and using the APIs to get the content from serviio directly on my phone/pad etc. In short I am happy, but...

There must be a but, sorry for that, but otherwise I wouldn't be writing here.

The 'but' is this: Whenever I start a stream of a previously not trans-coded content piece the stream doesn't start from 0 but some seconds(up till minutes) ahead. This is most probably (but this is an assumption!) because the m3u8 first '#EXT-X-BYTERANGE:' declaration doesn't start at 0. Serviio uses ffmpeg for transcoding and it seems that adding 'hls_list_size size' with size 0 to the parameter list of ffmpeg would solve this problem.

My question: Is this parameter already set to ffmpeg during the transcoding? Is this a client-side issue? Is there an other (unknow to me) reason it doesn't start from 0?

(I found the 'hls_list_size size' information at http://superuser.com/questions/989474/f ... -beginning)

Kind Regards,

Robert.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Dec 09, 2015 1:47 pm

Re: HLS Transcoding and start point

are you talking about live streams or transcoded video files?
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Wed Dec 09, 2015 4:48 pm

Re: HLS Transcoding and start point

Isn't HLS only for live streaming? I have never seen an HLS 'file", but I have many HLS live streams, which of course start at the current 'live' point in time.
<<

masikh@gmail.com

Serviio newbie

Posts: 5

Joined: Fri Dec 04, 2015 5:30 pm

Post Wed Dec 09, 2015 5:21 pm

Re: HLS Transcoding and start point

are you talking about live streams or transcoded video files? ->

It's when I ask a movie to be transcoded into a HLS stream (for playing on a I-device) (e.g. similar to the call used by mediabrowser URL)

Kind regards,

Robert.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Dec 10, 2015 4:21 pm

Re: HLS Transcoding and start point

You need to provide the ffmpeg details about the file you are experiencing this with and provide a debug log showing what serviio is doing when this occurs.

I have tested Mediabrowser on my ipad with an h264/aac.mp4 file that required no transcoding and an h264/ac3.mkv file that required transcoding of the audio using this command and both played correctly from the start.
  Code:
2015-12-09 23:28:19,280 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: D:\Azureus Active Downloads\Transmission Downloads\Downton.Abbey.S06\Downton.Abbey.S06E03.mkv
2015-12-09 23:28:19,280 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\lib\ffdump.bat -fflags +genpts -threads 8 -i D:\Azureus Active Downloads\Transmission Downloads\Downton.Abbey.S06\Downton.Abbey.S06E03.mkv -y -c:v copy -bsf:v h264_mp4toannexb -c:a aac -strict experimental -b:a 192k -ac 2 -map 0:0 -map 0:1 -sn -f segment -segment_time 10 -segment_format mpegts -segment_list_flags +cache -segment_list D:\TEMP\Serviio\transcoding-temp-29572-ios-ORIGINAL.stf\playlist.m3u8 D:\TEMP\Serviio\transcoding-temp-29572-ios-ORIGINAL.stf\segment%05d.ts

The playlist contained the following:
  Code:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:YES
#EXT-X-TARGETDURATION:11
#EXTINF:10.080000,
segment00000.ts
#EXTINF:10.240000,
segment00001.ts
#EXTINF:9.720000,
etc

You can see these yourself in the Debug log and the by copying and viewing the transcoded .stf file created by the above command.

However when I play a file where the video requires transcoding, I also experience a late start as follows:
The file:
  Code:
Input #0, mpeg, from 'D:\Azureus Active Downloads\Artur Rubenstein\Artur Rubinst
ein (Kultur)\Artur RubensteinMVW.mpg':
  Duration: 01:15:02.76, start: 0.169900, bitrate: 6673 kb/s
    Stream #0:0[0x1bf]: Data: dvd_nav_packet
    Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 8:9
DAR 4:3], max. 8000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:2[0xa0]: Audio: pcm_dvd, 48000 Hz, 2 channels, s16, 1536 kb/s

The transcoded manifest/playlist appears to be correct:
  Code:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:YES
#EXT-X-TARGETDURATION:11
#EXTINF:10.210200,
segment00000.ts
#EXTINF:9.876533,
segment00001.ts
#EXTINF:10.410400,
segment00002.ts
#EXTINF:9.743067,
segment00003.ts
#EXTINF:10.010000,
segment00004.ts
#EXTINF:9.809800,
segment00005.ts
#EXTINF:10.010000,
segment00006.ts
#EXTINF:10.010000,
segment00007.ts
#EXTINF:9.976633,
segment00008.ts
#EXTINF:10.010000,
segment00009.ts
#EXTINF:10.010000,
segment00010.ts
#EXTINF:10.210200,
segment00011.ts
#EXTINF:10.010000,
segment00012.ts
#EXTINF:10.010000,
segment00013.ts
#EXTINF:10.010000,
segment00014.ts
#EXTINF:10.010000,
segment00015.ts
#EXTINF:10.010000,
segment00016.ts
#EXTINF:10.010000,
segment00017.ts
#EXTINF:10.010000,
segment00018.ts
#EXTINF:10.010000,
segment00019.ts
#EXTINF:10.010000,
segment00020.ts
#EXTINF:9.676333,
segment00021.ts
#EXTINF:10.010000,
segment00022.ts
#EXTINF:10.010000,
segment00023.ts
#EXTINF:9.943267,
segment00024.ts
#EXTINF:10.243567,
segment00025.ts
#EXTINF:10.010000,
segment00026.ts
#EXTINF:9.776433,
segment00027.ts
#EXTINF:10.377033,
segment00028.ts
#EXTINF:9.876533,
segment00029.ts
#EXTINF:10.010000,
segment00030.ts
#EXTINF:10.010000,
segment00031.ts
#EXTINF:9.876533,
segment00032.ts
#EXTINF:10.010000,
segment00033.ts
#EXTINF:9.943267,
segment00034.ts
#EXTINF:10.210200,
segment00035.ts
#EXTINF:9.876533,
segment00036.ts
#EXTINF:9.909900,
segment00037.ts
#EXTINF:9.943267,
segment00038.ts
#EXTINF:10.110100,
segment00039.ts
#EXTINF:9.976633,
segment00040.ts
#EXTINF:10.210200,
segment00041.ts
#EXTINF:10.010000,
segment00042.ts
#EXTINF:9.676333,
segment00043.ts
#EXTINF:10.176833,
segment00044.ts
#EXTINF:10.010000,
segment00045.ts
#EXTINF:10.010000,
segment00046.ts
#EXTINF:10.010000,
segment00047.ts
#EXTINF:10.010000,
segment00048.ts
#EXTINF:10.010000,
segment00049.ts
#EXTINF:10.010000,
segment00050.ts
#EXTINF:10.010000,
segment00051.ts
#EXTINF:10.010000,
segment00052.ts
#EXTINF:10.143467,
segment00053.ts
#EXTINF:10.010000,
segment00054.ts
#EXTINF:9.709700,
segment00055.ts
#EXTINF:10.176833,
segment00056.ts
#EXTINF:9.843167,
segment00057.ts
#EXTINF:9.909900,
segment00058.ts
#EXTINF:10.010000,
segment00059.ts
#EXTINF:10.343667,
segment00060.ts
#EXTINF:9.976633,
segment00061.ts
#EXTINF:10.010000,
segment00062.ts
#EXTINF:9.576233,
segment00063.ts
#EXTINF:10.010000,
segment00064.ts
#EXTINF:10.010000,
segment00065.ts
#EXTINF:10.010000,
segment00066.ts
#EXTINF:10.010000,
segment00067.ts
#EXTINF:10.010000,
segment00068.ts
#EXTINF:10.010000,
segment00069.ts
#EXTINF:9.976633,
segment00070.ts
#EXTINF:10.010000,
segment00071.ts
#EXTINF:9.943267,
segment00072.ts
#EXTINF:10.443767,
segment00073.ts
#EXTINF:10.010000,
segment00074.ts
#EXTINF:10.010000,
segment00075.ts
#EXTINF:9.509500,
segment00076.ts
#EXTINF:10.010000,
segment00077.ts
#EXTINF:10.010000,
segment00078.ts
#EXTINF:10.010000,
segment00079.ts
#EXTINF:10.010000,
segment00080.ts
#EXTINF:10.010000,
segment00081.ts
#EXTINF:10.010000,
segment00082.ts
#EXTINF:10.010000,
segment00083.ts
#EXTINF:10.010000,
segment00084.ts
#EXTINF:10.010000,
segment00085.ts
#EXTINF:10.310300,
segment00086.ts
etc...

The debug log, showing the ffmpeg command and then playback jumping from segment 00 to segment 73 !!
  Code:
2015-12-10 11:26:14,332 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/28675/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:14,332 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:14,414 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:17,910 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:17,975 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/23722/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:17,975 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:17,981 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/28661/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:17,981 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:17,986 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/28223/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:17,986 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:18,047 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:20,954 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:21,016 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12708/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,017 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,022 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12736/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,022 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,033 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12749/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,034 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,036 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12763/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,036 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,058 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12768/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,059 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,068 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12731/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,068 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,072 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/18181/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,072 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,078 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/18183/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,078 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,092 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/25220/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,092 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,095 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/18185/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,095 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,109 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12735/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,110 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,113 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/26080/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,113 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,113 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12753/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,114 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,126 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12754/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:21,127 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:21,214 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:32,723 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:32,737 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12730/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:32,738 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:32,760 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:35,735 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:35,768 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:42,205 DEBUG [FlowPlayerKeyGeneratorServerResource] RefererRef of the incoming request is '192.168.1.10'
2015-12-10 11:26:42,208 DEBUG [FlowPlayerKeyGeneratorServerResource] Generating security key for domain '1.10'
2015-12-10 11:26:42,301 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:26:42,403 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12730/COVER_IMAGE?profile%3Dios%26authToken%3D6b683a8bc7214780b1a2df7d198e6586%26ext%3D.jpg HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:26:42,403 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:42,541 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MANIFEST/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: BB8F6F8C-ADB0-4FDD-B1F2-FFB4E55BEC3B,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 11:26:42,541 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:42,545 DEBUG [ManifestRetrievalStrategy] Retrieving info of Manifest for media item with id 576
2015-12-10 11:26:42,584 DEBUG [ManifestRetrievalStrategy] Retrieving Manifest for media item with id 576
2015-12-10 11:26:42,601 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=e27750f938974cea9a0b99d72b8516aa HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: BB8F6F8C-ADB0-4FDD-B1F2-FFB4E55BEC3B,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 11:26:42,601 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:42,605 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 11:26:42,610 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 11:26:42,615 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: D:\Azureus Active Downloads\Artur Rubenstein\Artur Rubinstein (Kultur)\Artur RubensteinMVW.mpg
2015-12-10 11:26:42,615 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\lib\ffdump.bat -threads 8 -i D:\Azureus Active Downloads\Artur Rubenstein\Artur Rubinstein (Kultur)\Artur RubensteinMVW.mpg -y -c:v libx264 -pix_fmt yuv420p -profile:v baseline -level 3 -preset veryfast -crf 10 -r 30000/1001 -g 15 -bsf:v h264_mp4toannexb -flags -global_header -c:a aac -strict experimental -b:a 192k -ar 48000 -ac 2 -map 0:1 -map 0:2 -sn -f segment -segment_time 10 -segment_format mpegts -segment_list_flags +cache -segment_list D:\TEMP\Serviio\transcoding-temp-576-ios-ORIGINAL.stf\playlist.m3u8 D:\TEMP\Serviio\transcoding-temp-576-ios-ORIGINAL.stf\segment%05d.ts
2015-12-10 11:26:45,873 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 11:26:47,130 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 11:26:47,230 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 11:26:47,552 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts?profile=ios&authToken=e27750f938974cea9a0b99d72b8516aa HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: BB8F6F8C-ADB0-4FDD-B1F2-FFB4E55BEC3B,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 11:26:47,552 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:26:47,564 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 11:26:47,564 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 11:26:52,305 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:26:52,330 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:26:54,213 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:26:54,351 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:27:48,276 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 11:28:50,865 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 11:28:57,407 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:28:57,552 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:28:57,556 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:28:57,570 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/1736/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:28:57,570 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:28:57,571 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/18765/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:28:57,572 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:28:57,578 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/13064/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:28:57,580 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:28:57,614 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12771/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:28:57,614 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12731/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:28:57,614 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:28:57,614 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:28:59,911 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:29:00,239 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12754/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,240 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,257 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12753/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,257 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,259 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:29:00,263 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12735/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,263 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/26080/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,264 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,264 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,282 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/18185/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,285 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,286 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/25220/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,287 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,311 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/18181/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,311 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/18183/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,311 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,312 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,312 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12763/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,312 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,312 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12768/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,313 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,433 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12749/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,433 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,478 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12708/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,478 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/12736/COVER_IMAGE?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,accept: image/webp,image/*,*/*;q=0.8,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-10 11:29:00,478 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:00,478 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-10 11:29:53,490 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 11:30:14,077 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:30:14,110 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/12771/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:30:14,111 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:30:14,145 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/13064/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:30:14,145 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:30:14,146 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/18765/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:30:14,147 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:30:14,153 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/1736/COVER_IMAGE?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,connection: keep-alive,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,accept-language: en-us,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip, deflate]
2015-12-10 11:30:14,153 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:30:14,207 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:30:17,482 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:17,680 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:26,442 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:26,495 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:33,227 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:33,273 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:35,287 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:35,386 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:38,183 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:38,228 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:47,743 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:47,794 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:47,804 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2015-12-10 11:30:50,018 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:50,105 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:53,841 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:53,881 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:30:56,090 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 11:31:05,264 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:31:05,607 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:31:32,087 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:31:32,192 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:31:32,196 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:31:34,655 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:31:34,940 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:31:58,702 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 11:32:28,504 DEBUG [PortMapper] Renewing port mapping lease
2015-12-10 11:32:28,520 DEBUG [NATPMPGateway] Adding/updating router port mapping (23424 -> 23424) with lease of 1800 sec.
2015-12-10 11:32:31,061 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:31,119 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:33,407 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:33,500 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:37,520 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:37,545 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:39,367 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:39,396 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:55,888 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2015-12-10 11:32:56,130 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MANIFEST/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 3F3FC316-6E69-4376-9933-14371BF77D54,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]2015-12-10 11:32:56,130 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:32:56,130 DEBUG [ManifestRetrievalStrategy] Retrieving info of Manifest for media item with id 576
2015-12-10 11:32:56,139 DEBUG [ManifestRetrievalStrategy] Retrieving Manifest for media item with id 576
2015-12-10 11:32:56,153 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=e27750f938974cea9a0b99d72b8516aa HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 3F3FC316-6E69-4376-9933-14371BF77D54,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 11:32:56,154 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:32:56,157 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 11:32:56,161 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 11:32:56,171 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 11:32:56,181 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 11:32:56,250 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00073.ts?profile=ios&authToken=e27750f938974cea9a0b99d72b8516aa HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 3F3FC316-6E69-4376-9933-14371BF77D54,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 11:32:56,250 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:32:56,250 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00073.ts
2015-12-10 11:32:56,251 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00073.ts
2015-12-10 11:32:58,079 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00073.ts?profile=ios&authToken=e27750f938974cea9a0b99d72b8516aa HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 3F3FC316-6E69-4376-9933-14371BF77D54,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 11:32:58,079 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:32:58,079 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00073.ts
2015-12-10 11:32:58,080 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00073.ts
2015-12-10 11:33:01,038 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00074.ts?profile=ios&authToken=e27750f938974cea9a0b99d72b8516aa HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 3F3FC316-6E69-4376-9933-14371BF77D54,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 11:33:01,038 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:33:01,039 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00074.ts
2015-12-10 11:33:01,039 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00074.ts
2015-12-10 11:33:01,641 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 11:33:03,770 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00075.ts?profile=ios&authToken=e27750f938974cea9a0b99d72b8516aa HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 3F3FC316-6E69-4376-9933-14371BF77D54,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 11:33:03,770 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 11:33:03,770 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00075.ts
2015-12-10 11:33:03,771 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00075.ts

So this confirms your problem and I have submitted this as bug report #887 https://bitbucket.org/xnejp03/serviio/i ... s-playback

EDIT: See below for what really happened and the real bug.
Last edited by jhb50 on Fri Dec 11, 2015 2:27 pm, edited 2 times in total.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Dec 10, 2015 9:18 pm

Re: HLS Transcoding and start point

There are 7 minutes between the request for segment 0 and segment 73. Does something happen on the device? ie, is it playing?

When you attempt to load the manifest at the time og the second request with a request similar to this (get it from the fresh log as it happens)

  Code:
GET http://192.168.1.10:23424/cds/resource/576/MANIFEST/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=6b683a8bc7214780b1a2df7d198e6586


do you get the manifest starting at segment 0 or segment 73 (or similarly in the future)?
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Dec 10, 2015 9:52 pm

Re: HLS Transcoding and start point

I did not notice the time gap. Let me replay it from the top and resubmit.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Dec 10, 2015 11:07 pm

Re: HLS Transcoding and start point

OK, I figured it out.
On a clean replay it starts correctly at 0.
If you pause using || and restart playwith |> it restarts where you paused.

If you quit playback using the X and then select the video to play it again, the replay will restart at the point in realtime from the point you previously quit rather than from the beginning of the video. ie: the "playback" continues in the background. Serviio needs to reset the starting point to 0 when playback is quit.

For playback on Ipad, here is the log of playback started at 17:35, followed by a pause and play, and then a quit at 17:36, followed by a play again at 17:37 which shows the jump to segment 29, followed by a pause at 17:38 and a continue play at 17:39 which shows no lost segments.
  Code:
Play

2015-12-10 17:35:03,314 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MANIFEST/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=4475bc38e6ae4f16bacafdc4e3ab8d0c HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:35:03,314 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:03,315 DEBUG [ManifestRetrievalStrategy] Retrieving info of Manifest for media item with id 576
2015-12-10 17:35:03,328 DEBUG [ManifestRetrievalStrategy] Retrieving Manifest for media item with id 576
2015-12-10 17:35:03,361 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:35:03,361 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:03,370 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:35:03,386 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:35:03,409 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: D:\Azureus Active Downloads\Artur Rubenstein\Artur Rubinstein (Kultur)\Artur RubensteinMVW.mpg
2015-12-10 17:35:03,410 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\lib\ffdump.bat -threads 8 -i D:\Azureus Active Downloads\Artur Rubenstein\Artur Rubinstein (Kultur)\Artur RubensteinMVW.mpg -y -c:v libx264 -pix_fmt yuv420p -profile:v baseline -level 3 -preset veryfast -crf 10 -r 30000/1001 -g 15 -bsf:v h264_mp4toannexb -flags -global_header -c:a aac -strict experimental -b:a 192k -ar 48000 -ac 2 -map 0:1 -map 0:2 -sn -f segment -segment_time 10 -segment_format mpegts -segment_list_flags +cache -segment_list D:\TEMP\Serviio\transcoding-temp-576-ios-ORIGINAL.stf\playlist.m3u8 D:\TEMP\Serviio\transcoding-temp-576-ios-ORIGINAL.stf\segment%05d.ts
2015-12-10 17:35:09,411 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:35:09,420 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:35:09,626 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:09,626 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:09,626 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 17:35:09,627 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 17:35:09,720 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:09,720 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:09,721 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 17:35:09,721 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 17:35:09,808 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:09,808 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:09,808 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 17:35:09,809 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 17:35:14,411 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:35:14,412 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:14,421 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:35:14,431 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:35:14,432 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:35:14,437 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:35:14,454 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00001.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:14,454 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:14,454 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00001.ts
2015-12-10 17:35:14,455 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00001.ts
2015-12-10 17:35:14,921 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:14,921 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:14,921 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 17:35:14,922 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00000.ts
2015-12-10 17:35:18,824 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00001.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:18,824 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:18,825 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00001.ts
2015-12-10 17:35:18,825 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00001.ts
2015-12-10 17:35:22,884 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00002.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:22,885 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:22,885 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00002.ts
2015-12-10 17:35:22,885 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00002.ts
2015-12-10 17:35:25,404 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:35:25,405 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:25,415 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:35:25,432 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:35:25,433 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:35:25,442 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:35:27,166 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00003.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:27,166 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:27,166 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00003.ts
2015-12-10 17:35:27,167 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00003.ts
2015-12-10 17:35:31,501 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00004.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:31,502 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:31,502 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00004.ts
2015-12-10 17:35:31,502 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00004.ts
2015-12-10 17:35:35,830 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00005.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:35,831 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:35,831 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00005.ts
2015-12-10 17:35:35,832 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00005.ts
2015-12-10 17:35:36,412 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:35:36,412 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:36,426 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:35:36,445 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:35:36,446 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:35:36,455 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:35:39,673 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00006.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:39,673 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:39,674 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00006.ts
2015-12-10 17:35:39,674 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00006.ts
2015-12-10 17:35:47,442 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:35:47,442 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:47,464 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:35:47,493 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:35:47,495 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:35:47,511 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:35:55,168 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00007.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:35:55,168 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:55,169 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00007.ts
2015-12-10 17:35:55,169 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00007.ts
2015-12-10 17:35:58,418 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 43AE2F40-B8E3-4C81-B342-FC53886E8475,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:35:58,419 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:35:58,433 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:35:58,455 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:35:58,458 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:35:58,469 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
QUIT Playback

Play again
2015-12-10 17:37:05,657 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MANIFEST/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=4475bc38e6ae4f16bacafdc4e3ab8d0c HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:37:05,658 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:05,658 DEBUG [ManifestRetrievalStrategy] Retrieving info of Manifest for media item with id 576
2015-12-10 17:37:05,679 DEBUG [ManifestRetrievalStrategy] Retrieving Manifest for media item with id 576
2015-12-10 17:37:05,702 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:37:05,702 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:05,714 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:37:05,733 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:37:05,735 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:37:05,743 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:37:05,800 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00029.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:05,800 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:05,801 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00029.ts
2015-12-10 17:37:05,801 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00029.ts
2015-12-10 17:37:05,852 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00027.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:05,853 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:05,853 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00027.ts
2015-12-10 17:37:05,853 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00027.ts
2015-12-10 17:37:05,942 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00027.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:05,943 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:05,943 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00027.ts
2015-12-10 17:37:05,943 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00027.ts
2015-12-10 17:37:10,120 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00028.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:10,121 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:10,121 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00028.ts
2015-12-10 17:37:10,121 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00028.ts
2015-12-10 17:37:14,085 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00029.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:14,085 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:14,086 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00029.ts
2015-12-10 17:37:14,086 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00029.ts
2015-12-10 17:37:16,750 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:37:16,750 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:16,764 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:37:16,781 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:37:16,784 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:37:16,795 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:37:18,065 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00030.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:18,065 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:18,065 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00030.ts
2015-12-10 17:37:18,066 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00030.ts
2015-12-10 17:37:18,718 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00032.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:18,719 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:18,719 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00032.ts
2015-12-10 17:37:18,719 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00032.ts
2015-12-10 17:37:22,680 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00033.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:22,681 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:22,681 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00033.ts
2015-12-10 17:37:22,682 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00033.ts
2015-12-10 17:37:26,724 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00034.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:26,726 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:26,726 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00034.ts
2015-12-10 17:37:26,726 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00034.ts
2015-12-10 17:37:26,925 WARN  [SearchIndexCommitter] Could not commit search index: C:\Program Files\Serviio\library\search\_2re_Lucene41_0.tip (The system cannot find the file specified)
2015-12-10 17:37:27,750 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:37:27,751 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:27,760 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:37:27,776 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:37:27,779 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:37:27,787 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:37:28,986 DEBUG [PortMapper] Renewing port mapping lease
2015-12-10 17:37:28,986 DEBUG [NATPMPGateway] Adding/updating router port mapping (23424 -> 23424) with lease of 1800 sec.
2015-12-10 17:37:30,827 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00035.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:30,827 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:30,828 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00035.ts
2015-12-10 17:37:30,828 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00035.ts
2015-12-10 17:37:35,337 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00036.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:35,338 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:35,338 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00036.ts
2015-12-10 17:37:35,338 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00036.ts
2015-12-10 17:37:38,730 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:37:38,730 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:38,741 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:37:38,759 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:37:38,762 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:37:38,771 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:37:39,379 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00037.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:39,379 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:39,379 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00037.ts
2015-12-10 17:37:39,380 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00037.ts
2015-12-10 17:37:43,596 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00038.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:43,596 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:43,597 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00038.ts
2015-12-10 17:37:43,597 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00038.ts
2015-12-10 17:37:47,763 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00039.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:47,764 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:47,764 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00039.ts
2015-12-10 17:37:47,764 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00039.ts
2015-12-10 17:37:49,753 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:37:49,754 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:49,767 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:37:49,796 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:37:49,800 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:37:49,811 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:37:53,384 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00040.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:37:53,385 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:37:53,386 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00040.ts
2015-12-10 17:37:53,386 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00040.ts
2015-12-10 17:37:56,931 WARN  [SearchIndexCommitter] Could not commit search index: C:\Program Files\Serviio\library\search\_2re_Lucene41_0.tip (The system cannot find the file specified)
2015-12-10 17:38:00,749 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:38:00,749 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:38:00,761 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:38:00,780 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:38:00,787 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:38:00,796 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:38:03,272 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00041.ts?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: identity,connection: keep-alive]
2015-12-10 17:38:03,273 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:38:03,273 DEBUG [SegmentRetrievalStrategy] Retrieving info of Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00041.ts
2015-12-10 17:38:03,274 DEBUG [SegmentRetrievalStrategy] Retrieving Segment for media item with id 576: 576/SEGMENT/transcoding-temp-576-ios-ORIGINAL.stf/segment00041.ts
2015-12-10 17:38:08,027 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 17:38:11,778 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:38:11,779 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:38:11,787 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:38:11,797 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:38:11,799 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:38:11,804 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:38:22,763 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:38:22,763 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:38:22,775 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:38:22,792 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:38:22,795 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:38:22,839 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:38:26,938 WARN  [SearchIndexCommitter] Could not commit search index: C:\Program Files\Serviio\library\search\_2re_Lucene41_0.tip (The system cannot find the file specified)
2015-12-10 17:38:33,764 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:38:33,764 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:38:33,776 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:38:33,796 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:38:33,800 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:38:33,807 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:38:44,798 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:38:44,799 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:38:44,809 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:38:44,828 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:38:44,833 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:38:44,867 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:38:55,804 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:38:55,805 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:38:55,819 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:38:55,838 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:38:55,845 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:38:55,883 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:39:06,790 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:39:06,791 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:39:06,801 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:39:06,817 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:39:06,821 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:39:06,830 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:39:10,716 DEBUG [FeedUpdaterWorker] Checking for new and expired online resources
2015-12-10 17:39:17,828 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:39:17,829 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:39:17,842 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:39:17,863 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:39:17,871 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:39:17,882 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:39:28,840 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:39:28,840 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:39:28,847 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:39:28,861 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:39:28,867 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:39:28,873 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:39:39,845 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:39:39,846 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:39:39,857 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:39:39,886 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:39:39,896 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:39:39,906 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2015-12-10 17:39:50,855 DEBUG [CDSRetrieveMediaServerResource] GET http://192.168.1.10:23424/cds/resource/576/MEDIA_ITEM/HLS-0/ORIGINAL.m3u8?profile=ios&authToken=d9998e5c754746cc8e7a807e9f20d522 HTTP/1.1, headers = [host: 192.168.1.10:23424,accept-language: en-us,x-playback-session-id: 6636AEE7-AB73-4C60-93F7-B635C9720C16,accept: */*,user-agent: Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1,referer: http://192.168.1.10:23424/mediabrowser/,accept-encoding: gzip,connection: keep-alive]
2015-12-10 17:39:50,856 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '192.168.1.23'
2015-12-10 17:39:50,865 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-10 17:39:50,883 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=192.168.1.23, Profile=iOS'
2015-12-10 17:39:50,892 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2015-12-10 17:39:50,900 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Fri Dec 11, 2015 4:07 pm

Re: HLS Transcoding and start point

Above post continued...

This only happens with a transcode to hls. When I play the same video with the Mediabrowser on my PC. It always restarts from the beginning after quitting per this sequence.
  Code:
2015-12-11 09:34:34,016 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\lib\ffdump.bat -threads 8 -i D:\Azureus Active Downloads\Artur Rubenstein\Artur Rubinstein (Kultur)\Artur RubensteinMVW.mpg -y -threads 8 -c:v flv -pix_fmt yuv420p -qscale:v 1 -vf scale=640:480,setsar=1 -r 30000/1001 -g 15 -c:a libmp3lame -b:a 192k -ar 44100 -ac 2 -map 0:1 -map 0:2 -sn -f flv D:\TEMP\Serviio\transcoding-temp-576-flv_player-ORIGINAL.stf

quit and replay

2015-12-11 09:46:57,402 DEBUG [CDSRetrieveMediaServerResource] GET http://localhost:23424/cds/resource/576/MEDIA_ITEM/FLV-0/ORIGINAL?profile=flv_player&authToken=6e3ad15db8d5472db9eade8d612ed2a7 HTTP/1.1, headers = [host: localhost:23424,connection: keep-alive,user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36,x-requested-with: ShockwaveFlash/20.0.0.228,accept: */*,referer: http://localhost:23424/mediabrowser/,accept-encoding: gzip, deflate, sdch,accept-language: en-US,en;q=0.8]
2015-12-11 09:46:57,402 DEBUG [CDSRetrieveMediaServerResource] Creating client with id '127.0.0.1'
2015-12-11 09:46:57,407 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Artur RubensteinMVW.mpg
2015-12-11 09:46:57,414 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'Identifier=127.0.0.1, Profile=Flash player'
2015-12-11 09:46:57,415 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream


I realize now how my initial playback occurred. On ios, there is no spinning wheel as a video begins to play, and no playback timestamp. Hence when I first played it, nothing happened so I assumed it had hung and so I quit, checked my log, things looked normal, so tried to play it again 7 minutes later, and it restarted at segment 29 rather than at zero.

I have amended the ticket accordingly.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Dec 12, 2015 12:11 pm

Re: HLS Transcoding and start point

I'm not sure if the iOS HTML5 player remembers the last position... I will try to reproduce this after 1.6 is out.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sat Dec 12, 2015 5:01 pm

Re: HLS Transcoding and start point

zip wrote:I'm not sure if the iOS HTML5 player remembers the last position... I will try to reproduce this after 1.6 is out.
I think that is irrelelevant since the fix is to reset to the starting point on a replay request.

I have also tested with Android 6 on my Nexus 7, which also transcodes to applehttp when subtitles are present. It also continues to run in the background and when restarting after quitting, also picks up that point in the video in realtime, but the time counter which does display on Android counts from 0.
Does that mean the Chrome player has the same problem?
<<

masikh@gmail.com

Serviio newbie

Posts: 5

Joined: Fri Dec 04, 2015 5:30 pm

Post Fri Feb 19, 2016 1:02 pm

Re: HLS Transcoding and start point

Dear forum members,

I'd like to thank you for the answer!

Thanks!

Kind regards,

Robert.

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 14 guests

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