![]() |
WMC as the backend - released - 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: Windows Media Center (WMC) (https://forum.kodi.tv/forumdisplay.php?fid=205) +---- Thread: WMC as the backend - released (/showthread.php?tid=171216) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
RE: WMC as the backend - released - krustyreturns - 2013-09-29 (2013-09-29, 19:02)Slowfoxtrot Wrote:(2013-09-29, 18:41)krustyreturns Wrote:(2013-09-29, 17:48)Slowfoxtrot Wrote: ... Hey if you get it working for Apple TV, you can post anything you want as far as I am concerned (like family photos of your trip to the grand canyon ![]() RE: WMC as the backend - released - gardnersm - 2013-09-29 Any one else having problems with skipping forward and back? Everything else seems to be working fine including fast forward and rewind. RE: WMC as the backend - released - hoopsdavis - 2013-09-29 (2013-09-29, 20:35)gardnersm Wrote: Any one else having problems with skipping forward and back? Everything else seems to be working fine including fast forward and rewind. that's always been an issue in xbmc (with Live TV). I've never been able to solve that, don't think many others have either. RE: WMC as the backend - released - MeMeMe - 2013-09-29 (2013-09-29, 00:26)krustyreturns Wrote:(2013-09-28, 22:16)MeMeMe Wrote: I've just installed the server, and when i try to run it, I get the message, "Unable to open a listening socket on port 9080, check your firewall settings of if this port is already in use. Unrecoverable error - ServerWMC will terminate!" I can't change the port number, because it crashes immediately with the above message, I can't get into the settings. As far as I know, nothing else is using that port. (2013-09-29, 01:11)SoCalXMBC Wrote:(2013-09-28, 22:16)MeMeMe Wrote: I've just installed the server, and when i try to run it, I get the message, "Unable to open a listening socket on port 9080, check your firewall settings of if this port is already in use. Unrecoverable error - ServerWMC will terminate!" I have done that, and also checked task manager, to make sure there is no serverwmc process running when I start it up. No luck. RE: WMC as the backend - released - Dilligaf - 2013-09-29 "C:\ProgramData\VDsoftware\ServerWMC\config.xml" Edit this file to change the port, specifically this line <ListenPort>9080</ListenPort> RE: WMC as the backend - released - krustyreturns - 2013-09-30 (2013-09-29, 20:35)gardnersm Wrote: Any one else having problems with skipping forward and back? Everything else seems to be working fine including fast forward and rewind. You are right about fast forward and rewind, I have never known if its a problem with the 'ts' format the code generates or a live tv issue with the addon interface - either way I haven't the expertise to solve it. I always use the step forward and step back by fixed steps sizes, xbmc makes the step sizes easily programmable. I prefer this to FF and RW anyway, even in wmc. (2013-09-29, 20:46)MeMeMe Wrote: I've just installed the server, and when i try to run it, I get the message, "Unable to open a listening socket on port 9080, check your firewall settings of if this port is already in use. Unrecoverable error - ServerWMC will terminate!" I fixed this embarrassing problem this morning. I will put it out once I do a little more work with channel icons. You can also just edit the config.xml that Dilligraf mentioned. None of that explains why you having the problem in the first place though if port 9080 is open. Are you running a third party firewall, or some other security something or other? RE: WMC as the backend - released - nlitend1 - 2013-09-30 (2013-09-23, 23:32)scarecrow420 Wrote:(2013-09-23, 20:41)bigwah Wrote: So I've been a cablecard WMC/mediabrowser user for a long time now. Saw this and its exactly what I've been waiting for. Did as you requested and made a recording via the addon interface. Subtitles did not work when the file was played back in XBMC. Subtitles DID work when the same file was played in WMC. So yes, it looks like an issue with PLAYBACK of the livetv/recorded files in XBMC as the subtitles are in in the actual recorded file since it is recorded in the server WMC. Any ideas? P.S. Noted the option in the server gui to play the file back as a .wtv or a .ts file and the .wtv option was greyed out. Is that a potential fix or does xbmc not play .wtv files unless they are in .ts format? nlitend1 RE: WMC as the backend - released - krustyreturns - 2013-09-30 Hey Everyone, There is a new version of the server up (1073), that should fix channel icons (haven't tested on non-windows clients though) and fixes the can't-open-port-exiting problem. Note that channel icons should work automatically now IF you have channel icons set up in wmc. Thanks to hoopsdavis and scarecrow420 --kr RE: WMC as the backend - released - TechLife - 2013-09-30 Very excited! I will test the icon issue right away and report back. Thanks kr! RE: WMC as the backend - released - TechLife - 2013-09-30 OK, so I closed XBMC, closed ServerWMC and installed the new version. I then loaded up ServerWMC and checked \Recorded TV\TempXBMC\imageCache\channelIcons and it was still empty. I then closed ServerWMC and the log from this is here: http://pastebin.com/1msNjgcK Just for kicks, I then removed all icons and re-added them within MyChannelLogos. Loaded up ServerWMC and checked the folder again. Unfortunately, no dice. The log from this is here: http://pastebin.com/LTMt702y This is the part where I was expecting to report bad news... Then, just to be sure, I loaded XBMC on one of my clients...SUCCESS! The icons are there! Excellent work, man! THANKS!!!! (I was typing this as I went along so I'll just leave the whole experience here LOL. I wish I had checked it after the install and before the icon reload but I didn't.) RE: WMC as the backend - released - krustyreturns - 2013-09-30 (2013-09-30, 05:09)TechLife Wrote: OK, so I closed XBMC, closed ServerWMC and installed the new version. I then loaded up ServerWMC and checked \Recorded TV\TempXBMC\imageCache\channelIcons and it was still empty. I then closed ServerWMC and the log from this is here: http://pastebin.com/1msNjgcK It doesn't populate the icons in tempxbmc unless it detects that there is a remote client, because otherwise there is no reason to cache the icons there - it would just be wasted disk space. That's why you didn't see them until you fired up the remote client. Thanks testing it so quick.. RE: WMC as the backend - released - TechLife - 2013-09-30 (2013-09-30, 05:41)krustyreturns Wrote: It doesn't populate the icons in tempxbmc unless it detects that there is a remote client, because otherwise there is no reason to cache the icons there - it would just be wasted disk space. That's why you didn't see them until you fired up the remote client. Thanks testing it so quick..Makes perfect sense. No problem. Thanks for getting it fixed so quick! RE: WMC as the backend - released - scarecrow420 - 2013-09-30 (2013-09-30, 02:12)nlitend1 Wrote:Also just checking, when playing back the recording you made is this through the "Recordings" section of XBMC's TV interface or just as a normal file in "Videos" section. It's the latter Id like to know 10% does or doesnt support the subtitles. If it doesnt then unfortunately it means that it wold be XBMC itself that isnt displaying subtitles from within a WTV file.(2013-09-23, 23:32)scarecrow420 Wrote:(2013-09-23, 20:41)bigwah Wrote: So I've been a cablecard WMC/mediabrowser user for a long time now. Saw this and its exactly what I've been waiting for. Regarding the TS vs WTV option, yes it is disabled purposely, whilst XBMC can play a WTV file it cant play it nicely while it is still being recorded to. Basically it only plays up to the file size that existed when you started playback, seems it doesnt dynamically handle the growing file and understand that there is more video to play after that point etc... Good to see another server release krusty ![]() As I mentioned a little while ago, I'm going on vacation to Europe until late in October so whilst I may stop by in the thread if I have the chance, I wont be able to contribute development wise until I get back. Good luck all ![]() RE: WMC as the backend - released - Dilligaf - 2013-10-01 As of today the release version of Raspbmc ships with pvr.wmc All you PI users give it a try, I have had 100% success with it. RE: WMC as the backend - released - TechLife - 2013-10-01 Awesome! That is very cool. Apparently Sam finds this as cool as we do. I'll try it out soon and update the Wiki accordingly. Thanks for the heads up! |