2012-01-26, 03:08 AM
Ok, let's try this again. This should fix the problem with playing from the web instead of the proxy.
2012-01-26, 03:08 AM
Ok, let's try this again. This should fix the problem with playing from the web instead of the proxy.
2012-01-26, 04:16 AM
Sorry whurlston, I still get back the direct URL in both the plugin and the API.
Martin
2012-01-26, 04:19 AM
For both PC and NMT? I only tested the PC but it works as expected here for me. I can't test on the NMT at the moment because my wife is sleeping.
2012-01-26, 04:29 AM
Yes on the PC too, it plays fine.
Code: 2012-01-25 23:24:43.682 [DEBUG][1] Graph filter list: Martin
2012-01-26, 04:30 AM
Did you remember to change youtube.xml?
Quote:<Settings> It's defaulted to false. I did forget to pass the tinyUrl though (which I've now fixed in my code) but that won't affect buffering.
2012-01-26, 04:33 AM
Nevermind I missed the attributes in YouTube.xml.
Edit: As you just wrote! Martin
2012-01-26, 04:33 AM
Whew. I thought my mind had finally gone.
2012-01-26, 05:01 AM
I'm finding it a bit hit and miss on the NMT some files that are mp4 keep saying "Could not play" from the plugin. I added 5 more seconds on the callback and it seems to be better in SearchLite.
Also you don't handle this message http://www.youtube.com/watch?v=rBSbHInLQ3c on the PC it is 404 on the NMT it crashes. Also on the NMT I get the please wait buffering but the ShowMessage doesn't disappear on it's own, I have to hit a key when I think it should be ready. Martin
2012-01-26, 05:20 AM
mvallevand Wrote:I'm finding it a bit hit and miss on the NMT some files that are mp4 keep saying "Could not play" from the plugin. I added 5 more seconds on the callback and it seems to be better in SearchLite.Is this with or without buffering? Can you post the logs showing them so I can try to reproduce them. I have some more work to do on teh buffering in regards to error handling. If buffering is not used, I have no way to know which streams are valid and which are not. I'm just passing the stream URL youtube gives me in that case. mvallevand Wrote:Also on the NMT I get the please wait buffering but the ShowMessage doesn't disappear on it's own, I have to hit a key when I think it should be ready.I'll look into it.
2012-01-26, 05:34 AM
whurlston Wrote:Is this with or without buffering? Can you post the logs showing them so I can try to reproduce them. With buffering on the PC and PCH. Nothing in the logs for the PC for the URL above (which is "A Passage to India") Code: ************** Exception Text ************** and the NMT Code: [1676] <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"><TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled</TraceIdentifier><Description>Unhandled exception</Description><AppDomain>NextPVR.exe</AppDomain><Exception><ExceptionType>System.Reflection.TargetInvocationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>An exception occurred during the operation, making the result invalid. Check InnerException for exception details.</Message><StackTrace> at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() For the cannot play error on the NMT, basically without a few more seconds most files don't play for me. Martin |
|