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>«\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&byline=0&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>
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>«\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&byline=0&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>
Netherlands