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
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Add hyperlink parameter to TvPlugin to enhance menu options
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="Sinbe" data-source="post: 941609" data-attributes="member: 62129"><p>After checking the logs it actually does seem to start the stream on the right channel, but gives some kind of a directshow error and closes the stream before I get any picture. I'll look into it and try to find out what's going on. This doesn't happen with the standard dll.</p><p> </p><p>Edit: TV works perfectly normal with the modified dll aswell. Just not with the MpWifi command. When trying to start with MpWifi I get the following error:</p><p>[CODE]2012-12-11 16:04:55.341334 [ERROR][(12)]: DirectshowUtil. Failed to add filter:MediaPortal - Audio Renderer to graph :COM object that has been separated from its underlying RCW cannot be used. DirectShowLib at DirectShowLib.IGraphBuilder.EnumFilters(IEnumFilters& ppEnum)</p><p> </p><p>at DShowNET.Helper.DirectShowUtil.AddAudioRendererToGraph(IGraphBuilder graphBuilder, String strFilterName, Boolean setAsReferenceClock)</p><p> </p><p>2012-12-11 16:04:55.348334 [ERROR][(12)]: TSReaderPlayer: Exception while creating DShow graph Object reference not set to an instance of an object.</p><p> </p><p>2012-12-11 16:04:55.348334 [ERROR][(12)]: TSReaderPlayer:GetInterfaces() failed[/CODE]</p><p>Any idea what this might be? Should I contact the dev of MPAR?</p><p> </p><p> </p><p>Edit2: Disabled MPAR and no more erros. However the channel still won't start. Log shows the following:</p><p>[CODE]2012-12-11 16:21:55.489683 [Debug][(21)]: Window: TvPlugin.TVHome deinit</p><p>2012-12-11 16:21:55.490683 [Debug][(21)]: TextureManager: CleanupThumbs()</p><p>2012-12-11 16:21:56.156721 [Debug][(21)]: Window: TvPlugin.TVHome init</p><p>2012-12-11 16:21:56.156721 [Info.][(21)]: TVHome:OnPageLoad</p><p>2012-12-11 16:21:56.156721 [Debug][(21)]: TVHome:OnPageLoad "FullScreen(Nelonen)" command "FullScreen" commandValue "Nelonen"</p><p>2012-12-11 16:21:56.157721 [Debug][(21)]: TVHome: OnPageLoad switching to parametered channel Nelonen</p><p>2012-12-11 16:21:56.157721 [Info.][(21)]: tv home init:Nelonen</p><p>2012-12-11 16:21:56.157721 [Info.][(21)]: tv home init:Nelonen done</p><p>2012-12-11 16:22:25.654409 [Debug][(10)]: Window: TvPlugin.TVHome deinit</p><p>2012-12-11 16:22:25.655409 [Debug][(10)]: TextureManager: CleanupThumbs()</p><p>2012-12-11 16:22:26.583462 [Debug][(10)]: Window: TvPlugin.TVHome init</p><p>2012-12-11 16:22:26.583462 [Info.][(10)]: TVHome:OnPageLoad</p><p>2012-12-11 16:22:26.583462 [Debug][(10)]: TVHome:OnPageLoad "FullScreen(Nelonen)" command "FullScreen" commandValue "Nelonen"</p><p>2012-12-11 16:22:26.584462 [Debug][(10)]: TVHome: OnPageLoad switching to parametered channel Nelonen</p><p>2012-12-11 16:22:26.584462 [Info.][(10)]: tv home init:Nelonen</p><p>2012-12-11 16:22:26.584462 [Info.][(10)]: tv home init:Nelonen done[/CODE]</p><p> </p><p> </p><p>Edit3: Getting the first error again now for some reason:</p><p>[CODE]2012-12-11 16:39:08.942793 [ERROR][(34)]: TSReaderPlayer: Exception while creating DShow graph COM object that has been separated from its underlying RCW cannot be used.</p><p>2012-12-11 16:39:08.942793 [ERROR][(34)]: TSReaderPlayer:GetInterfaces() failed[/CODE]</p><p>I'm starting to think there are two different problems I'm encountering. One is that the channel just doesn't start for no apparent reason (Log in edit2) and the other has something to do with the audio renderer (logs in edit1 and edit3). Neither one of those happen when not using MpWifi to send the command. The audio renderer problem happens with both, DirectSound and MPAudioRenderer. The "not starting" problem seems to be quite random.</p></blockquote><p></p>
[QUOTE="Sinbe, post: 941609, member: 62129"] After checking the logs it actually does seem to start the stream on the right channel, but gives some kind of a directshow error and closes the stream before I get any picture. I'll look into it and try to find out what's going on. This doesn't happen with the standard dll. Edit: TV works perfectly normal with the modified dll aswell. Just not with the MpWifi command. When trying to start with MpWifi I get the following error: [CODE]2012-12-11 16:04:55.341334 [ERROR][(12)]: DirectshowUtil. Failed to add filter:MediaPortal - Audio Renderer to graph :COM object that has been separated from its underlying RCW cannot be used. DirectShowLib at DirectShowLib.IGraphBuilder.EnumFilters(IEnumFilters& ppEnum) at DShowNET.Helper.DirectShowUtil.AddAudioRendererToGraph(IGraphBuilder graphBuilder, String strFilterName, Boolean setAsReferenceClock) 2012-12-11 16:04:55.348334 [ERROR][(12)]: TSReaderPlayer: Exception while creating DShow graph Object reference not set to an instance of an object. 2012-12-11 16:04:55.348334 [ERROR][(12)]: TSReaderPlayer:GetInterfaces() failed[/CODE] Any idea what this might be? Should I contact the dev of MPAR? Edit2: Disabled MPAR and no more erros. However the channel still won't start. Log shows the following: [CODE]2012-12-11 16:21:55.489683 [Debug][(21)]: Window: TvPlugin.TVHome deinit 2012-12-11 16:21:55.490683 [Debug][(21)]: TextureManager: CleanupThumbs() 2012-12-11 16:21:56.156721 [Debug][(21)]: Window: TvPlugin.TVHome init 2012-12-11 16:21:56.156721 [Info.][(21)]: TVHome:OnPageLoad 2012-12-11 16:21:56.156721 [Debug][(21)]: TVHome:OnPageLoad "FullScreen(Nelonen)" command "FullScreen" commandValue "Nelonen" 2012-12-11 16:21:56.157721 [Debug][(21)]: TVHome: OnPageLoad switching to parametered channel Nelonen 2012-12-11 16:21:56.157721 [Info.][(21)]: tv home init:Nelonen 2012-12-11 16:21:56.157721 [Info.][(21)]: tv home init:Nelonen done 2012-12-11 16:22:25.654409 [Debug][(10)]: Window: TvPlugin.TVHome deinit 2012-12-11 16:22:25.655409 [Debug][(10)]: TextureManager: CleanupThumbs() 2012-12-11 16:22:26.583462 [Debug][(10)]: Window: TvPlugin.TVHome init 2012-12-11 16:22:26.583462 [Info.][(10)]: TVHome:OnPageLoad 2012-12-11 16:22:26.583462 [Debug][(10)]: TVHome:OnPageLoad "FullScreen(Nelonen)" command "FullScreen" commandValue "Nelonen" 2012-12-11 16:22:26.584462 [Debug][(10)]: TVHome: OnPageLoad switching to parametered channel Nelonen 2012-12-11 16:22:26.584462 [Info.][(10)]: tv home init:Nelonen 2012-12-11 16:22:26.584462 [Info.][(10)]: tv home init:Nelonen done[/CODE] Edit3: Getting the first error again now for some reason: [CODE]2012-12-11 16:39:08.942793 [ERROR][(34)]: TSReaderPlayer: Exception while creating DShow graph COM object that has been separated from its underlying RCW cannot be used. 2012-12-11 16:39:08.942793 [ERROR][(34)]: TSReaderPlayer:GetInterfaces() failed[/CODE] I'm starting to think there are two different problems I'm encountering. One is that the channel just doesn't start for no apparent reason (Log in edit2) and the other has something to do with the audio renderer (logs in edit1 and edit3). Neither one of those happen when not using MpWifi to send the command. The audio renderer problem happens with both, DirectSound and MPAudioRenderer. The "not starting" problem seems to be quite random. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Add hyperlink parameter to TvPlugin to enhance menu options
Contact us
RSS
Top
Bottom