OnlineVideos 1.6.1.0 [2013/05/01] (2 Viewers)

Status
Not open for further replies.

Brownard

Development Group
  • Team MediaPortal
  • March 21, 2007
    2,300
    1,879
    Home Country
    United Kingdom United Kingdom
    I had the same problem as you toricred after messing around with LAV installations, I would second what infinite.loop said - uninstall all codecs (including LAV) restart your comp then just install the latest LAV Filters.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Should this work with version 51.2 of LAV?

    So I even tried to roll back to LAV 50.5 and I can't get anything to play. It buffers to 2.0% and locks. Attached is the OnlineVideos log. It appears to be a memory issue. I was using the testing version with MP 1.3a and it worked perfectly. Is there anymore information you need?

    I just double-checked and I had rolled back to LAV 51.0 and it didn't work. When I went back to 50.5 it started working. Sorry for the confusion.
    Can you attach also MPUrlSourceSplitter.log?
    From the logs you have old version of MP Url Source Splitter
    Code:
    Version: 1.2.2228 Build date: 2012/07/04 21:32:43
    you should have
    Code:
    Version: 1.2.2250 Build date: 2012/07/17 05:09:32
    which can be downloaded from here. Download all files and replace them in [MediaPortal install directory]\MPUrlSourceSplitter.

    @offbyone: Can you check if latest splitter version is in installation package?
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Just checked the MPE - it hold the lates ax. Maybe toricred did deselect the sourcefilter when installing?
     

    btotaku

    Portal Member
    August 27, 2007
    41
    2
    Home Country
    Germany Germany
    I have some problems with OV content which is not up to date anymore and will always give an URL error message. I suspect my previous/old OV installation to be responsible for this though it is specifically mentioned in the first post to uninstall those first.
    Can u give me instructions on how to completely remove any OV installation (new one and possible leftovers from old install) in order to do a clean installation? Many thx! :)
     
    Last edited:

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    When uninstalling via MPE it should ask if you completly want to remove settings.
     

    toricred

    MP Donator
  • Premium Supporter
  • August 29, 2006
    151
    14
    Home Country
    United States of America United States of America
    So in troubleshooting another problem I completely uninstalled and re-installed LAV and all of MP on this client. The file dates and sizes look right in the MPURLSourceSplitter folder. The only thing I changed during the install this time was to check the LAV Filters. After that it appears I still have 50.5 and it works fine.

    Next I updated the filters through MPEI and it still works. Now I set Hardware Acceleration to Intel QuickSync or DXVA Copyback in the Video Configuration leaving everything else as default and it buffers fine, then comes back with an error that it can't play onlinevideo.mp4. I try DXVA Native and it goes to a black screen, but plays nothing. I can't try the NVidia setting since I'm using my i3-2120 not a video card. When I go back to no acceleration it works. I guess I just can't use acceleration with this version of LAV. It's odd because with 50.5 I had it working with DXVA Copyback.

    Same problem (Can't Play error) if I set anything on the Mixing tab of the Audio configuration.
     
    Last edited:

    btotaku

    Portal Member
    August 27, 2007
    41
    2
    Home Country
    Germany Germany
    I discovered a small issue not really if this is a bug though... here we go:
    when i navigate through YouTube and let me display a playlist from a specific uploader it will be displayed as folder.
    When i select the folder and select "Add to favorites" in the context menu, this folder will appear in my favorites.
    Now here is the problem:
    When i just wanna access this playlist/folder later from my favorites I get error message "Error: category not found".
    Is this a YouTube problem, known flaw or a bug? o_O
     

    spammoogle

    Portal Member
    July 21, 2012
    15
    0
    Home Country
    Spain Spain
    Hi all,
    I am implementing a site for TV Catalunya Spain. Specifically for a particular category of TV3 "Singulars".
    In the configurator Site Creator works properly when I hit me on Play Video Url tab, but when I try to watch the video from MediaPortal can not get to see the video.

    I noticed that the disc is put to work but can not see anything.

    This is the code of Site:

    <Site name="TV3 cat" util="GenericSite" agecheck="false" enabled="true" lang="ca">
    <Description>Singulars</Description>
    <Configuration>
    <item key="videoListRegEx"><![CDATA[<li>\s*<div\sclass="video_thumb_bg">\s*<div\sclass="img151">\s*<img\stitle="[^"]*"\salt="[^"]*"\ssrc="(?<ImageUrl>[^"]*)"/>\s*<a\stitle="Play"\sclass="play_button"\shref="(?<VideoUrl>[^"]*)">Play</a>\s*<span\sclass="durada_text">(?<Duration>[^<]*)</span>\s*</div>\s*<div\sclass="texto_thumb">\s*<p\sclass="data">(?<Airdate>[^<]*)</p>\s*<h3>(?<Title>[^<]*)</h3>\s*<p>(?<Description>[^<]*)</p>\s*</div>\s*</div>\s*</li>]]></item>
    <item key="videoUrlRegEx"><![CDATA[http://www\.tv3\.cat/videos/(?<m0>[^/]*)/(?:(?!@@).)*]]></item>
    <item key="videoUrlFormatString"><![CDATA[http://www.tv3.cat/su/tvc/tvcConditionalAccess.jsp?ID={0}&QUALITY=H&FORMAT=MP4]]></item>
    <item key="playlistUrlRegEx"><![CDATA[rtmp://mp4-500-str\.tv3\.cat/ondemand/mp4:g/tvcatalunya/(?<url>[^\?]*)\?]]></item>
    <item key="playlistUrlFormatString"><![CDATA[http://dwn-publi.media.ccma.cat/mp4/{0}]]></item>
    <item key="baseUrl"><![CDATA[http://www.tv3.cat/]]></item>
    </Configuration>
    <Categories>
    <Category xsi:type="RssLink" name="Singulars">http://www.tv3.cat/singulars/videos/programasencer</Category>
    </Categories>
    </Site>

    Someone could help me .... thank you very much
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    I discovered a small issue not really if this is a bug though... here we go:
    when i navigate through YouTube and let me display a playlist from a specific uploader it will be displayed as folder.
    When i select the folder and select "Add to favorites" in the context menu, this folder will appear in my favorites.
    Now here is the problem:
    When i just wanna access this playlist/folder later from my favorites I get error message "Error: category not found".
    Is this a YouTube problem, known flaw or a bug? o_O

    It is a use case I have not thought about and that will not work currently:
    If you find a category by a "search" (same as via context menu) you cannot reach it as favorite category - because favorite category works in a way that it will try to find the category by name from the list of categories on your site.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Similar threads

    thank you Sir, issue is definitely resolved now, i uninstalled the problematic MSE altogether, plus i also now have optimized EPG grabbing configuration, thanks again for all the assistance, wow so much faster on everything now that MSE is out of the picture...MP WAF is now restored and FetchTV STB sits in the corner collecting dust :)
    thank you Sir, issue is definitely resolved now, i uninstalled the problematic MSE altogether, plus i also now have optimized EPG...
    Long time MP user, and recently upgraded to MP1.34, prior to this upgrade, i have for many years successfully used MP with fast and...
    Replies
    20
    Views
    1K
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is completey broken with NET4 and NET6 :( Neither an existing profile can be selected nor a new one can be created.
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is...
    Description: Hi there. First of all, I appreciate all the effort in MediaPortal 2 release 2.5 - visible changes look great (eg...
    Replies
    1
    Views
    814
    • Sticky
    MP1 MP2 [News] MediaPortal 2 - 2.5 Release DE
    Well just tried that. Chose TV Channels and clicked "Clear". All channels cleared then did a rescan. What a shitshow! All channel number mappings a total mess: STV as Channel 1, W as Channel 18, BBC channels way down the list. Thanks for trying to help but this software, for me, is just a mess. Appreciate all the time you have...
    Well just tried that. Chose TV Channels and clicked "Clear". All channels cleared then did a rescan. What a shitshow! All...
    We are proud to present MediaPortal 2.5 MediaPortal 2.5 is a full-blown media center software that addresses most common user...
    Replies
    76
    Views
    9K
    • Sticky
    MP1 MP2 MP2 - V2.5 TVMosaic Provider for MP2 DE
    Hi , I try to put the recording on a network, but TVMOSAIC Server does not take into account the network paths in Recording Path; Do you think of a way of recording a network disc? THANKS Ludis
    Hi , I try to put the recording on a network, but TVMOSAIC Server does not take into account the network paths in Recording Path...
    The current TV engine (TVE3) for Media Portal 1 and 2 was developed long time before and is not state of the art any more...
    Replies
    363
    Views
    71K
    I fix it. I had to rebuilkd the whole solution to get it to work.
    I fix it. I had to rebuilkd the whole solution to get it to work.
    Hi all. I'm trying to fix the TV4Play plugin for OnlineVideos, but I've problem with the debuging. When I've changed something in...
    Replies
    1
    Views
    1K
    Top Bottom