home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Problem with g_Player.PlayVideoStream
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="fcsobel" data-source="post: 46252" data-attributes="member: 16823"><p>I'm working on a plugin and running into problems with playing video streams thru mp. Can anyone help or point me in the right direction. I checked the wiki but could not find any documenttaion for this. The way I'm calling it works most of the time but not always. Here is the code I'm using which I found in another plugin.</p><p>[code]g_Player.FullScreen = true;</p><p>g_Player.PlayVideoStream(url)</p><p>GUIGraphicsContext.IsFullScreenVideo = true;</p><p>GUIWindowManager.ActivateWindow((int)GUIWindow.Window.WINDOW_FULLSCREEN_VIDEO);[/code] </p><p>When I tell mp to play files from some links it returns false. For example this call returns flase:</p><p>[code]g_Player.PlayVideoStream(@"http://media.libsyn.com/media/gilville/GIDUT.ep08.wmv")[/code]</p><p>But the ones from dl.tv work like this one:</p><p>[code]g_Player.PlayVideoStream(@"http://zdpub.vo.llnwd.net/o2/dltv/episode49/dl.tv.049.wmv")[/code]</p><p>Maybe there is some other magic that needs to be invoked.</p><p></p><p>Here is the link discussing the plugin and this issue</p><p></p><p><a href="https://forum.team-mediaportal.com/viewtopic.php?t=14357" target="_blank">https://forum.team-mediaportal.com/viewtopic.php?t=14357</a></p></blockquote><p></p>
[QUOTE="fcsobel, post: 46252, member: 16823"] I'm working on a plugin and running into problems with playing video streams thru mp. Can anyone help or point me in the right direction. I checked the wiki but could not find any documenttaion for this. The way I'm calling it works most of the time but not always. Here is the code I'm using which I found in another plugin. [code]g_Player.FullScreen = true; g_Player.PlayVideoStream(url) GUIGraphicsContext.IsFullScreenVideo = true; GUIWindowManager.ActivateWindow((int)GUIWindow.Window.WINDOW_FULLSCREEN_VIDEO);[/code] When I tell mp to play files from some links it returns false. For example this call returns flase: [code]g_Player.PlayVideoStream(@"http://media.libsyn.com/media/gilville/GIDUT.ep08.wmv")[/code] But the ones from dl.tv work like this one: [code]g_Player.PlayVideoStream(@"http://zdpub.vo.llnwd.net/o2/dltv/episode49/dl.tv.049.wmv")[/code] Maybe there is some other magic that needs to be invoked. Here is the link discussing the plugin and this issue [url]https://forum.team-mediaportal.com/viewtopic.php?t=14357[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Problem with g_Player.PlayVideoStream
Contact us
RSS
Top
Bottom