SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #361  
Old 11-17-2009, 11:28 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Quote:
Originally Posted by btrumsey View Post
After reading these last few posts about problems with paths that contain spaces, I uninstalled and re-installed WFE, this time using C:\webfeedencoder as the install dir. Now it appears to be working as expected. I tried modifying detune.radio.windows.command file, which fixed the cleanup of the .mp3 file, but was still getting mpg files with no audio. There must be some other command in the chain that does not like the spaces in my install path.
Hmm OK - thought I had them all now but I will double check.

Quote:
Originally Posted by btrumsey View Post
HD200 playback is good; I'm seeing choppy playback on my client... I know there are lots of posts about that here already so I'll read those and try to resolve that.
Yes - burned hours on this one. Kha said he had a solution to this issue on another thread. Hopefully he will paste it here.

Quote:
Originally Posted by btrumsey View Post
One thing I noticed that you might want to clean up in a future version: when I specified a UNC path for my channel logos (\\\\WHS\\SageTV\\ChannelLogos), this ends up being added as \WHS\SageTV\ChannelLogos (missing a leading slash) in the encoder.props file. I had to manually update the encoder.props file for it to pick up my logos correctly.
Ah yes - ok will fix that

Quote:
Originally Posted by btrumsey View Post
Thanks again for your great support and great SageTV utility!
You are welcome

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer

Last edited by michaeldjcox; 11-17-2009 at 12:59 PM.
Reply With Quote
  #362  
Old 11-18-2009, 12:26 AM
btrumsey btrumsey is offline
Sage User
 
Join Date: Jun 2009
Location: Arizona
Posts: 7
I seem to have resolved my choppy playback issues by applying kha's recommendations. For those that may be looking for this as well, I will repeat what I did here.

Edit/add the following registry keys on the client machine:
* Note this will be slightly different on a Win7 system... just do a search for MpegDeMux

Code:
[HKLM\SOFTWARE\Frey Technologies\Common\DSFilters\MpegDeMux]
"BlockSize"=dword:00000200 (512)
"BlockNum"=dword:00000200 (512)
"NumBuffer"=dword:00000100 (256)
I do still have one lingering issue on the client... the playback won't start on its own. After I hit 'play', I wait for a bit (with nothing happening), and then hit pause. When I hit 'play' again, my video/audio begin as expected. Any recommendations for that ailment?
Reply With Quote
  #363  
Old 11-18-2009, 02:43 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Quote:
Originally Posted by btrumsey View Post
I seem to have resolved my choppy playback issues by applying kha's recommendations. For those that may be looking for this as well, I will repeat what I did here.
Going to give it a go myself.

Quote:
Originally Posted by btrumsey View Post
I do still have one lingering issue on the client... the playback won't start on its own. After I hit 'play', I wait for a bit (with nothing happening), and then hit pause. When I hit 'play' again, my video/audio begin as expected. Any recommendations for that ailment?
WFE has always been slow to tune say about 10-15 seconds or so. Have you tried waiting long enough for it to start?

Otherwise I have not seen this one - is it the same for all channels or just that one.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #364  
Old 11-20-2009, 01:19 AM
mikeg mikeg is offline
Sage User
 
Join Date: Sep 2009
Location: Woodinville, WA
Posts: 12
I wanted to thank you for developing this great plugin. I became aware of WFE when adding the SageTV plugin for PlayOn and see WFE's capabilities as complementary to PlayOn.

I am an software test engineer and hope that sharing my experience will help others avoid some of the difficulties in setting up WFE. I spent about 3 evenings after work to get WFE deployed successfully.

Things learned:
- avoid paths with spaces: I had much better success when placing it directly under the root, instead of a folder of "Program Files".
- use the experimental patch recently posted and use your local time zone, not the TZ of the music source
- to avoid the stuttering audio on the server, use the regkeys described in post #362.

Pain points:
- Before installation I read the user guide but couldn't figure out how the WFE tuner was installed--I tried adding a WFE source through the SageTV setup menu but that didn't work properly.
- I also read the entire 360+ posts in the WFE support thread. This thread should be retired and a new one started with each release of the program to keep the number of posts down and keep the posts germane to that version of WFE.

Suggestions for improvement:
- Recommend dropping the "Program Files" from the default install location. If the spaces in the path cause problems, then changing the default path would eliminate that trouble.
- Start the WFE service at the end of the installation--it isn't clear that WFE is started or whether the system should be rebooted.
- The user guide could use a step-by-step tutorial for adding a well-known reliable stream. This is better than leaving the initial station programming to chance that the choice isn't a reliable radio source.
- Add a better description of how to set the channel offset. I'd suggest setting it to a number that is higher than the greatest existing tuner channel number.

In conclusion, you've developed a great plugin and if you can simplify the initial setup a bit more, a lot of people will be willing to take the plunge and deploy WFE.

Mike
Reply With Quote
  #365  
Old 11-20-2009, 01:01 PM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Quote:
Originally Posted by mikeg View Post
I wanted to thank you for developing this great plugin. I became aware of WFE when adding the SageTV plugin for PlayOn and see WFE's capabilities as complementary to PlayOn.

I am an software test engineer and hope that sharing my experience will help others avoid some of the difficulties in setting up WFE. I spent about 3 evenings after work to get WFE deployed successfully.
Thanks for feeding back. I really need this kind of feedback to improve the product as I only have two environments to test on and thats a subset of the various setups out there.

Quote:
Originally Posted by mikeg View Post
- avoid paths with spaces: I had much better success when placing it directly under the root, instead of a folder of "Program Files".
The reason that works so well is because thats how I tested things in my environments until recently. It really needs to cope with spaces in file paths. Can you provide any information about the problems you had with file paths with spaces?

Quote:
Originally Posted by mikeg View Post
- use the experimental patch recently posted and use your local time zone, not the TZ of the music source
Always take the latest :-)

Quote:
Originally Posted by mikeg View Post
- to avoid the stuttering audio on the server, use the regkeys described in post #362.
That seems to work for many but hasn't worked for me.

Quote:
Originally Posted by mikeg View Post
- Before installation I read the user guide but couldn't figure out how the WFE tuner was installed--I tried adding a WFE source through the SageTV setup menu but that didn't work properly.
This is because there is no need!

The installer does all the video source setup.

Then use the config tool to add a channel to the lineup.

You should see it appear in sageTV guide instantly.

There is no need to enter the video source setup at all or do a channel scan or any of that.

Quote:
Originally Posted by mikeg View Post
- I also read the entire 360+ posts in the WFE support thread. This thread should be retired and a new one started with each release of the program to keep the number of posts down and keep the posts germane to that version of WFE.
Good point - I was going to wait until a non-beta verison 1.0 but I will do it for the next version 0.9.5.

Quote:
Originally Posted by mikeg View Post
- Recommend dropping the "Program Files" from the default install location. If the spaces in the path cause problems, then changing the default path would eliminate that trouble.
As discussed before I would rather get spaces in file paths working. These are just bugs - easy to fix if I know where.

Quote:
Originally Posted by mikeg View Post
- Start the WFE service at the end of the installation--it isn't clear that WFE is started or whether the system should be rebooted.
Good point - I may add auto start panel at the end of the installation or the very least add some helpful pointers.

Quote:
Originally Posted by mikeg View Post
- The user guide could use a step-by-step tutorial for adding a well-known reliable stream. This is better than leaving the initial station programming to chance that the choice isn't a reliable radio source.
Hmm OK I may create a video on youtube to show the whole proces.

Quote:
Originally Posted by mikeg View Post
- Add a better description of how to set the channel offset. I'd suggest setting it to a number that is higher than the greatest existing tuner channel number.
I have amended the installer of the next version 0.9.5 to make this suggestion.

Quote:
Originally Posted by mikeg View Post
In conclusion, you've developed a great plugin and if you can simplify the initial setup a bit more, a lot of people will be willing to take the plunge and deploy WFE.
Thanks again for trying WFE and taking the time to feedback in such detail.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer

Last edited by michaeldjcox; 11-22-2009 at 12:47 AM.
Reply With Quote
  #366  
Old 11-22-2009, 03:10 AM
mikeg mikeg is offline
Sage User
 
Join Date: Sep 2009
Location: Woodinville, WA
Posts: 12
Quote:
Originally Posted by michaeldjcox View Post
Thanks for feeding back. I really need this kind of feedback to improve the product as I only have two environments to test on and thats a subset of the various setups out there.
I'm really excited about this plug-in and would be glad to test and file bug reports based on my testing. I have 3 bug reports from my testing--email me directly at mikegordon@mindless.com to begin a test thread.

Quote:
Originally Posted by michaeldjcox View Post
The reason that works so well is because thats how I tested things in my environments until recently. It really needs to cope with spaces in file paths. Can you provide any information about the problems you had with file paths with spaces?
I uninstalled and reinstalled under C:\Program Files and tested the operation again.

At first it worked but as I continued to tune to different stations, it stopped working. The symptoms were that vlc processes are running and the stream files were growing, but black display and no audio on the server or extender.

Later on it seemed to get worse to the point where vlc wasn't getting launched when you tuned to a station. I tried restarting WFE, restarting SageTV and neither fixed the problem. Strangely, it seemed that restarting the server was the only thing to resolve the problem. I'm pretty certain about that because when I uninstalled the \Program Files\webfeedencoder folder was empty but couldn't be deleted because it was in use by another process.

I am certain that the radio feeds were reliable and tried several that had previously worked on my system before. My test environment is Windows XP Pro SP3 with VLC 0.99, SageTV 6.6.2 and SageMC and HD100 extender.

Quote:
Originally Posted by michaeldjcox View Post
The installer does all the video source setup.

Then use the config tool to add a channel to the lineup.

You should see it appear in sageTV guide instantly.

There is no need to enter the video source setup at all or do a channel scan or any of that.
It wasn't clear from the user guide about this point. The install notes displayed on the last pane of the installer would be a great location for this info and could have other useful tips.

Quote:
Originally Posted by michaeldjcox View Post
Thanks again for trying WFE and taking the time to feedback in such detail.

Michael
You're welcome. Keep up the good work!

Mike
Reply With Quote
  #367  
Old 11-22-2009, 06:22 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Quote:
Originally Posted by mikeg View Post
I'm really excited about this plug-in and would be glad to test and file bug reports based on my testing. I have 3 bug reports from my testing--email me directly at mikegordon@mindless.com to begin a test thread.
Will do. Very grateful for your support. Its still a beta because I can't be certain how it will work for people. A keen eye for issues helps a great deal. I've been able to make a lot of progress from all the feedback I have received from people so far.

I'm wondering whether to make 0.9.5 available for brave souls such as yourself. I hoping not do too many more patches of 0.9.4 as 0.9.5 is so close now.

Quote:
Originally Posted by mikeg View Post
I uninstalled and reinstalled under C:\Program Files and tested the operation again.

At first it worked but as I continued to tune to different stations, it stopped working. The symptoms were that vlc processes are running and the stream files were growing, but black display and no audio on the server or extender.

Later on it seemed to get worse to the point where vlc wasn't getting launched when you tuned to a station. I tried restarting WFE, restarting SageTV and neither fixed the problem. Strangely, it seemed that restarting the server was the only thing to resolve the problem. I'm pretty certain about that because when I uninstalled the \Program Files\webfeedencoder folder was empty but couldn't be deleted because it was in use by another process.

I am certain that the radio feeds were reliable and tried several that had previously worked on my system before. My test environment is Windows XP Pro SP3 with VLC 0.99, SageTV 6.6.2 and SageMC and HD100 extender.
A problem I have had is vlc sessions not dying after the recording stops. Your symptoms sound very similar to another user who I have been have a PM conversation with recently.

I think its possible that after the recording the VLC session is dying properly. No amount of restarting WFE or SageTV will solve that. They need to be killed. Sending commands telling them to quit does not always seem to work.

Can you have a check please to see if problems start when, after a successful tuning, VLC sessions do not die and the no audio then starts?

I am seriously considering ditching VLC and working on an alternative because I cannot influence which bugs they address.

Quote:
Originally Posted by mikeg View Post
It wasn't clear from the user guide about this point. The install notes displayed on the last pane of the installer would be a great location for this info and could have other useful tips.
Agreed. I will add some words for the time being and think up something better to bridge the gap between configuration done in the installer and configuration done by the config tool for later versions.

Thanks again for your time.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #368  
Old 11-24-2009, 09:43 PM
mikeg mikeg is offline
Sage User
 
Join Date: Sep 2009
Location: Woodinville, WA
Posts: 12
Sorry for the slow reply, but I repeated the testing of WFE in the default install folder location and have repro-ed the problem.

Quote:
Originally Posted by michaeldjcox View Post
I'm wondering whether to make 0.9.5 available for brave souls such as yourself. I hoping not do too many more patches of 0.9.4 as 0.9.5 is so close now.
I suggest a quick patch to 0.9.4b to this highly visible bug...see below.

Quote:
Originally Posted by michaeldjcox View Post
Can you have a check please to see if problems start when, after a successful tuning, VLC sessions do not die and the no audio then starts?
The root cause for the problem is that the %tmp%\%callsign%.mp3 files are not deleted after stopping playback. This is the problem described in post #354 and requires editing the %WFE%\commands\detune.radio.windows.commands file to include quotes around the file path and name in the delete command.

I would suggest updating this quickly as it should affect all windows users installing into the default location (under \Program Files) or any location with a space in the file path. The bug causes the SageTV client to hang.

Can you PM me your email or contact me via email so that I may provide you additional bug reports that I have created for WFE 0.9.4b?

Thanks,
Mike
Reply With Quote
  #369  
Old 11-25-2009, 09:00 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Mike,

I thought I had patched above problem already. Will check.

See email with regard to bug reports.

Thanks,

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #370  
Old 12-02-2009, 11:46 AM
sbrendtro sbrendtro is offline
New Member
 
Join Date: Jul 2009
Posts: 2
Installer Won't Start

Odd problem here.
I have SageTV 6.5.9.1, running on Ubuntu 9.10, Java version 1.6.0_17.

I run "java -jar webfeedencoder_0_9_4.jar", and get a popup that says:

Failed to Install
error in opening zip file

The shell window shows the following output:

java.lang.RuntimeException: Failed to establish installation details
at uk.co.mdjcox.installer.config.InstallationDetails.<init>(InstallationDetails.java:172)
at uk.co.mdjcox.installer.config.InstallationDetails.getInstance(InstallationDetails.java:73)
at uk.co.mdjcox.installer.Installer.main(Installer.java:63)
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:70)
at uk.co.mdjcox.installer.config.InstallationDetails.parseExtractableFiles(InstallationDetails.java:935)
at uk.co.mdjcox.installer.config.InstallationDetails.<init>(InstallationDetails.java:160)
... 2 more

Any thoughts on this? Thanks!
Steve
Reply With Quote
  #371  
Old 12-02-2009, 04:19 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Went to install this on my WHS. Followed these instructions

Code:
Installation and upgrade from earlier versions

Unzip the download file in a location of your choice and double click on the jar file to install.
And nothing. Microsecond hourglass and that's it.

Now I have been known to be stupid and miss the obvious...
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #372  
Old 12-03-2009, 03:08 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Steve,

Quote:
Originally Posted by sbrendtro View Post
Odd problem here.
I have SageTV 6.5.9.1, running on Ubuntu 9.10, Java version 1.6.0_17.

I run "java -jar webfeedencoder_0_9_4.jar", and get a popup that says:

Failed to Install
error in opening zip file

The shell window shows the following output:

java.lang.RuntimeException: Failed to establish installation details
at uk.co.mdjcox.installer.config.InstallationDetails.<init>(InstallationDetails.java:172)
at uk.co.mdjcox.installer.config.InstallationDetails.getInstance(InstallationDetails.java:73)
at uk.co.mdjcox.installer.Installer.main(Installer.java:63)
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:70)
at uk.co.mdjcox.installer.config.InstallationDetails.parseExtractableFiles(InstallationDetails.java:935)
at uk.co.mdjcox.installer.config.InstallationDetails.<init>(InstallationDetails.java:160)
... 2 more
Can you post the installer log file please.

Should be in the same directory as the webfeedencoder_0_9_4.jar file or possibly in the directory you were in when you typed the command below.

Should be called webfeedencoder_0_9_4.log

Theres been a lack of unix beta testers so expect a rough ride but plently of support and instant patches from me.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #373  
Old 12-03-2009, 03:12 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Hi,

Quote:
Originally Posted by ohpleaseno View Post
Went to install this on my WHS. Followed these instructions

Code:
Installation and upgrade from earlier versions

Unzip the download file in a location of your choice and double click on the jar file to install.
And nothing. Microsecond hourglass and that's it.

Now I have been known to be stupid and miss the obvious...
Me too on the stupid thing

Can you try navigating to the directory where the webfeedencoder_0_9_4.jar file is and typing:

java -jar webfeedencoder_0_9_4.jar

please post back any exceptions you see and the webfeedencoder_0_9_4.log file if you still have problems.

Double clicking on the jar file depends on file associations being setup so doesn't always work. I think I had a line in the user guide about that but not able to check at the moment.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #374  
Old 12-03-2009, 07:44 AM
rsagetv99's Avatar
rsagetv99 rsagetv99 is offline
Sage Fanatic
 
Join Date: Nov 2004
Posts: 766
I just installed this plugin, it was very easy with the installer. I tested a feed with the station you have listed in the pdf and it works. However, the 3 radio stations I wanted to add are not working.

When I tried to find the stations via the plugin on radiotime, I did not see them listed, so I tried using the link to the stations web-site player, but that did not work. Then I searched radiotime.com through my web browser and I was able to find ID's for the stations, I put the ID's in the plugin, and it recognized the stations, but when I tried testing, the mp3 file is created, but never grows.

I noticed on the radiotime web-site that all 3 stations are listed with the green box with two squares (as opposed to the green box with an arrow), indicating that they use an external player. I am guessing that this is the problem.

Here are the station ID's, let me know if there is any way to make them work.

s_28789
s_28140
s_28771
Reply With Quote
  #375  
Old 12-03-2009, 07:50 AM
rsagetv99's Avatar
rsagetv99 rsagetv99 is offline
Sage Fanatic
 
Join Date: Nov 2004
Posts: 766
Also there is one other unrelated anomaly, one of the stations I mentioned has the same call sign as an affiliated local TV station (WFLA). So when I added the radio station to the guide, it gets data for the TV station instead of the radio station.

I was not sure if I could just manually edit the radio station's call sign in the plugin so that it does not conflict with the TV station, please advise.
Reply With Quote
  #376  
Old 12-03-2009, 08:42 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Quote:
Originally Posted by rsagetv99 View Post
I just installed this plugin, it was very easy with the installer. I tested a feed with the station you have listed in the pdf and it works. However, the 3 radio stations I wanted to add are not working.

When I tried to find the stations via the plugin on radiotime, I did not see them listed, so I tried using the link to the stations web-site player, but that did not work. Then I searched radiotime.com through my web browser and I was able to find ID's for the stations, I put the ID's in the plugin, and it recognized the stations, but when I tried testing, the mp3 file is created, but never grows.

I noticed on the radiotime web-site that all 3 stations are listed with the green box with two squares (as opposed to the green box with an arrow), indicating that they use an external player. I am guessing that this is the problem.

Here are the station ID's, let me know if there is any way to make them work.

s_28789
s_28140
s_28771
Hi,

Radiotime is great but not flawless.

For some stations I have searched on the web e.g. going to the stations web site or other directory type web sites to find an alternative URL.

Such URLs go right to the station and are more reliable than the radiotime ones.

When you find a URL edit the channel in the config tool and paste it in as the tuning URL then try again.

I went to a lot of pains to ensure you can use data seeded from websites like Radiotime but do not need to rely on it and can override it.

Let me know if you still have issues.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #377  
Old 12-03-2009, 08:46 AM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Quote:
Originally Posted by rsagetv99 View Post
Also there is one other unrelated anomaly, one of the stations I mentioned has the same call sign as an affiliated local TV station (WFLA). So when I added the radio station to the guide, it gets data for the TV station instead of the radio station.

I was not sure if I could just manually edit the radio station's call sign in the plugin so that it does not conflict with the TV station, please advise.
Yes you can - use the config tool and edit the callsign.

Will save you time if this is done with SageTV up. If sageTV is down you will need to resend your lineup from the config tool once sageTV is up.

As there is no way of removing channels from SageTV once added I think the old TV station channel should be safe and unchanged.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #378  
Old 12-03-2009, 03:19 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Quote:
Originally Posted by michaeldjcox View Post
Hi,



Me too on the stupid thing

Can you try navigating to the directory where the webfeedencoder_0_9_4.jar file is and typing:

java -jar webfeedencoder_0_9_4.jar

please post back any exceptions you see and the webfeedencoder_0_9_4.log file if you still have problems.

Double clicking on the jar file depends on file associations being setup so doesn't always work. I think I had a line in the user guide about that but not able to check at the moment.

Michael
Here it is.
Attached Images
File Type: jpg wfe.jpg (283.9 KB, 238 views)
Attached Files
File Type: txt webfeedencoder_0_9_4.log.txt (36.5 KB, 203 views)
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #379  
Old 12-03-2009, 04:36 PM
michaeldjcox michaeldjcox is offline
Sage Fanatic
 
Join Date: Nov 2006
Location: Ipswich, Suffolk, United Kingdom
Posts: 829
Is this a headless server that you are remoting into is it?

Haven't got the code in front of me at the moment but I will check the exceptions soon as.

Michael
__________________
Web Feed Encoder developer
SageTV Catchup developer
Reply With Quote
  #380  
Old 12-04-2009, 07:23 AM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Quote:
Originally Posted by michaeldjcox View Post
Is this a headless server that you are remoting into is it?

Haven't got the code in front of me at the moment but I will check the exceptions soon as.

Michael
yeah, it's a headless machine i'm remoting into. thanks for checking it out.
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
Reply

Tags
extender, internet video streaming, mvp, online videos, radio


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SageTV and web radio michaeldjcox SageTV Customizations 3 12-01-2008 11:09 AM
STV Import: Simple Web Radio V1.2 koelec SageTV Customizations 294 02-29-2008 12:53 PM
Recording Volume vs. Web Radio / Music FidgetyRat SageTV Software 0 11-29-2006 08:33 AM


All times are GMT -6. The time now is 10:01 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.