There are two threads with the same question, here's the other one: https://forum.team-mediaportal.com/threads/youtube-error-starting-playback-nodataavailable.120136/
Maybe a mod can merge both threads and help to find a solution.
There are two threads with the same question, here's the other one...
Hey,
Having issues getting youtube to play certain videos, when I click on them they will return the list of available formats, but...
I have a problem with this addon It don't working correctly. I done everything, but WeebTVServer.exe jamming my computer. In TVserver configuration Preview I have alert: Preview failed:Unknown Error.
I have a problem with this addon It don't working correctly. I done everything, but WeebTVServer.exe jamming my computer. In...
;)
is a plugin for xbmc
> - Install xbm best of "Nightly Builds"
>...
Yes, precisely the problem. >YOU< find it very easy. Many others in other countries do not. So why not allow both?
Its quite frustrating when people that have fast or unlimited Internet decide broad development decisions without taking into account the multitude of others that do not have that luxury. "Hey, it works fine for me, so...
Yes, precisely the problem. >YOU< find it very easy. Many others in other countries do not. So why not allow both?
Its quite...
When I browse the movie trailer lists in the iTunes section of OnlineVideos, many (most) of the videos don't have a description of...
I know this is an old thread....
Has anyone managed to get the 4oD channel from youtube into onlinevideos or to play by any other means in mediaportal?
They are encrypting their videos now so the standard 4oD in onlinevideos does not work any more.
Thanks.
I know this is an old thread....
Has anyone managed to get the 4oD channel from youtube into onlinevideos or to play by any other...
Hi i've been trying to add 40d youtube comedy channel to onlinevideo but there is an ad at the start of each episode I think this...
Disabling "Dynamic Refresh Rate Control" made a marginal improvement, as did disabling windows features like "remote differential compression" but in practical terms it just meant there's a slightly lower baseline from where the spike in CPU usage starts.
Having poked through the logs I can see the content is VC1 and it's documented...
Disabling "Dynamic Refresh Rate Control" made a marginal improvement, as did disabling windows features like "remote differential...
I have a pretty pathetic CPU in my TV box (single core Pentium M 760, 2Ghz) which is mitigated by a Geforce 9400GT to allow...
Are you running the latest version of OV? From your logs looks like you are using an old version so you might be right about it not searching for PS3 streams. Try updating the plugin/site.
Are you running the latest version of OV? From your logs looks like you are using an old version so you might be right about it not...
Maybe it's just me but I've not been able to play any videos from 4oD recently, other sites work fine and the log suggests that LAV...
Added to SVN and new Site published!
Did a minor fix to the xml definition inside the Configuration element:
<item key="forceUTF8Encoding"><![CDATA[true]]></item>
In MP1 you can see all the infos and the encoding was wrong (strange character). This setting overrides any encoding to use Utf-8 for the retreived data. Now it looks...
Added to SVN and new Site published!
Did a minor fix to the xml definition inside the Configuration element:
<item...
I guess I have a pretty simple page, but do not get it working completely.
Mainly there are two categories:
Aktuelle Folgen...
Ok I figured it out. For some reason the youtube settings don't like my email/password combination (which I retyped multiple times and still had no success). If I delete these fields, everything loads fine again.
Ok I figured it out. For some reason the youtube settings don't like my email/password combination (which I retyped multiple times...
Hy. Youtube and many others don't work. The message is always "Error getting categories".
One of the few working is Yahoo Music...
it's actually whenever i choose a youtube video to watch the mediaportal crashes.
Just tried to install the new LAV filters, without any success.. :(
Looks like this is a MP problem and not just onlinevid. I made another post on: https://forum.team-mediaportal.com/threads/mp-crash-on-video-playback.119850/
it's actually whenever i choose a youtube video to watch the mediaportal crashes.
Just tried to install the new LAV filters...
Hi.
I just installed the latest version of mediaportal and the new skin StreamedMP. After this upgrade i get crashes in the...
I requested this awhile ago, But I found away around it. I have my remote button (RED) set to "X" to minimize the video window. Then I just press guide and go through the whole download process. Press red again and I'm Back watching the video without even stopping it.
I requested this awhile ago, But I found away around it. I have my remote button (RED) set to "X" to minimize the video window...
Hi,
One thing i´m always missing: When watching a certain stream: right click and then "download this".
Or is this hidden...
Sorry. This my mistake. Maybe in future.Now it just gathers those sites and their content to one place, but playback is still in original sites., so this is actually only link collection to original sites. :-(
Br,
Sorry. This my mistake. Maybe in future.Now it just gathers those sites and their content to one place, but playback is still in...
Hi
There is now new site in Fnland. http://www.teevee.fi
which gathers Yle areena, Katsomo and ruutu under same
site. It would...
Thanks this workaround helps.
Okay, so waiting for MediaPortal2 ;) and maybe you can also make it possible to update sites from configuration menu, as i open this one as priviledged user
Thanks this workaround helps.
Okay, so waiting for MediaPortal2 ;) and maybe you can also make it possible to update sites from...
Hi,
would it be possible to add a possibility to Update the Sites also in OnlineVideo Configuration Dialog?
I am running the...
I know that this has been discussed before but the nordic(se, no ,dk) streaming service of LF is using flash player instead of silverlight. Is it possible for you guys to have a look if this can be inplemented in OV?
The site needs login and is geo blocked but if someone can provide a tunnel then I can let you use my logins if you...
I know that this has been discussed before but the nordic(se, no ,dk) streaming service of LF is using flash player instead of...
I know that this has been discussed before but the nordic(se, no ,dk) streaming service of LF is using flash player instead of...
Also note that the youtube plugin fails to work when 2 factor authentication is enabled for google accounts and valid credentials are filled in into the plugin.
I figured out yesterday and explained how to fix it in this thread
Also note that the youtube plugin fails to work when 2 factor authentication is enabled for google accounts and valid credentials...
I've tried 2 accounts, whenever I fill out username and password I get "error getting (dynamic) category videos".
If I remove the...
I have been seeing the same behavior as well. I was assuming that the default LAV Filters were not sufficient, but lately, at least for LiveTV.ru, there are not even any streams listed, which means the site definition may no longer be up to date.
I have been seeing the same behavior as well. I was assuming that the default LAV Filters were not sufficient, but lately, at...
Hi there. There is a thread in the forum with this discussion, bat its very old. So i want to ask by now (april 2013) if somebody...
You can do with this
public override string getUrl(VideoInfo video)
{
string webdata = GetWebData(video.VideoUrl);
Match m = regEx_FileUrl.Match(webdata);
if (!m.Success)
return String.Empty;
AMFArray renditions = GetResultsFromFindByMediaId(m, video.VideoUrl);
return FillPlaybackOptions(video, renditions)...
You can do with this
public override string getUrl(VideoInfo video)
{
string webdata = GetWebData(video.VideoUrl);
Match...
I'm trying to develop a new site but i'm not .NET coder, so i'm a really a noob here.
I installed Visual Studio 2010 Utilmate and...
Hi.
I have a very anoying problem which I was not able to solve for a very long time now.
Whenever I have used Online Video plugin once, I have many dropped frames on watching live TV after that.
The only way to cure the problem is to restart MediaPortal (no reboot nedded).
To state some figures:
Norally I have between 2 and 5...
Hi.
I have a very anoying problem which I was not able to solve for a very long time now.
Whenever I have used Online Video plugin...
Hi.
I have a very anoying problem which I was not able to solve for a very long time now.
Whenever I have used Online Video plugin...