Windows MediaPortal TV-Server and XBMC-PVR? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: MediaPortal (https://forum.kodi.tv/forumdisplay.php?fid=171) +---- Thread: Windows MediaPortal TV-Server and XBMC-PVR? (/showthread.php?tid=101279) |
Windows MediaPortal TV-Server and XBMC-PVR? - njumlin - 2011-05-11 I have installed MediaPortal TV-Server 1.1.3, scanned and found channels with my DVB-C and DVB-T (Analog/Digital) cards. Then I installed XBMC-PVR-e7ba398-dx.exe. From http://xbmc.opdenkamp.eu/ However I'm unable to get it working from XBMC Live TV, or dont know how to do it. I've tried to find how to set this up correctly but with no bigger luck. Any help is greatly appreciated. - opdenkamp - 2011-05-11 the binary is a bit outdated. I'll update it. you could try margro's builds for mediaportal. since he's maintaining the mediaportal add-on, his builds should work. - loggio - 2011-05-11 You have to instal the plugin inside mps tvserver, so that xbmc can talk to the backend. http://www.scintilla.utwente.nl/~marcelg/xbmc/ Go there, read up. Also use margros 10.1 release it's 10 times more stable than the build u downloaded. Download media portal 1.2.0 beta! Things are working great since I installed 1.2.0b . - njumlin - 2011-05-14 dushmaniac Wrote:the binary is a bit outdated. I'll update it. Ah of course, thanks a lot. loggio Wrote:You have to instal the plugin inside mps tvserver, so that xbmc can talk to the backend. Thanks!! will read it. It was probably the pluging for MP-tv-server that I was missing. - njumlin - 2011-05-18 I have got it working, except I get no sound for the channels in XBMC, but I do get sound in the MediaPortal client. Any ideas? :confused2: I've tried both ffdshow and TSreader. - loggio - 2011-05-18 Change audio output in xbmc to analogue and see what happens. Xbmc's mpeg2 dxva ecoding isn't the best... I've got issues with unrendered footage on a particular channel that nobody seems to know anything about, but the problem is in xbmc when dxva is enabled. So try disabling dxva and see what happens also. With these problems present, and lack of deinterlacing for dxva... It is a pretty major upset... Considering almost every other 3rd party media player plays these files back just fine. Hopefully all this is fixed soon. - margro - 2011-05-19 njumlin Wrote:I have got it working, except I get no sound for the channels in XBMC, but I do get sound in the MediaPortal client. Any ideas? :confused2:Which XBMC build are you using on which operating system? Sounds like XBMC (ffmpeg lib) detects no or more than 1 audio stream. For multiple audio streams, try to select one of the other audio streams (full screen -> Open "audio settings" dialog). If that does not help, enable debug logging and check the xbmc.log file for the ffmpeg lines that describe the stream contents. Example: Code: [size=x-small]19:59:53 T:5512 M:3748356096 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished As you can see, this example has one video stream, one audio stream and 1 teletext stream (wrongly called Subtitle by ffmpeg). I would like to know the output in your case. - njumlin - 2011-05-19 loggio Wrote:Change audio output in xbmc to analogue and see what happens. Xbmc's mpeg2 dxva ecoding isn't the best... I've got issues with unrendered footage on a particular channel that nobody seems to know anything about, but the problem is in xbmc when dxva is enabled. So try disabling dxva and see what happens also. I've tried chaning output to analog and all other outputs available, still no go. How do I disable dxva? margro Wrote:Which XBMC build are you using on which operating system? The one from scintilla. Latest build Update: 10-03-2011: Prebuild Windows setup of XBMC Dharma 10.1 + PVR (github/margro PVR build). http://www.scintilla.utwente.nl/~marcelg/xbmc/prebuild.html margro Wrote:Sounds like XBMC (ffmpeg lib) detects no or more than 1 audio stream. I've tried switching from Optical/Digital to Analog. margro Wrote:If that does not help, enable debug logging and check the xbmc.log file for the ffmpeg lines that describe the stream contents. Here is my full log, it seems to only detect one audio output. Full log: http://pastebin.com/mY09hhmM Code: 21:10:08 T:4648 M:2520969216 NOTICE: Creating Demuxer - margro - 2011-05-19 Okay, now i see the cause of the audio problem here... The video stream is inside the program section and the audio stream is outside the program section, therefore XBMC ignores the audio stream. Its a bug inside the transport stream itself or XBMC's ffmpeg library fails/forgets to add the audio stream into the program section. If this strange stream detection is still true for the newer ffmpeg library inside the XBMC master branch, a workaround would be to try audio streams outside the program section if XBMC cannot find one inside... - njumlin - 2011-05-20 margro Wrote:Okay, now i see the cause of the audio problem here... Thanks a lot for clearing it up for me! Saved me from reinstalling all codecs which I originally thought was the culprit. So basically what you are saying is that I'll have to wait for an updated release of XBMC with PVR-support? (or learn how to code it myself ) |