|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#801
|
|||
|
|||
Successfully using IPCam with VLC 1.1.5
Michael,
First, kudos on the nice programming. Also, I just wanted to let you know that I am successfully using VLC 1.1.5 since I wanted to use better quality H264 for my IPCam. Using 1.0.5, I was getting very blocky output in Sage. I created a new channel type (ipcam.props), a new command file (tune.ipcam.windows.commands) and a new addipcam.conf file specifying the H264 transcoding. My IPCam is one of the Foscam clones that sends out motion jpg (MJPG) using the http://...../videostream.cgi?user=xxx&pwd=xxx Anyhow, working very nicely. Keep up the good work. - Mark PS: I'm a software engineer too...just don't have time to work on fun stuff like this! |
#802
|
|||
|
|||
Quote:
Full support for VLC 1.1.5 for radio feeds might be a while. I'm taking a short break from web feed encoder and writing another SageTV plugin. Michael |
#803
|
|||
|
|||
Quote:
Really do appreciate your efforts here! |
#804
|
|||
|
|||
Quote:
If you login to your cameras web interface and navigate to the page that shows the camera image. Whats is the URL of the image? Also VLC has got some special screens for web cameras - I remember there is a place there to add user name and password. Might be worth looking at that. I see you are also looking at DVBLogic to solve this issue - I believe that this too uses VLC - probably to do a similar job - convert to MPEG-2. So I would be very interested to know what that does that is actually different from WFE. Michael Last edited by michaeldjcox; 01-25-2011 at 06:33 AM. |
#805
|
|||
|
|||
this is a demo link that they supply:
http://sharxdemo2.servehttp.com/en/login.asp my camera works exactly like this one except I put authentication on it. when it asks for authentication, it always pulls up a dialog box for it. Not being a programmer, I'm not too sure how it is set up exactly. I've been emailing them to try to get a better answer. Will look into VLC's user/password names to see. |
#806
|
|||
|
|||
I finally got it to work, using the http mjpeg stream. i had a problem correctly passing the username/password via url
http://user:pasword@192.168.0.120/stream.jpg worked for me! Unfortunately, it looks quite blocky compared to my browser which is smoother. probably some other setting i will need to fiddle with! thanks for your help! Last edited by zands; 01-31-2011 at 05:08 PM. |
#807
|
|||
|
|||
Fiddle around in the channel dialog advanced tab a bit.
Aligning the output image height and width with the image size provided by the camera helps. Also swapping from mpeg-ps to mpeg-ts - or the other way around I cannot remember - can help. Michael |
#808
|
|||
|
|||
Thanks michael, will look into it and report back.
|
#809
|
|||
|
|||
Hi michael. Tried both your suggestions but it is fine at first then becomes blocky. When I use vlc standalone it is fine so suspect something after vlc. I sent you the logs. Any insight would be greatly appreciated!
|
#810
|
|||
|
|||
Quote:
So the blockiness is introduced when transcoding the camera MJPEG to MPEG. Does your camera output video in any other formats that might be easier to transcode? Michael |
#811
|
|||
|
|||
My camera puts out a mjpeg, an asf and a mpeg4 stream.
I will try each to see if that works better. Any other way to improve this? Do I need a beefier server or something to improve quality? thanks so much! |
#812
|
|||
|
|||
Just limitations of the transcode process.
Although I suspect there is some tinkering that can be done to get a better result. If you can cope with your feed as an online service rather than a TV channel then you may have more luck. I managed to get things working by adding an internet video item to TVersity and then accessing via the UPnP browssr. Michael |
#813
|
|||
|
|||
EPG Harvest and web non-English web schedule
Hello Michael,
Recently I tried to use the EPG Harvest part of your plugin to grab some EPG from a Russian web page. It appears that Cyrillic is not supported properly there. Any clues? (don't know what to attach; the web page I run the grabber on is http://www.ntvplus.ru/channels/chann...=06.02.2011#tv) Thanks Yuly |
#814
|
|||
|
|||
Michael, I realize you are probably busy with tons of other stuff you are up to, so I'll just patiently wait
While I'm here: are there any instructions of how should you upgrade from Sage v6 to Sage v7 in regards to WFE? I now have Sage v6 with WFE 0.9.7, and wouldnt want to loose a bit of my extensive configuration... Thanks! Yuly Quote:
|
#815
|
|||
|
|||
Hi,
Sorry - been a bit busy lately. You do not need to do anything initially. Upgrade to SageTV V7 and it should still work (but don't do anything with the V7 plugin manager to install or upgrade WFE) If you decide later you want to start managing WFE from the SageTV7 plugin manager then there is a process to be followed to switch control. Its in the 0.9.7 user guide. I will try and answer your other query soon as I can. Michael |
#816
|
|||
|
|||
EPG setup won't show any lineup
Michael,
I have a need to change the EPG lineup for one of my tuners. When I try to do it, all I see listed is WebFeedEncoder. No other lineup, for cable, satellite or anything will show up. Do I have something set wrong either with SageTV or WFE setup? Thanks! Love your plugin. It is working WONDERFULLY!!! Jeff |
#817
|
|||
|
|||
Quote:
Theres two possibilities here: 1. Your other lineups are from the EPG data provided by SageTV. In Sage.properties there should be a line for that EPG data source e.g. Code:
epg_data_sources/<some number>/disable_plugin=false 2. You use an XMLTV importer to import EPG for other tuners. WFE set its own EPG plugin to be the EPG import plugin but uses and "orig_epg_import_plugin" property to specify the import plugin that was there before. That second line has probably gone missing. Code:
epg/epg_import_plugin=uk.co.mdjcox.epgplugin.EpgPlugin epg/orig_epg_import_plugin=xmltv.XMLTVImportPlugin Hope this helps. Michael Last edited by michaeldjcox; 02-22-2011 at 01:51 AM. |
#818
|
|||
|
|||
Quote:
Sorry for the delay - had to use my "plugin dev" timeslot for other stuff recently :-(. Can you send me your channel properties file please. Michael |
#819
|
|||
|
|||
Quote:
However, you also need to clear the line that Michael indicated: epg/epg_import_plugin=uk.co.mdjcox.epgplugin.EpgPlugin You need to shut down Sage and clear this line to be: epg/epg_import_plugin= Then restart. I don't know what this will do to WFE (might break it?), but this is a known issue with the new EPG change in Sage (meaning, if you have anything in this line in the properties file, you won't get any lineups shown when you choose "cable or satellite"). I had a long, frustrated experience last weekend with this until Opus suggested that maybe I need to clear this line, and that fixed it. I suspect that the way around this would be to uninstall WFE (or clear that line, at least), then do all the EPG changes per the sticky, and then reinstall WFE.
__________________
Server: AMD Athlon II x4 635 2.9GHz, 8 Gb RAM, Win 10 x64, Java 8, Gigabit network Drives: Several TB of internal SATA and external USB drives, no NAS or RAID or such... Software: SageTV v9x64, stock STV with ADM. Tuners: 4 tuners via (2) HDHomeruns (100% OTA, DIY antennas in the attic). Clients: Several HD300s, HD200s, even an old HD100, all on wired LAN. Latest firmware for each. |
#820
|
|||
|
|||
Quote:
This then also applies to people using Stephanes XMLTV importer which uses this property too. No need I think to reinstall WFE. A shutdown of SageTV, edit of the Sage.properties to restore the state of the property afterward EPG changes, and then restart should be enough. Michael Last edited by michaeldjcox; 02-22-2011 at 04:03 PM. |
Tags |
extender, internet video streaming, mvp, online videos, radio |
Currently Active Users Viewing This Thread: 7 (0 members and 7 guests) | |
|
|
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 |