View Single Post
Old 31st January 2013, 19:11   #3010  |  Link
Hotpocketdeath
Registered User
 
Join Date: Sep 2005
Posts: 57
Quote:
Originally Posted by Kurtnoise View Post
good catch..

@Zathor: to fix it, in HDStreamExtractorIndexer.cs,

line 108:
Code:
else if (line.ToLower(System.Globalization.CultureInfo.InvariantCulture).Contains("<error>"))
instead of
Code:
else if (line.ToLower(System.Globalization.CultureInfo.InvariantCulture).Contains("error"))
Same idea with warning (line 120)...

You can find a logfile example from here...


Sorry I don't have access to my repository right now to commit.
I have found the issue appears in more areas than just the HD stream extractor.

If I was to encode the video and mux the video into an output that ends with "error", the same thing occurs.
Hotpocketdeath is offline   Reply With Quote