Demuxer is not created all data received (1 Viewer)

plex1337

New Member
December 30, 2013
2
0
45
Home Country
Netherlands Netherlands
I try to connect to a vimeolink using online video's. In online video's I see the video and the video buffers also. When the buffering is complete I get this error:

Demuxer not created all data received. How can I solve this issue? When I open the vimeo channel, there is no problem playing back video's.

This is my XML:

<Site name="Bethel.nl" util="GenericSite" agecheck="false" enabled="true" lang="nl" player="Internal">
<Description>Bekijk de diensten van bethel.nl</Description>
<Configuration>
<item key="dynamicCategoriesRegEx"><![CDATA[<a\shref="(?<url>[^"]*)"\s>(?<title>[^<]*)</a>]]></item>
<item key="dynamicSubCategoriesRegEx"><![CDATA[<a\shref="(?<url>[^"]*)"\srel="bookmark"\stitle="(?<title>[^"]*)"\sclass="post-img">\s*<!--\sIf\spost\shas\sFeatured\sImage\s-->\s*<img\ssrc="(?<thumb>[^"]*)"\sclass="attachment-thumbnail\swp-post-image"\salt="(?<description>[^"]*)"\s/>\s*<!--\sIf\spost\shas\sCustom\sField\s'Image'\s-->\s*</a>]]></item>
<item key="dynamicSubCategoryUrlDecoding"><![CDATA[HtmlDecode]]></item>
<item key="dynamicSubCategoriesNextPageRegEx"><![CDATA[<a\shref="(?<url>[^"]*)"\s>&laquo;\sOudere\sberichten</a>]]></item>
<item key="videoListRegEx"><![CDATA[<iframe\ssrc="(?<VideoUrl>[^"]*)"\swidth="840"\sheight="473"\sframeborder="0"\swebkitAllowFullScreen\smozallowfullscreen\sallowFullScreen></iframe>]]></item>
<item key="videoUrlRegEx"><![CDATA[(?<m0>[^\?]*)\?title=0&amp;byline=0&amp;portrait=0
]]></item>
<item key="playlistUrlRegEx"><![CDATA[<a\starget=_blank\shref="(?<url>[^"]*)"\srole=button>Watch\son\sVimeo</a>]]></item>
<item key="fileUrlRegEx"><![CDATA[<meta\sproperty="og:url"\scontent="(?<m0>[^"]*)">]]></item>
<item key="baseUrl"><![CDATA[http://mediaspeler.bethel.nl]]></item>
</Configuration>
</Site>
 

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,999
    3,764
    Nuenen
    Home Country
    Netherlands Netherlands
    That's because the generic util doesn't have knowledge how to play a vimeo video.
    You shouild set the ResolveHoster to "FromUrl", or add
    <item key="resolveHoster"><![CDATA[FromUrl]]></item>
    manually.

    Perhaps it's better to "move things up one level". You now have all the videos listed under subcategories, and when choosing a subcategory, you still have to select the one video that is in the list.

    So you should skip the subcategories (keep the regex box empty) and fill in the appropriate stuff in the video section
     

    Users who are viewing this thread

    Top Bottom