2013-11-19, 05:27
That's weird because I have no problem, I am watching a live-tv Seinfeld as I type this and I can skip forward and backward no problem. (Its the one with about Elaine's dad - great episode).
(2013-11-19, 03:45)krustyreturns Wrote:(2013-11-18, 21:17)Doomsday01 Wrote: This is the error I am getting when I try to watch any channel from the raspberry. In media center on the pc, it works fine. Any ideas? I have the correct ip in the pvr plugin. Currently running serverwmc 1095 on my pc.
NOTICE: Thread COMXPlayer start, auto delete: false
14:08:32 T:2734281824 NOTICE: Creating InputStream
...
14:08:41 T:2734281824 ERROR: COMXPlayer::OpenInputStream - error opening [pvr://channels/tv$
14:08:41 T:2734281824 NOTICE: COMXPlayer::OnExit()
I can't tell from looking at this. I need to see the server log (just post a link to it, make sure that is has a failed run on it). Before that though, make sure the client has access to the recording tv folder that wmc uses and that it has credentials set so that it can access it (see folder tab for both).
(2013-11-19, 06:35)Doomsday01 Wrote: Here ya go. http://pastebin.com/1uPvnd0Y
I tried with both user credentials on and off in the server config.
(2013-11-19, 06:35)Doomsday01 Wrote: Here ya go. http://pastebin.com/1uPvnd0Y
I tried with both user credentials on and off in the server config.
(2013-11-19, 07:22)awp0 Wrote: Quick question: I watched the football game tonight and happened to turn on task manager (using RDP from another account) midway through. This is a new Win7 build so I'm just trying to get a handle on the resource usage. I was surprised to see the XBMC process using over 700 megs of RAM. I watched it slowly grow over the course of an hour to almost 900 megs. After the game finished I stopped it and I noticed the RAM usage retreated only a little bit (maybe reducing by 50 megs or so). So I restarted XBMC and let it sit on the home menu for a few minutes, watched the RAM usage and saw no increase. I then started Live TV playback and noticed it slowly grow again. It's been playing for about 15 minutes and it's steadily grown about 3 megs per minute, gaining about 45 megs over the 15 minutes.
Anyway, probably not a big deal but I just thought I'd ask. I'm going to bed now, but tomorrow I'll try a more careful test with perf monitor to see if I can capture an hour of "home menu" followed by an hour of "live tv" and then another hour of "home menu" again. I'm also running Aeon MQ5 right now, so maybe that has something to do with it. I'll try the test with Confluence. I'm running Windows 7, XBMC 12.2, with an HDHomerun Prime.
Thanks again for this excellent PVR add-in. It's working really well for me and the fam!
(2013-11-19, 06:51)Dilligaf Wrote:(2013-11-19, 06:35)Doomsday01 Wrote: Here ya go. http://pastebin.com/1uPvnd0Y
I tried with both user credentials on and off in the server config.
I'm thinking you have your path on the folders tab as smb://WWIV/Recorded TV try changing it to \\WWIV\Recorded TV note backslashes and no smb:
(2013-11-19, 07:56)krustyreturns Wrote:(2013-11-19, 07:22)awp0 Wrote: Quick question: I watched the football game tonight and happened to turn on task manager (using RDP from another account) midway through. This is a new Win7 build so I'm just trying to get a handle on the resource usage. I was surprised to see the XBMC process using over 700 megs of RAM. I watched it slowly grow over the course of an hour to almost 900 megs. After the game finished I stopped it and I noticed the RAM usage retreated only a little bit (maybe reducing by 50 megs or so). So I restarted XBMC and let it sit on the home menu for a few minutes, watched the RAM usage and saw no increase. I then started Live TV playback and noticed it slowly grow again. It's been playing for about 15 minutes and it's steadily grown about 3 megs per minute, gaining about 45 megs over the 15 minutes.
Anyway, probably not a big deal but I just thought I'd ask. I'm going to bed now, but tomorrow I'll try a more careful test with perf monitor to see if I can capture an hour of "home menu" followed by an hour of "live tv" and then another hour of "home menu" again. I'm also running Aeon MQ5 right now, so maybe that has something to do with it. I'll try the test with Confluence. I'm running Windows 7, XBMC 12.2, with an HDHomerun Prime.
Thanks again for this excellent PVR add-in. It's working really well for me and the fam!
I wrote the stuff that follows but then realized you are talking about xbmc not serverwmc - so the stuff below doesn't apply - but I wrote it and thought it was interesting so I am keeping it in, feel free to ignore it. Since you are talking about xbmc, I doubt my little pvr client could have such a severe leak, but its c++ so its possible. I'll be interested to hear what you find if you get back to it.
---------------
Yeah please do. Certainly the remuxer uses ram, it creates a buffer in memory for queuing up a number of packets, but this will reach a steady state very quickly and once a packet is written to disk the memory for it is discarded. However with .net, reclaiming discarded memory is the responsibility of the system's garbage collector (that's one of the reasons why I came to love c# and cringe when I go back to c++). So memory could grow for quite a while before the gc decides its time to start reclaiming memory. So if you watch it long enough (but you might have to keep the stream on for a very long time depending on your system) you should see the memory get reclaimed before there is a problem.
Having said that, I have run streams for hours but never bothered looking at the memory usage so I would like to know what you find. I could have a memory leak but I doubt it (I dared myself to write that).
(2013-11-19, 16:36)jeffj9930 Wrote: Hi,
Windows 8.1 x64
server 1095
Frodo 12.2
Jeff