Online Videos SVN 1805 (ver 1.1) - '0x80040216' : (An object or name was not found.) (1 Viewer)

LoLander

Portal Member
January 8, 2012
20
0
Home Country
United Kingdom United Kingdom
I recently wanted to make some changes to the "Online Videos" plugin and decided to build the SVN. I first built SVN 1823 and when playing a Video I would get "Unable to play the video. No URL.". Looking for information on this I found most people said it's a codec issue. However, I can build up to SVN 1804 and this only starts to happen from build 1805 upward. The changes in 1805 is quite significant, and I could only trace the problem down to OnlineVideosPlayer.cs

"int result = graphBuilder.FindFilterByName(sourceFilterName, out sourceFilter);"

Log file snipped:

[01-07 14:43:00,752] [OnlineVideos] [INFO ] Looking for dynamic categories for site 'YouTube'
[01-07 14:43:00,850] [OnlineVideos] [INFO ] Found 30 dynamic categories for site 'YouTube'
[01-07 14:43:06,271] [OnlineVideos] [DEBUG] GetWebData: 'http://youtube.com/get_video_info?video_id=KQ6zr6kCPj8&has_verified=1'
[01-07 14:43:06,643] [OnlineVideos] [DEBUG] GetWebData: 'http://www.youtube.com/watch?v=KQ6zr6kCPj8&has_verified=1'
[01-07 14:43:08,450] [MPMain ] [INFO ] Preparing graph for playback of 'http://o-o.preferred.google-man1.v11.lscache3.c.youtube.com/videoplayback?sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Csource%2Calgorithm%2Cburst%2Cfactor%2Ccp&fexp=906011&algorithm=throttle-factor&itag=35&ip=86.0.0.0&burst=40&sver=3&signature=4B02817C2630FCD385DBB2155CD8F7B7E67D270C.33CC9CEA2826C592F5619E269EB7AD657A4799B1&source=youtube&expire=1325970112&key=yt1&ipbits=8&factor=1.25&cp=U0hRSllSTl9GTENOMV9RTFJCOk4wVnNKNzhFNF80&id=290eb3afa9023e3f&ext=.flv'
[01-07 14:43:08,862] [OnlineVideos] [INFO ] Start prebuffering ...
[01-07 14:43:08,866] [OnlineVideos] [WARN ] BufferFile : FindFilterByName returned '0x80040216' : (An object or name was not found.)
[01-07 14:43:08,866] [OnlineVideos] [INFO ] Prebuffering failed.

Spent much time googling "'0x80040216' : (An object or name was not found.)" and could not find much. Can anyone confirm this behaviour and/or have an idea what could cause this?
 

SilentException

Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    Re: Online Videos SVN 1805 (ver 1.1) - '0x80040216' : (An object or name was not foun

    I presume you haven't registered new splitter ax? But if r1804 works... dunno, maybe it's something else.
     

    Users who are viewing this thread

    Top Bottom