2014-04-10, 10:16 PM
whurlston Wrote:Found the problem (which wouldn't show up in web client mode since the plugin doesn't have to parse the flash vars). Replace your parser.aspx with this file
Technical details:
My regex for getting the flash vars was "(?<=ytplayer.config = )[^\\n]*(?=;<)" but that expected an html tag immediately after the ytconfig json data. That video had a javascript function call immediately after the json (never seen that before). Changing the regex to "(?<=ytplayer.config = )[^\\n]*}(?=" fixes the problem and properly looks for the closing json bracket instead of an html tag.
I'm not feeling the best today so I may have done something wrong but it still crashed on the PC... I stopped the recording service, copied parser.aspx into ..\NPVR\web\public\youtube & restarted the recording service & then tried that same video again... win crash attached
mvallevand Wrote:Jaggy do you really want to transcode a 11hr file for the NMT?
Quote:Good point.
Weeeeeelll I thought I would give it a try as a three hour one worked without an issue.... mostly these music videos have very little actual video in them so are pretty small & I'm also only grabbing them at medium setting because of our slow internet..... shouldn't it really be no issue for it to transcode this sort of thing??