Guest User

Untitled

a guest
Jan 23rd, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.35 KB | None | 0 0
  1. 2011-10-16 21:35:34.5696 [HostThread(8)] DEBUG: Opened MPExtended ServiceHost
  2. 2011-10-16 22:53:56.4035 [HostThread(9)] DEBUG: Opening MPExtended ServiceHost...
  3. 2011-10-16 22:53:56.4195 [HostThread(9)] DEBUG: Loading service MediaAccessService
  4. 2011-10-16 22:53:57.5276 [HostThread(9)] DEBUG: Loading service TVAccessService
  5. 2011-10-16 22:53:58.2486 [HostThread(9)] DEBUG: Loading service StreamingService
  6. 2011-10-16 22:53:58.5946 [HostThread(9)] DEBUG: Loading service UserSessionProxyService
  7. 2011-10-16 22:53:59.2347 [HostThread(9)] DEBUG: Opened MPExtended ServiceHost
  8. 2011-10-16 22:54:47.5424 [(14)] INFO: Requested unavailable artwork (offset not found) mediatype=MusicAlbum artworktype=Cover id=isz+mm/mtr offset=0
  9. 2011-10-16 22:54:55.0459 [(14)] INFO: Requested unavailable artwork (offset not found) mediatype=MusicAlbum artworktype=Cover id=isz+mm/mtr offset=0
  10. 2011-10-16 22:56:09.4631 [(22)] INFO: Requested unavailable artwork (offset not found) mediatype=MusicAlbum artworktype=Cover id=isz+mm/mtr offset=0
  11. 2011-10-16 22:57:13.1958 [(22)] INFO: Requested unavailable artwork (offset not found) mediatype=MusicAlbum artworktype=Cover id=isz+mm/mtr offset=0
  12. 2011-10-16 22:58:57.5627 [(22)] WARN: Exception while trying to do image operation
  13. (StreamingService.GetArtworkResized => StreamingService.WrapInErrorHandler => Log.Warn)
  14. System.TimeoutException: This request operation sent to net.pipe://localhost/MPExtended/MediaAccessService did not receive a reply within the configured timeout (00:01:00). The time allotted to this operation may have been a portion of a longer timeout. This may be because the service is still processing the operation or because the service was unable to send a reply message. Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and ensure that the service is able to connect to the client.
  15.  
  16. Server stack trace:
  17. at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan timeout)
  18. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  19. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
  20. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  21. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  22.  
  23. Exception rethrown at [0]:
  24. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  25. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  26. at MPExtended.Services.MediaAccessService.Interfaces.IMediaAccessService.GetPathList(WebMediaType mediatype, WebFileType filetype, String id)
  27. at MPExtended.Services.StreamingService.Code.Images.ConvertToImageSource(WebStreamMediaType mediatype, WebArtworkType artworktype, String id, Int32 offset) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Images.cs:line 199
  28. at MPExtended.Services.StreamingService.Code.Images.GetResizedImage(WebStreamMediaType mediatype, WebArtworkType artworktype, String id, Int32 offset, Int32 maxWidth, Int32 maxHeight) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Images.cs:line 116
  29. at MPExtended.Services.StreamingService.StreamingService.<>c__DisplayClass1a.<GetArtworkResized>b__19() in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\StreamingService.cs:line 223
  30. at MPExtended.Services.StreamingService.StreamingService.WrapInErrorHandler(DoOperation operation) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\StreamingService.cs:line 232
  31. 2011-10-16 22:58:57.5777 [(21)] WARN: Exception while trying to do image operation
  32. (StreamingService.GetArtworkResized => StreamingService.WrapInErrorHandler => Log.Warn)
  33. System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
  34.  
  35. Server stack trace:
  36. at System.ServiceModel.Channels.CommunicationObject.ThrowIfFaulted()
  37. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  38. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
  39. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  40. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  41.  
  42. Exception rethrown at [0]:
  43. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  44. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  45. at MPExtended.Services.MediaAccessService.Interfaces.IMediaAccessService.GetPathList(WebMediaType mediatype, WebFileType filetype, String id)
  46. at MPExtended.Services.StreamingService.Code.Images.ConvertToImageSource(WebStreamMediaType mediatype, WebArtworkType artworktype, String id, Int32 offset) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Images.cs:line 199
  47. at MPExtended.Services.StreamingService.Code.Images.GetResizedImage(WebStreamMediaType mediatype, WebArtworkType artworktype, String id, Int32 offset, Int32 maxWidth, Int32 maxHeight) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Images.cs:line 116
  48. at MPExtended.Services.StreamingService.StreamingService.<>c__DisplayClass1a.<GetArtworkResized>b__19() in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\StreamingService.cs:line 223
  49. at MPExtended.Services.StreamingService.StreamingService.WrapInErrorHandler(DoOperation operation) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\StreamingService.cs:line 232
  50. 2011-10-16 23:38:33.2876 [(28)] DEBUG: Called StartStreamWithStreamSelection with ident=aMPdroid.-1547503580.ts; profile=Android Better; start=0; audioId=-1; subtitleId=-2
  51. 2011-10-16 23:38:33.3666 [(28)] TRACE: Using 800x452 as output size for stream aMPdroid.-1547503580.ts
  52. 2011-10-16 23:38:33.5296 [(28)] ERROR: Failed to start stream aMPdroid.-1547503580.ts
  53. (StreamingService.StartStreamWithStreamSelection => Streaming.StartStream => Log.Error)
  54. System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
  55.  
  56. Server stack trace:
  57. at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
  58. at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
  59. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  60. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
  61. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  62. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  63.  
  64. Exception rethrown at [0]:
  65. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  66. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  67. at MPExtended.Services.MediaAccessService.Interfaces.IMediaAccessService.GetTVEpisodeDetailedById(String id)
  68. at MPExtended.Services.StreamingService.Code.WatchSharing.StartStream(MediaSource source, Reference`1 infoRef, Int32 position) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\WatchSharing.cs:line 134
  69. at MPExtended.Services.StreamingService.Code.Streaming.StartStream(String identifier, TranscoderProfile profile, Int32 position, Int32 audioId, Int32 subtitleId) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Streaming.cs:line 160
  70. 2011-10-16 23:38:35.8918 [(24)] DEBUG: Called StartStreamWithStreamSelection with ident=aMPdroid.-1547503580.ts; profile=Android Better; start=0; audioId=-1; subtitleId=-2
  71. 2011-10-16 23:38:35.9878 [(24)] TRACE: Using 800x452 as output size for stream aMPdroid.-1547503580.ts
  72. 2011-10-16 23:38:36.1048 [(24)] ERROR: Failed to start stream aMPdroid.-1547503580.ts
  73. (StreamingService.StartStreamWithStreamSelection => Streaming.StartStream => Log.Error)
  74. System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
  75.  
  76. Server stack trace:
  77. at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
  78. at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
  79. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  80. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
  81. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  82. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  83.  
  84. Exception rethrown at [0]:
  85. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  86. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  87. at MPExtended.Services.MediaAccessService.Interfaces.IMediaAccessService.GetTVEpisodeDetailedById(String id)
  88. at MPExtended.Services.StreamingService.Code.WatchSharing.StartStream(MediaSource source, Reference`1 infoRef, Int32 position) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\WatchSharing.cs:line 134
  89. at MPExtended.Services.StreamingService.Code.Streaming.StartStream(String identifier, TranscoderProfile profile, Int32 position, Int32 audioId, Int32 subtitleId) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Streaming.cs:line 160
  90. 2011-10-16 23:48:20.7472 [(18)] WARN: Exception while trying to do image operation
  91. (StreamingService.ExtractImageResized => StreamingService.WrapInErrorHandler => Log.Warn)
  92. System.IO.FileNotFoundException: Could not find file 'C:\Users\DieBagger\AppData\Local\Temp\MPExtended\imagecache\533c5986-f96a-4f9e-a064-1e6bcc21e318.jpg'.
  93. File name: 'C:\Users\DieBagger\AppData\Local\Temp\MPExtended\imagecache\533c5986-f96a-4f9e-a064-1e6bcc21e318.jpg'
  94. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  95. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
  96. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  97. at System.IO.File.OpenRead(String path)
  98. at MPExtended.Services.StreamingService.Code.ImageSource.GetDataStream() in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Images.cs:line 61
  99. at MPExtended.Services.StreamingService.Code.Images.StreamImage(ImageSource src) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Images.cs:line 239
  100. at MPExtended.Services.StreamingService.Code.Images.ExtractImage(MediaSource source, Int32 startPosition, Nullable`1 maxWidth, Nullable`1 maxHeight) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Images.cs:line 105
  101. at MPExtended.Services.StreamingService.StreamingService.<>c__DisplayClasse.<ExtractImageResized>b__d() in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\StreamingService.cs:line 191
  102. at MPExtended.Services.StreamingService.StreamingService.WrapInErrorHandler(DoOperation operation) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\StreamingService.cs:line 232
  103. 2011-10-16 23:48:44.0776 [(24)] DEBUG: Called StartStreamWithStreamSelection with ident=aMPdroid.-698086922.ts; profile=Android Better; start=0; audioId=-1; subtitleId=-2
  104. 2011-10-16 23:48:44.1676 [(24)] TRACE: Using 800x440 as output size for stream aMPdroid.-698086922.ts
  105. 2011-10-16 23:48:44.2616 [(24)] ERROR: Failed to start stream aMPdroid.-698086922.ts
  106. (StreamingService.StartStreamWithStreamSelection => Streaming.StartStream => Log.Error)
  107. System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
  108.  
  109. Server stack trace:
  110. at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
  111. at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
  112. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  113. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
  114. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  115. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  116.  
  117. Exception rethrown at [0]:
  118. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  119. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  120. at MPExtended.Services.MediaAccessService.Interfaces.IMediaAccessService.GetTVEpisodeDetailedById(String id)
  121. at MPExtended.Services.StreamingService.Code.WatchSharing.StartStream(MediaSource source, Reference`1 infoRef, Int32 position) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\WatchSharing.cs:line 134
  122. at MPExtended.Services.StreamingService.Code.Streaming.StartStream(String identifier, TranscoderProfile profile, Int32 position, Int32 audioId, Int32 subtitleId) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Streaming.cs:line 160
  123. 2011-10-16 23:48:49.0568 [(24)] DEBUG: Called FinishStream with ident=aMPdroid.-698086922.ts
  124. 2011-10-16 23:48:49.0568 [(24)] DEBUG: Killed stream with identifier aMPdroid.-698086922.ts
  125. 2011-10-16 23:49:06.9629 [(14)] DEBUG: Called StartStreamWithStreamSelection with ident=aMPdroid.2007854260.ts; profile=Android Better; start=0; audioId=-1; subtitleId=-2
  126. 2011-10-16 23:49:07.0439 [(14)] TRACE: Using 800x440 as output size for stream aMPdroid.2007854260.ts
  127. 2011-10-16 23:49:07.1349 [(14)] ERROR: Failed to start stream aMPdroid.2007854260.ts
  128. (StreamingService.StartStreamWithStreamSelection => Streaming.StartStream => Log.Error)
  129. System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
  130.  
  131. Server stack trace:
  132. at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
  133. at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
  134. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  135. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
  136. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  137. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  138.  
  139. Exception rethrown at [0]:
  140. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  141. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  142. at MPExtended.Services.MediaAccessService.Interfaces.IMediaAccessService.GetTVEpisodeDetailedById(String id)
  143. at MPExtended.Services.StreamingService.Code.WatchSharing.StartStream(MediaSource source, Reference`1 infoRef, Int32 position) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\WatchSharing.cs:line 134
  144. at MPExtended.Services.StreamingService.Code.Streaming.StartStream(String identifier, TranscoderProfile profile, Int32 position, Int32 audioId, Int32 subtitleId) in C:\Users\DieBagger\Documents\Projects\MediaPortal\MP-Extended\master\Services\MPExtended.Services.StreamingService\Code\Streaming.cs:line 160
  145. 2011-10-16 23:49:29.4051 [(20)] DEBUG: Called FinishStream with ident=aMPdroid.2007854260.ts
  146. 2011-10-16 23:49:29.4051 [(20)] DEBUG: Killed stream with identifier aMPdroid.2007854260.ts
  147. 2011-10-16 23:49:36.7396 [HostThread(10)] DEBUG: Opening MPExtended ServiceHost...
  148. 2011-10-16 23:49:36.7556 [HostThread(10)] DEBUG: Loading service MediaAccessService
  149. 2011-10-16 23:49:37.8676 [HostThread(10)] DEBUG: Loading service TVAccessService
  150. 2011-10-16 23:49:38.5507 [HostThread(10)] DEBUG: Loading service StreamingService
  151. 2011-10-16 23:49:38.9097 [HostThread(10)] DEBUG: Loading service UserSessionProxyService
  152. 2011-10-16 23:49:39.5507 [HostThread(10)] DEBUG: Opened MPExtended ServiceHost
  153. 2011-10-16 23:49:50.1183 [(19)] DEBUG: Called StartStreamWithStreamSelection with ident=aMPdroid.92960105.ts; profile=Android Better; start=0; audioId=-1; subtitleId=-2
  154. 2011-10-16 23:49:50.2063 [(19)] TRACE: Using 800x440 as output size for stream aMPdroid.92960105.ts
  155. 2011-10-16 23:49:50.3153 [(19)] DEBUG: WSD: Start watching episode Dead Girl Walking, season 72129_s1, show 72129
  156. 2011-10-16 23:49:50.4063 [(19)] DEBUG: Final stream selection: audioId=1, subtitleId=
  157. 2011-10-16 23:49:50.4063 [WatchWorker(23)] INFO: WatchSharing: transcoded time of stream TVEpisode_74462 not known
  158. 2011-10-16 23:49:50.4063 [WatchWorker(23)] DEBUG: WatchSharing: transcoded 0 ms, position 0 seconds, runtime 60, progress 0%
  159. 2011-10-16 23:49:50.4063 [WatchWorker(23)] DEBUG: WSD: Watching episode Dead Girl Walking (0%)
  160. 2011-10-16 23:49:50.8254 [(19)] INFO: Assembling following pipeline:
  161. 2011-10-16 23:49:50.8254 [(19)] INFO: data 5: MPExtended.Services.StreamingService.Units.EncoderUnit (input False, data True, log True)
  162. 2011-10-16 23:49:50.8254 [(19)] INFO: log 6: MPExtended.Services.StreamingService.Units.FFMpegLogParsingUnit
  163. 2011-10-16 23:49:50.8254 [(19)] INFO: logconn 5 -> 6
  164. 2011-10-16 23:49:50.8254 [(19)] INFO: Encoding: starting output named pipe \\.\pipe\f17812b1-02b2-4f55-a553-f299a19a7b4e
  165. 2011-10-16 23:49:50.9144 [(19)] INFO: Encoder: Transcoder configuration dump
  166. 2011-10-16 23:49:50.9144 [(19)] INFO: Encoder: hasStdin False, hasStdout False, hasStderr True
  167. 2011-10-16 23:49:50.9144 [(19)] INFO: Encoder: path ..\..\..\..\Libraries\Streaming\ffmpeg.exe
  168. 2011-10-16 23:49:50.9144 [(19)] INFO: Encoder: arguments -y -i "\\Bagga-server\e\[- Series -]\Dead.Like.Me\Season.01\Dead.Like.Me - S01E02 - dead.girl.walking.avi" -s 800x440 -aspect 800:440 -map 0:0 -map 0:0 -vcodec libx264 -b 768k -vprofile baseline -preset veryfast -acodec aac -ab 128k -ac 2 -strict experimental -async 1 -f mpegts "\\.\pipe\f17812b1-02b2-4f55-a553-f299a19a7b4e"
  169. 2011-10-16 23:49:50.9334 [(19)] INFO: Pipeline assembled
  170. 2011-10-16 23:49:50.9334 [(19)] INFO: Starting data unit 5
  171. 2011-10-16 23:49:50.9334 [(19)] INFO: Encoding: Waiting till output named pipe is ready
  172. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: ffmpeg version N-31762-g6e19cfb, Copyright (c) 2000-2011 the FFmpeg developers
  173. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: built on Aug 5 2011 00:29:07 with gcc 4.6.1
  174. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  175. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: libavutil 51. 11. 1 / 51. 11. 1
  176. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: libavcodec 53. 9. 1 / 53. 9. 1
  177. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: libavformat 53. 6. 0 / 53. 6. 0
  178. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: libavdevice 53. 2. 0 / 53. 2. 0
  179. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: libavfilter 2. 27. 5 / 2. 27. 5
  180. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: libswscale 2. 0. 0 / 2. 0. 0
  181. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: libpostproc 51. 2. 0 / 51. 2. 0
  182. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg:
  183. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/2733) -> 23.98 (2997/125)
  184. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Input #0, avi, from '\\Bagga-server\e\[- Series -]\Dead.Like.Me\Season.01\Dead.Like.Me - S01E02 - dead.girl.walking.avi':
  185. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Metadata:
  186. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: encoder : Nandub v1.0rc2
  187. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Duration: 00:40:35.76, start: 0.000000, bitrate: 1205 kb/s
  188. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Stream #0.0: Video: mpeg4 (Simple Profile), yuv420p, 640x352 [SAR 1:1 DAR 20:11], 23.98 tbr, 23.98 tbn, 23.98 tbc
  189. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 96 kb/s
  190. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Output #0, mpegts, to '\\.\pipe\f17812b1-02b2-4f55-a553-f299a19a7b4e':
  191. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Stream #0.0: Video: libx264, 800x440, q=2-31, 200 kb/s, 90k tbn
  192. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Stream #0.1: Audio: aac, 2 channels, 64 kb/s
  193. 2011-10-16 23:49:51.0954 [FFMpegLogParsing(24)] TRACE: ffmpeg: Codec type mismatch for mapping #0.0 -> #0.1
  194. 2011-10-16 23:49:51.1444 [(19)] INFO: All data units started!
  195. 2011-10-16 23:49:51.1444 [(19)] INFO: Started stream with identifier aMPdroid.92960105.ts
  196. 2011-10-16 23:50:12.3746 [(25)] DEBUG: Called FinishStream with ident=aMPdroid.92960105.ts
  197. 2011-10-16 23:50:12.3746 [(25)] DEBUG: Stopping stream with identifier aMPdroid.92960105.ts
  198. 2011-10-16 23:50:12.3746 [(25)] DEBUG: WatchSharing: transcoded 0 ms, position 0 seconds, runtime 60, progress 0%
  199. 2011-10-16 23:50:12.3746 [(25)] DEBUG: WatchSharing: canceling stream TVEpisode_74462
  200. 2011-10-16 23:50:12.3746 [(25)] INFO: Stopping data unit 5
  201. 2011-10-16 23:50:12.3746 [(25)] DEBUG: Pipeline stopped
  202. 2011-10-16 23:50:12.3746 [(25)] DEBUG: Killed stream with identifier aMPdroid.92960105.ts
  203. 2011-10-16 23:50:16.9049 [(22)] DEBUG: Called StartStreamWithStreamSelection with ident=aMPdroid.871465829.ts; profile=Android Better; start=0; audioId=-1; subtitleId=-2
  204. 2011-10-16 23:50:16.9889 [(22)] TRACE: Using 800x440 as output size for stream aMPdroid.871465829.ts
  205. 2011-10-16 23:50:17.0469 [(22)] INFO: WatchSharing: Picking up old stream
  206. 2011-10-16 23:50:17.0469 [(22)] DEBUG: Final stream selection: audioId=1, subtitleId=
  207. 2011-10-16 23:50:17.1079 [(22)] INFO: Assembling following pipeline:
  208. 2011-10-16 23:50:17.1079 [(22)] INFO: data 5: MPExtended.Services.StreamingService.Units.EncoderUnit (input False, data True, log True)
  209. 2011-10-16 23:50:17.1079 [(22)] INFO: log 6: MPExtended.Services.StreamingService.Units.FFMpegLogParsingUnit
  210. 2011-10-16 23:50:17.1079 [(22)] INFO: logconn 5 -> 6
  211. 2011-10-16 23:50:17.1079 [(22)] INFO: Encoding: starting output named pipe \\.\pipe\b333608e-518e-433f-9137-bdaccf133627
  212. 2011-10-16 23:50:17.1079 [(22)] INFO: Encoder: Transcoder configuration dump
  213. 2011-10-16 23:50:17.1079 [(22)] INFO: Encoder: hasStdin False, hasStdout False, hasStderr True
  214. 2011-10-16 23:50:17.1079 [(22)] INFO: Encoder: path ..\..\..\..\Libraries\Streaming\ffmpeg.exe
  215. 2011-10-16 23:50:17.1079 [(22)] INFO: Encoder: arguments -y -i "\\Bagga-server\e\[- Series -]\Dead.Like.Me\Season.01\Dead.Like.Me - S01E02 - dead.girl.walking.avi" -s 800x440 -aspect 800:440 -map 0:0 -map 0:0 -vcodec libx264 -b 768k -vprofile baseline -preset veryfast -acodec aac -ab 128k -ac 2 -strict experimental -async 1 -f mpegts "\\.\pipe\b333608e-518e-433f-9137-bdaccf133627"
  216. 2011-10-16 23:50:17.1079 [(22)] INFO: Pipeline assembled
  217. 2011-10-16 23:50:17.1079 [(22)] INFO: Starting data unit 5
  218. 2011-10-16 23:50:17.1079 [(22)] INFO: Encoding: Waiting till output named pipe is ready
  219. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: ffmpeg version N-31762-g6e19cfb, Copyright (c) 2000-2011 the FFmpeg developers
  220. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: built on Aug 5 2011 00:29:07 with gcc 4.6.1
  221. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  222. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: libavutil 51. 11. 1 / 51. 11. 1
  223. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: libavcodec 53. 9. 1 / 53. 9. 1
  224. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: libavformat 53. 6. 0 / 53. 6. 0
  225. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: libavdevice 53. 2. 0 / 53. 2. 0
  226. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: libavfilter 2. 27. 5 / 2. 27. 5
  227. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: libswscale 2. 0. 0 / 2. 0. 0
  228. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: libpostproc 51. 2. 0 / 51. 2. 0
  229. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg:
  230. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/2733) -> 23.98 (2997/125)
  231. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Input #0, avi, from '\\Bagga-server\e\[- Series -]\Dead.Like.Me\Season.01\Dead.Like.Me - S01E02 - dead.girl.walking.avi':
  232. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Metadata:
  233. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: encoder : Nandub v1.0rc2
  234. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Duration: 00:40:35.76, start: 0.000000, bitrate: 1205 kb/s
  235. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Stream #0.0: Video: mpeg4 (Simple Profile), yuv420p, 640x352 [SAR 1:1 DAR 20:11], 23.98 tbr, 23.98 tbn, 23.98 tbc
  236. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 96 kb/s
  237. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Output #0, mpegts, to '\\.\pipe\b333608e-518e-433f-9137-bdaccf133627':
  238. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Stream #0.0: Video: libx264, 800x440, q=2-31, 200 kb/s, 90k tbn
  239. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Stream #0.1: Audio: aac, 2 channels, 64 kb/s
  240. 2011-10-16 23:50:17.2499 [FFMpegLogParsing(29)] TRACE: ffmpeg: Codec type mismatch for mapping #0.0 -> #0.1
  241. 2011-10-16 23:50:17.3189 [(22)] INFO: All data units started!
  242. 2011-10-16 23:50:17.3189 [(22)] INFO: Started stream with identifier aMPdroid.871465829.ts
  243. 2011-10-16 23:50:21.0681 [(26)] DEBUG: Called FinishStream with ident=aMPdroid.871465829.ts
  244. 2011-10-16 23:50:21.0681 [(26)] DEBUG: Stopping stream with identifier aMPdroid.871465829.ts
  245. 2011-10-16 23:50:21.0681 [(26)] DEBUG: WatchSharing: transcoded 0 ms, position 0 seconds, runtime 60, progress 0%
  246. 2011-10-16 23:50:21.0681 [(26)] DEBUG: WatchSharing: canceling stream TVEpisode_74462
  247. 2011-10-16 23:50:21.0681 [(26)] INFO: Stopping data unit 5
  248. 2011-10-16 23:50:21.0711 [(26)] DEBUG: Pipeline stopped
  249. 2011-10-16 23:50:21.0711 [(26)] DEBUG: Killed stream with identifier aMPdroid.871465829.ts
  250. 2011-10-16 23:50:25.8054 [(22)] DEBUG: Called StartStreamWithStreamSelection with ident=aMPdroid.-512281160.ts; profile=Android Better; start=0; audioId=-1; subtitleId=-2
  251. 2011-10-16 23:50:25.8824 [(22)] TRACE: Using 800x440 as output size for stream aMPdroid.-512281160.ts
  252. 2011-10-16 23:50:25.9404 [(22)] INFO: WatchSharing: Picking up old stream
  253. 2011-10-16 23:50:25.9404 [(22)] DEBUG: Final stream selection: audioId=1, subtitleId=
  254. 2011-10-16 23:50:25.9974 [(22)] INFO: Assembling following pipeline:
  255. 2011-10-16 23:50:25.9974 [(22)] INFO: data 5: MPExtended.Services.StreamingService.Units.EncoderUnit (input False, data True, log True)
  256. 2011-10-16 23:50:25.9974 [(22)] INFO: log 6: MPExtended.Services.StreamingService.Units.FFMpegLogParsingUnit
  257. 2011-10-16 23:50:25.9974 [(22)] INFO: logconn 5 -> 6
  258. 2011-10-16 23:50:25.9974 [(22)] INFO: Encoding: starting output named pipe \\.\pipe\700db32c-b33c-4c2a-9578-5b3a3fe0261d
  259. 2011-10-16 23:50:25.9974 [(22)] INFO: Encoder: Transcoder configuration dump
  260. 2011-10-16 23:50:25.9974 [(22)] INFO: Encoder: hasStdin False, hasStdout False, hasStderr True
  261. 2011-10-16 23:50:25.9974 [(22)] INFO: Encoder: path ..\..\..\..\Libraries\Streaming\ffmpeg.exe
  262. 2011-10-16 23:50:25.9974 [(22)] INFO: Encoder: arguments -y -i "\\Bagga-server\e\[- Series -]\Dead.Like.Me\Season.01\Dead.Like.Me - S01E02 - dead.girl.walking.avi" -s 800x440 -aspect 800:440 -map 0:0 -map 0:0 -vcodec libx264 -b 768k -vprofile baseline -preset veryfast -acodec aac -ab 128k -ac 2 -strict experimental -async 1 -f mpegts "\\.\pipe\700db32c-b33c-4c2a-9578-5b3a3fe0261d"
  263. 2011-10-16 23:50:26.0124 [(22)] INFO: Pipeline assembled
  264. 2011-10-16 23:50:26.0124 [(22)] INFO: Starting data unit 5
  265. 2011-10-16 23:50:26.0124 [(22)] INFO: Encoding: Waiting till output named pipe is ready
  266. 2011-10-16 23:50:26.1244 [FFMpegLogParsing(20)] TRACE: ffmpeg: ffmpeg version N-31762-g6e19cfb, Copyright (c) 2000-2011 the FFmpeg developers
  267. 2011-10-16 23:50:26.1244 [FFMpegLogParsing(20)] TRACE: ffmpeg: built on Aug 5 2011 00:29:07 with gcc 4.6.1
  268. 2011-10-16 23:50:26.1244 [FFMpegLogParsing(20)] TRACE: ffmpeg: configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  269. 2011-10-16 23:50:26.12
Add Comment
Please, Sign In to add comment