Reply to thread

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.


Top Bottom