FAQ  •  Register  •  Login

Transcoding MKV Audio for LG TV

<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Tue Aug 17, 2010 6:39 pm

Transcoding MKV Audio for LG TV

Hey guys,

I just picked up an LG 42LE5400 TV and I'm trying to get MKV with DTS audio to work on it. The movies will play but I'm receiving "audio not supported". I've tried every profile listed and none of them are giving me any audio on these type of files. I did re-encode the MKV file with AAC audio and then it worked but I would like to get that working during the stream. I would think this should work but it's not:

<Video targetContainer="mpegts" targetACodec="aac" targetVCodec="mpeg2video">
<Matches container="matroska" vCodec="mpeg2video" aCodec="dca" />

I also tried putting in matroska as the targetContainer like shown but the server refuses to load and gives an error about not being an option.

<Transcoding>
<Video targetContainer="matroska" targetACodec="pcm_s16le">
<Matches container="matroska" aCodec="dca"/>
</Video>
</Transcoding>

2010-08-17 13:57:20,431 ERROR [XmlUtils] XML Profiles.xsd didn't pass validation, reason: cvc-enumeration-valid: Value 'matroska' is not facet-valid with respect to enumeration '[asf, mpegvideo, mpeg, mpegts]'. It must be a value from the enumeration.
2010-08-17 13:57:20,432 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema).

Output from ffmpeg -i:

Stream #0.0(eng): Video: h264, yuv420p, 1920x1080, PAR 1:1 DAR 16:9, 23.98 tbr, 1k tbn, 47.95 tbc
Stream #0.1(eng): Audio: dca, 48000 Hz, 6 channels, s16
Stream #0.2(eng): Subtitle: 0x0000

Supported files on TV:

Video Codecs: DivX, Xvid, H.264, AVC, MPEG2
Audio Codecs: AC3, ACC, WMA, MP3, DD
File Extensions: MP4, MKV, DIVX, AVI, MPEG, MPG, VOB

Thanks for the help.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Aug 18, 2010 8:28 am

Re: Transcoding MKV Audio for LG TV

Looks like the TV supports H264 and your video is H264, so no need to transcode into MPEG2 - just change the audio stream like this:

  Code:
<Video targetContainer="mpegts" targetACodec="aac">
  <Matches container="matroska" aCodec="dca" />
</Video>


This will take MKV with any video and DTS audio and transcode into Mpeg2TS with the same video and AAC audio.
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 3:14 am

Re: Transcoding MKV Audio for LG TV

Ok, I setup a new profile:

<Profile id="9" name="LG (42LE5400)" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetACodec="aac">
<Matches container="matroska" aCodec="dca" />
</Video>
</Transcoding>
</Profile>

The MKV files won't play when using this new profile. File not supported.

Stream #0.0(eng): Video: 0x0000, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 1k tbc
Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, s16, 192 kb/s
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Aug 19, 2010 8:18 am

Re: Transcoding MKV Audio for LG TV

jescar50dx wrote:Stream #0.0(eng): Video: 0x0000, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 1k tbc
Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, s16, 192 kb/s


What is this?
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 10:43 am

Re: Transcoding MKV Audio for LG TV

That is the output of ffmpeg.

2010-08-18 22:36:12,087 DEBUG [ProcessExecutor] Starting /Applications/Serviio.app/Contents/Resources/Java/../../MacOS/ffmpeg -i /Volumes/Drobo/Movies/Alice.In.Wonderland.2010.mkv -y -vcodec copy -copyts -acodec ac3 -ab 192k -vbsf h264_mp4toannexb -sn -f mpegts /var/folders/VY/VYbRsBRRFl0kkxD3LqRwok+++TI/-Tmp-/Serviio/transcoding-temp-125-MPEG2TS.stf
2010-08-18 22:36:12,481 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Alice.In.Wonderland.2010.mkv: AVC_TS_MP_HD_AC3
2010-08-18 22:36:12,516 DEBUG [VideoDeliveryEngine] Delivering file 'Alice.In.Wonderland.2010.mkv' using transcoding
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Aug 19, 2010 10:48 am

Re: Transcoding MKV Audio for LG TV

can you post the whole ffmpeg output?
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 11:38 am

Re: Transcoding MKV Audio for LG TV

bash-3.2# /Applications/Serviio.app/Contents/MacOS/ffmpeg -i /Volumes/Drobo/Movies/Alice.In.Wonderland.2010.mkv -y -vcodec copy -copyts -acodec ac3 -ab 192k -vbsf h264_mp4toannexb -sn -f mpegts /var/folders/VY/VYbRsBRRFl0kkxD3LqRwok+++TI/-Tmp-/Serviio/transcoding-temp-125-MPEG2TS.stf
FFmpeg version UNKNOWN, Copyright (c) 2000-2010 the FFmpeg developers
built on May 29 2010 18:03:59 with gcc 4.0.1 (Apple Inc. build 5493)
configuration: --enable-static --disable-shared --bindir=/tmp/ffmpeg --disable-ffplay --disable-ffserver --enable-libmp3lame --enable-pthreads --disable-mmx --extra-ldflags=-L/tmp/static/lib --extra-cflags=-I/tmp/static/include
libavutil 50.15. 0 / 50.15. 0
libavcodec 52.66. 0 / 52.66. 0
libavformat 52.62. 0 / 52.62. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.10. 0 / 0.10. 0
[matroska @ 0x1009600]MAX_READ_SIZE:5000000 reached
[matroska @ 0x1009600]Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (48000/1001) -> 23.98 (48000/2002)
Input #0, matroska, from '/Volumes/Drobo/Movies/Alice.In.Wonderland.2010.mkv':
Duration: 01:48:34.84, start: 0.000000, bitrate: N/A
Chapter #0.0: start 0.000000, end 264.890000
Metadata:
title : 00:00:00.000
Chapter #0.1: start 264.890000, end 636.886000
Metadata:
title : 00:04:24.890
Chapter #0.2: start 636.886000, end 1093.509000
Metadata:
title : 00:10:36.886
Chapter #0.3: start 1093.509000, end 1484.316000
Metadata:
title : 00:18:13.509
Chapter #0.4: start 1484.316000, end 1721.345000
Metadata:
title : 00:24:44.316
Chapter #0.5: start 1721.345000, end 2211.126000
Metadata:
title : 00:28:41.345
Chapter #0.6: start 2211.126000, end 2775.731000
Metadata:
title : 00:36:51.126
Chapter #0.7: start 2775.731000, end 3164.787000
Metadata:
title : 00:46:15.731
Chapter #0.8: start 3164.787000, end 3845.050000
Metadata:
title : 00:52:44.787
Chapter #0.9: start 3845.050000, end 4202.198000
Metadata:
title : 01:04:05.050
Chapter #0.10: start 4202.198000, end 4536.490000
Metadata:
title : 01:10:02.198
Chapter #0.11: start 4536.490000, end 5019.264000
Metadata:
title : 01:15:36.490
Chapter #0.12: start 5019.264000, end 5652.689000
Metadata:
title : 01:23:39.264
Chapter #0.13: start 5652.689000, end 5818.354000
Metadata:
title : 01:34:12.689
Chapter #0.14: start 5818.354000, end 6012.131000
Metadata:
title : 01:36:58.354
Chapter #0.15: start 6012.131000, end 6514.842000
Metadata:
title : 01:40:12.131
Stream #0.0(eng): Video: h264, yuv420p, 1920x1080, PAR 1:1 DAR 16:9, 23.98 tbr, 1k tbn, 47.95 tbc
Stream #0.1(eng): Audio: dca, 48000 Hz, 6 channels, s16
Stream #0.2(eng): Subtitle: 0x0000
[ac3 @ 0x10b8a00]No channel layout specified. The encoder will guess the layout, but it might be incorrect.
[mpegts @ 0x100a600]muxrate 1 bps, pcr every 100 pkts, sdt every 200, pat/pmt every 40 pkts
Output #0, mpegts, to '/var/folders/VY/VYbRsBRRFl0kkxD3LqRwok+++TI/-Tmp-/Serviio/transcoding-temp-125-MPEG2TS.stf':
Metadata:
encoder : Lavf52.62.0
Chapter #0.0: start 0.000000, end 264.890000
Metadata:
title : 00:00:00.000
Chapter #0.1: start 264.890000, end 636.886000
Metadata:
title : 00:04:24.890
Chapter #0.2: start 636.886000, end 1093.509000
Metadata:
title : 00:10:36.886
Chapter #0.3: start 1093.509000, end 1484.316000
Metadata:
title : 00:18:13.509
Chapter #0.4: start 1484.316000, end 1721.345000
Metadata:
title : 00:24:44.316
Chapter #0.5: start 1721.345000, end 2211.126000
Metadata:
title : 00:28:41.345
Chapter #0.6: start 2211.126000, end 2775.731000
Metadata:
title : 00:36:51.126
Chapter #0.7: start 2775.731000, end 3164.787000
Metadata:
title : 00:46:15.731
Chapter #0.8: start 3164.787000, end 3845.050000
Metadata:
title : 00:52:44.787
Chapter #0.9: start 3845.050000, end 4202.198000
Metadata:
title : 01:04:05.050
Chapter #0.10: start 4202.198000, end 4536.490000
Metadata:
title : 01:10:02.198
Chapter #0.11: start 4536.490000, end 5019.264000
Metadata:
title : 01:15:36.490
Chapter #0.12: start 5019.264000, end 5652.689000
Metadata:
title : 01:23:39.264
Chapter #0.13: start 5652.689000, end 5818.354000
Metadata:
title : 01:34:12.689
Chapter #0.14: start 5818.354000, end 6012.131000
Metadata:
title : 01:36:58.354
Chapter #0.15: start 6012.131000, end 6514.842000
Metadata:
title : 01:40:12.131
Stream #0.0(eng): Video: 0x0000, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 1k tbc
Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, s16, 192 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 1187 fps=183 q=-1.0 Lsize= 57272kB time=49.38 bitrate=9500.5kbits/s
video:51789kB audio:1160kB global headers:0kB muxing overhead 8.165193%
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Aug 19, 2010 12:14 pm

Re: Transcoding MKV Audio for LG TV

Does the TV support mpeg2ts with h264? Can you provide protocol sink (see my signature)?
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 12:19 pm

Re: Transcoding MKV Audio for LG TV

When I run Device Spy it does not show the TV listed anywhere. I do see Serviio and my Linksys routers but not the TV. When I nmap the TV's IP I do not show any ports open on TCP or UDP. I just know when I use the Samsung Series C profile it does play the MKV file but with no audio.

This is from LG's website:

Video
Video Codecs: DivX, Xvid, H.264, AVC, MPEG2
Audio Codecs: AC3, ACC, WMA, MP3, DD
File Extensions: MP4, MKV, DIVX, AVI, MPEG, MPG, VOB

Music
Audio Codecs: WMA, MP3 (8-320 kbps)
File Extensions: WMA, MP3

Photos
Codecs: JPEG, PNG
File Extensions: JPG, JPEG, PNG

NOTES:

* The most common video format to use is H.264 at 24 frames/sec.
* LG TVs support 1080p at 30 frames/sec, but some other devices do not.
* Remember, even when using a supported codec, the file container and file extension must also be supported by the player.
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 1:04 pm

Re: Transcoding MKV Audio for LG TV

Maybe if I can keep the format container as matroska instead of mpegts and just transcode the dca audio to AAC. Have the ffmpeg command line use -sn -f matroska instead of -sn -f mpegts.

You have this listed on your support page under Rewrapping media files. But matroska doesn't seem to be a legit targetContainer according to the DEBUG output and the server won't start with this added.

<Transcoding>
<Video targetContainer="matroska" targetACodec="ac3">
<Matches container="matroska" aCodec="dca"/>
</Video>
</Transcoding>
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Aug 19, 2010 1:11 pm

Re: Transcoding MKV Audio for LG TV

Ok, I changed that on the support site, thanks. MKV is not a supported transcoding target container.
Does the file play if you add it into the library after you manually transcode it?
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 1:17 pm

Re: Transcoding MKV Audio for LG TV

So I should let the ffmpeg run until it's finished and place the transcoding-temp-125-MPEG2TS.stf file in my Movies Library and see if my TV sees and plays it? Do I need to rename that to another file extension or do the devices recognize an .stf file?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Aug 19, 2010 1:39 pm

Re: Transcoding MKV Audio for LG TV

yes, rename it to .ts for example
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 2:17 pm

Re: Transcoding MKV Audio for LG TV

Ok, what file extension options can I try on a transcoded file? .ts, .stf, etc. Can these files be renamed to .MKV?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Aug 19, 2010 2:29 pm

Re: Transcoding MKV Audio for LG TV

extension doesn't make any difference, it only has to be one of the supported ones - for Serviio to 'see' the file, so .ts, .mpg, .mkv will all work.
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 7:43 pm

Re: Transcoding MKV Audio for LG TV

Ok, cool. I don't see the matroska option under Match container on the Transcoding configuration support page. Is this just missing from the page or is that not a legit match container?

Matches:
container - compulsary; FFmpeg name of container; possible values: asf (WMV), mpeg (MPEG2PS), mpegts (MPEG2TS)

Is there a way to transcode any video that has DTS (dca) into another audio codec like AC3 or AAC without specifying a target container? Since matroska is in it's own container and runs natively on the TV I don't need to wrap MKV files into anything like mpegts. I just need the audio to change from DTS to AC3 or AAC.

I'm currently transcoding the MKV files into mpegts to try out when I get home but I would think I shouldn't need to transcode the video at all if it already plays the video with no audio when I uncheck Transcoding in the GUI. Thanks for your help.
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Thu Aug 19, 2010 11:57 pm

Re: Transcoding MKV Audio for LG TV

Ok, The transcode files work ok. I notice that ffmpeg continues to transcode the file even though the TV gave up and said File not supported. The file /var/folders/VY/VYbRsBRRFl0kkxD3LqRwok+++TI/-Tmp-/Serviio/transcoding-temp-125-MPEG2TS.stf is still created. If I move this file over to my Movies Library, Serviio does not recognize this file type. If I rename the file to a .ts or .mkv, the file plays fine with audio. So is it possible that the stream is dying because Serviio doesn't recognize this file? Will I just need to change the code to save the temp transcode file to .ts or another extension?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Aug 20, 2010 8:49 am

Re: Transcoding MKV Audio for LG TV

jescar50dx wrote:Ok, cool. I don't see the matroska option under Match container on the Transcoding configuration support page. Is this just missing from the page or is that not a legit match container?

Matches:
container - compulsary; FFmpeg name of container; possible values: asf (WMV), mpeg (MPEG2PS), mpegts (MPEG2TS)


Thanks for pointing that out, it's a mistake. I'll update it now.

Is there a way to transcode any video that has DTS (dca) into another audio codec like AC3 or AAC without specifying a target container? Since matroska is in it's own container and runs natively on the TV I don't need to wrap MKV files into anything like mpegts. I just need the audio to change from DTS to AC3 or AAC.


No, MKV is not a stream-friendly transcode container, as it writes some data at the end of the file, and the data is not available when you start watching. Only Mpeg2PS, TS and ASF support this.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Aug 20, 2010 8:51 am

Re: Transcoding MKV Audio for LG TV

jescar50dx wrote:Ok, The transcode files work ok. I notice that ffmpeg continues to transcode the file even though the TV gave up and said File not supported. The file /var/folders/VY/VYbRsBRRFl0kkxD3LqRwok+++TI/-Tmp-/Serviio/transcoding-temp-125-MPEG2TS.stf is still created. If I move this file over to my Movies Library, Serviio does not recognize this file type. If I rename the file to a .ts or .mkv, the file plays fine with audio. So is it possible that the stream is dying because Serviio doesn't recognize this file? Will I just need to change the code to save the temp transcode file to .ts or another extension?


Yes, that is something that I cannot control at the moment, the file will finish transcoding. The extension doesn't matter in this case. Can you post bits of log when you play the transcoded file and when you try to play the MKV? It should say what format it's using and they should be the same.
<<

jescar50dx

Serviio newbie

Posts: 16

Joined: Tue Aug 17, 2010 6:30 pm

Post Fri Aug 20, 2010 10:47 am

Re: Transcoding MKV Audio for LG TV

Trying to play original MKV file:

  Code:
2010-08-19 18:05:18,586 DEBUG [VideoDeliveryEngine] Delivering item '135' for client 'IPAddress=/192.168.1.110, Profile=LG (42LE5400)'
2010-08-19 18:05:18,586 DEBUG [VideoDeliveryEngine] Delivering file 'Old Dogs.mkv' using transcoding
2010-08-19 18:05:18,586 DEBUG [VideoDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.1.110, Profile=LG (42LE5400)'
2010-08-19 18:05:18,586 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Old Dogs.mkv: AVC_TS_MP_HD_AC3
2010-08-19 18:05:18,586 DEBUG [VideoDeliveryEngine] Sending transcoding stream
2010-08-19 18:05:18,586 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: -4611686009427371520
2010-08-19 18:05:18,586 DEBUG [ResourceTransportRequestHandler] Creating stream entity with chunked transfer
2010-08-19 18:05:18,586 DEBUG [ResourceTransportRequestHandler] Sending file back
2010-08-19 18:05:18,586 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/vnd.dlna.mpeg-tts, Content-Range: bytes 4611686018427371520-8999999999/9000000000, Cache-control: no-cache, Pragma: no-cache, Server: Mac OS X UPnP/1.0 Serviio 0.4.1, transferMode.dlna.org: Streaming, ]
2010-08-19 18:05:22,611 DEBUG [WebServer] I/O error: Broken pipe


After transcoding the file here is the DEBUG log when playing.
  Code:
2010-08-21 23:59:38,446 DEBUG [VideoDeliveryEngine] Delivering file 'Old Dogs 2.mkv' in native format
2010-08-21 23:59:38,446 DEBUG [MediaItemDAOImpl] Getting file of media item 134
2010-08-21 23:59:38,447 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 134) as read
2010-08-21 23:59:38,456 DEBUG [WebServer] Incoming connection from /192.168.1.110:50864
2010-08-21 23:59:38,457 DEBUG [ResourceTransportRequestHandler] GET /resource/134/MEDIA_ITEM HTTP/1.1, headers = [Host: 192.168.1.100:8895, Pragma: no-cache, Cache-Control: no-cache, Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, text/html, text/xml, text/plain, application/json, application/atom+xml, */*, Accept-Language: ko-kr, ko;q=0.8, en-us;q=0.5, en;q=0.3, Connection: Close, User-Agent: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; LG_UA; AD_LOGON=LGE.NET; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; LG_UA; AD_LOGON=LGE.NET; LG NetCast-2010), ]
2010-08-21 23:59:38,457 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.110, Profile=LG (42LE5400)'
2010-08-21 23:59:38,457 DEBUG [ResourceTransportRequestHandler] Request for resource 134 and type 'MEDIA_ITEM' received
2010-08-21 23:59:38,457 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 134)
2010-08-21 23:59:38,471 DEBUG [VideoDAOImpl] Reading a Video (id = 134)
2010-08-21 23:59:38,480 DEBUG [VideoDeliveryEngine] Delivering item '134' for client 'IPAddress=/192.168.1.110, Profile=LG (42LE5400)'
2010-08-21 23:59:38,480 DEBUG [VideoDeliveryEngine] Delivering file 'Old Dogs 2.mkv' in native format
2010-08-21 23:59:38,480 DEBUG [MediaItemDAOImpl] Getting file of media item 134
2010-08-21 23:59:38,481 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 134) as read
2010-08-21 23:59:38,482 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2010-08-21 23:59:38,482 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2010-08-21 23:59:38,482 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2518327887
2010-08-21 23:59:38,482 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2518327887
2010-08-21 23:59:38,482 DEBUG [ResourceTransportRequestHandler] Creating stream entity with chunked transfer
2010-08-21 23:59:38,482 DEBUG [ResourceTransportRequestHandler] Creating stream entity with chunked transfer
2010-08-21 23:59:38,482 DEBUG [ResourceTransportRequestHandler] Sending file back
2010-08-21 23:59:38,482 DEBUG [ResourceTransportRequestHandler] Sending file back
2010-08-21 23:59:38,482 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [Content-Type: video/x-mkv, Cache-control: no-cache, Pragma: no-cache, Server: Mac OS X UPnP/1.0 Serviio 0.4.1, transferMode.dlna.org: Streaming, ]
Next

Return to LG

Who is online

Users browsing this forum: No registered users and 9 guests

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