Ok, enabled debugging and these are some parts of the LOG files
2012-05-11 21:39:30,281 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2012-05-11 21:39:30,281 INFO [MediaServer] ------------------------------------------------------------------------
2012-05-11 21:39:30,281 INFO [MediaServer] Serviio DLNA media streaming server v 0.6.2 (rev. aec3abd196d6+)
2012-05-11 21:39:30,281 INFO [MediaServer] Petr Nejedly 2009-2011
2012-05-11 21:39:30,281 INFO [MediaServer]
http://www.serviio.org2012-05-11 21:39:30,281 INFO [MediaServer]
2012-05-11 21:39:30,281 INFO [MediaServer] Java 1.6.0_32-Sun Microsystems Inc.
2012-05-11 21:39:30,281 INFO [MediaServer] OS Windows XP x86 5.1
2012-05-11 21:39:30,281 INFO [MediaServer] File encoding: windows-1252
2012-05-11 21:39:30,281 INFO [MediaServer] Headless mode enabled: true
2012-05-11 21:39:30,281 INFO [MediaServer] User home dir: C:\
2012-05-11 21:39:30,281 INFO [MediaServer] Temp dir: C:\WINDOWS\TEMP\
So, the TEMP dir is C:\WINDOWS\TEMP\
2012-05-11 21:39:35,656 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-05-11 21:39:35,656 DEBUG [AbstractTranscodingDeliveryEngine] Deleting temporary transcoded files from: D:\FILES\Serviio\Trnscode\Serviio
2012-05-11 21:39:35,671 INFO [WebServer] WebServer starting on port 8895
So the transcode directory serviio is reporting is indeed the one which was defined by me
2012-05-11 21:40:23,671 DEBUG [VideoDeliveryEngine] Delivering file 'http://liveips.nasa.gov.edgesuite.net/msfc/Wifi.m3u8' using transcoding
2012-05-11 21:40:23,671 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.2.75, Profile=Toshiba REGZA'
2012-05-11 21:40:23,671 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file:
http://liveips.nasa.gov.edgesuite.net/msfc/Wifi.m3u82012-05-11 21:40:23,671 DEBUG [ProcessExecutor] Starting D:\APPS\Serviio\bin\\..\lib/ffmpeg.exe -i
http://liveips.nasa.gov.edgesuite.net/msfc/Wifi.m3u8 -y -threads 2 -async 1 -vcodec mpeg2video -sameq -r 60000/1001 -g 15 -copyts -acodec ac3 -ab 384k -ac 2 -map 0:0 -map 0:1 -sn -f vob pipe:
2012-05-11 21:40:24,671 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file
http://liveips.nasa.gov.edgesuite.net/msfc/Wifi.m3u8: MPEG_PS_PAL
2012-05-11 21:40:24,671 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file
http://liveips.nasa.gov.edgesuite.net/msfc/Wifi.m3u8: MPEG_PS_NTSC
I selected NASA TV and from the above it looks like transcoding was started. However during watching NASA TV the Transcode directory stays empty
Wonder if that is ok or not since I don't know what the Transcode proces should do