Re: [vdr] Best practices for running vdr-xine

2009-05-05 Thread Artem Makhutov
Hi,

On Mon, May 04, 2009 at 06:56:22PM +0300, Seppo Ingalsuo wrote:
 Off-topic question:
 
 Are there any (free) EDID binary data editors available that are able to 
 edit the CEA block 
 http://en.wikipedia.org/wiki/EDID#Extension_Block_Details ?
 
 I'd like to disable 1080i modes from my EDID via CustomEDID option to 
 avoid Nvidia drivers to use them as back-end resolution for scaling all 
 modes on my HD-Ready LCD TV. 720p modes give best visual result but 
 latest Nvidia driver's artificial intelligence decides that 1080i is 
 best for me :^(
 
 I'm too lazy to decode, encode and compute checksum for the block by 
 hand :^)

I am not sure about this. Have you tried to force a differnet resolution with a 
modline?

Regards, Artem

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-05 Thread Lauri Tischler
Seppo Ingalsuo wrote:
 Off-topic question:
 
 Are there any (free) EDID binary data editors available that are able to 
 edit the CEA block 
 http://en.wikipedia.org/wiki/EDID#Extension_Block_Details ?
 
 I'd like to disable 1080i modes from my EDID via CustomEDID option to 
 avoid Nvidia drivers to use them as back-end resolution for scaling all 
 modes on my HD-Ready LCD TV. 720p modes give best visual result but 
 latest Nvidia driver's artificial intelligence decides that 1080i is 
 best for me :^(

Some info about EDID
www.quantumdata.com/pdf/EDID.pps

Phoenix EDID Designer 1.3
http://www.tucows.com/preview/329441#MoreInfo

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-05 Thread Seppo Ingalsuo
Artem Makhutov wrote:
 I am not sure about this. Have you tried to force a differnet resolution with 
 a modline?
   
I'm doing that at the moment but I lost the feature of making slightly 
underscanned desktop to compensate the overscan of this old HD Ready TV. 
I'm able to get a smaller resolution but it's shifted towards upper left 
corner and I'm not sure if vertical and horizontal shift is possible 
without loosing sync. Xvidtune refused to alter the mode parameters.

With an old nvidia driver that scaled to closest back-end resolution 
(visible in nvidia-settings utility) in EDID I could this way make a 
centered non-scaled underscanned desktop that fitted about exactly the 
1366x768 display. But now this scaling happens compared to EDID 
resolution that is reported as native (1080i60 I think) and the trick 
doesn't work. The result is a stamp sized flickering picture :^(

Nvidia didn't respond at their forum.

BR,
Seppo

 Regards, Artem

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
   


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-05 Thread Seppo Ingalsuo
Lauri Tischler wrote:
 Some info about EDID
 www.quantumdata.com/pdf/EDID.pps

The information looks useful, thanks!
 Phoenix EDID Designer 1.3
 http://www.tucows.com/preview/329441#MoreInfo
   
After figuring out the right hex format I tried it but I think it 
operates only with the standard DVI EDID not the CEA extension. Based on 
my partial hand decoding I think the stuff I need to edit is in the CEA 
extension. Or by intentionally loosing some features such as HDMI audio 
that I may use in the future I could of course make a 720p50 basic EDID 
block from scratch with this tool.

BR,
Seppo

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
   


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-04 Thread Seppo Ingalsuo
Off-topic question:

Are there any (free) EDID binary data editors available that are able to 
edit the CEA block 
http://en.wikipedia.org/wiki/EDID#Extension_Block_Details ?

I'd like to disable 1080i modes from my EDID via CustomEDID option to 
avoid Nvidia drivers to use them as back-end resolution for scaling all 
modes on my HD-Ready LCD TV. 720p modes give best visual result but 
latest Nvidia driver's artificial intelligence decides that 1080i is 
best for me :^(

I'm too lazy to decode, encode and compute checksum for the block by 
hand :^)

BR,
Seppo

Artem Makhutov wrote:
 Adding the CustomEDID DFP-0:/etc/X11/LG-edid.bin option solved everything 
 for me.
 Now the X-Server starts with the native LCD-TV resolution, even when the TV 
 is turned off.

 Regards, Artem

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
   


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-03 Thread Artem Makhutov
Hi,

On Sat, May 02, 2009 at 10:18:27PM +0200, Dieter Hametner wrote:
 I wanted my HTPC to boot into X11 without the need to turn on the LCD-TV. 
 When 
 the TV is powered on later the X11 resolution should be like when booted with 
 TV powered on. This is my solution:

Thanks for the tip. I had a similar problem. When my LCD-TV was on standby
during startup of X it got not detected by the X-Server. I have managed to 
force the
detection by adding a monitor section with all the modlines and also adding
ConnectedMonitor DFP-0. Now the I was able to turn the monitor on 
afterwards, and
I got a picture, but it was only 640x480 pixel in size :(

Adding the CustomEDID DFP-0:/etc/X11/LG-edid.bin option solved everything 
for me.
Now the X-Server starts with the native LCD-TV resolution, even when the TV is 
turned off.

Regards, Artem

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-02 Thread Seppo Ingalsuo
scott wrote:

 How did you get the smooth scrolling, mine is jerky?  
With latest nvidia drivers I had to disable EDID entirely to avoid 
getting always 1080p60 backend resolution for all modes. Here's my 
xorg.conf suitable for a full-HD Sony. Some smarter ways to do this 
would be nice.

With my HTPC without AV receiver where I listen sound from TV speakers I 
disabled EDID because there seems to be HDMI audio support in my GS8400 
card but no way to feed audio from ALSA there! Sonys select HDMI audio 
if it is present as even as zero stream.

The benefit with this is that TV does not need to be powered when X 
comes up to get a valid display mode.

---

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Device
IdentifierConfigured Video Device
Driver nvidia
EndSection

Section Monitor
IdentifierConfigured Monitor
DisplaySize 480270
ModeLine 1920x1080p50 148.50 1920 2448 2492 2640 1080 1084 1089 
1125 +HSync +VSync
ModeLine 1920x1080p60 148.50 1920 2008 2052 2200 1080 1084 1089 
1125 +HSync +VSync
ModeLine 1920x1080p24  74.16 1920 2558 2602 2750 1080 1084 1089 
1125 +HSync +VSync
EndSection

Section Screen
IdentifierDefault Screen
MonitorConfigured Monitor
DeviceConfigured Video Device
DefaultDepth24
Option ExactModeTimingsDVI True
Option UseEdid FALSE
Option ModeValidation AllowNon60HzDFPModes, NoEdidModes, 
NoEdidDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, 
NoMaxSizeCheck, NoDFPNativeResolutionCheck
Option UseEvents True
SubSection Display
  Depth  24
  Modes 1920x1080p50 1920x1080p60 1920x1080p24
EndSubSection
EndSection

Section Extensions
Option Composite Enable
EndSection


---

BR,
Seppo


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-02 Thread Anssi Hannula
Simon Baxter wrote:
 IMHO...
 
 I've used both, and xineliboutput is arguably easier to get working as you 
 only need the standard xine-lib for your repo, but
 
 I've chosen over the years to use vdr-xine as it seems to give the most 
 options to change the front end, as it uses the standard one.

What do you mean here?

xineliboutput can be used with standard xine frontends as well, e.g.
with xine-ui:
xine xvdr://127.0.0.1#nocache;demux:mpeg_block

 I start it 
 with:
 
 xine --no-splash -Bfpqg -r anamorphic -V 
 xv 
 -Dtvtime:method=Greedy2Frame,cheap_mode=0,pulldown=0,use_progressive_frame_flag=1
  
  --post vdr_video --post vdr_audio vdr://tmp/vdr-xine/stream#demux:mpeg_pes 
   /dev/null 21
 
 It's served me well for 5 years...


-- 
Anssi Hannula

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-02 Thread Simon Baxter
 Simon Baxter wrote:
 IMHO...

 I've used both, and xineliboutput is arguably easier to get working as 
 you
 only need the standard xine-lib for your repo, but

 I've chosen over the years to use vdr-xine as it seems to give the most
 options to change the front end, as it uses the standard one.

 What do you mean here?

 xineliboutput can be used with standard xine frontends as well, e.g.
 with xine-ui:
 xine xvdr://127.0.0.1#nocache;demux:mpeg_block

Umm, ok.  Shows how little I know!



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-01 Thread Jan Ekholm
On Wednesday 29 April 2009 17:47:46 Petri Helin wrote:
 On Wed, Apr 29, 2009 at 5:22 PM, Jan Ekholm jan.ekh...@smultron.net wrote:
  I use the following:
 
  PLUGINS=-P\xineliboutput --primary --local=none --remote=37890 --
  post=tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_f
 lag=1\
 
  So yeah, it's primary all right.

 You said earlier that you use HTTP to connect with your frontend. The
 xineliboutput README states the following:

 Using with other media players (mplayer, vlc, ...)

Primary device video and audio (without OSD or subtitles)
can be streamed from plugin control port to almost any media
player using http or rtsp.

 So, you might want to use a xine-based frontend (for example vdr-sxfe
 or xine-ui) with xvdr.

Ok, I tried vdr-sxfe and it indeed is a much better solution and the OSD works 
exactly as it should. It's really looking nice.

However, I still can see only a small subset of the channels that normal VDR 
can see. I somehow suspect it's due to my hw setup:

* 1 Hauppuage FF DVB-c 
* 1 Hauppuage FF DVB-c + CI 

The second card is the old primary card where the s-video is connected. I can 
only actually see channels that the second card *only* can tune into, i.e. a 
few encrypted channels for which the CI is used. All other normal open 
channels can not be seen using vdr-sxfe, I just get a No signal image. I 
suspect that the first DVB card is normally used for tuning into these 
channels, but that shouldn't matter, should it? 

If I could just get all channels shown this solution would totally rock my 
setup. :)

-- 
Pets are always a great help in times of stress. And in times of 
starvation too, o'course.
-- Terry Pratchett, Small Gods


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-01 Thread Torgeir Veimo
You might have to specify that those encrypted channels are only tuned
through that card.

2009/5/1 Jan Ekholm jan.ekh...@smultron.net

 On Wednesday 29 April 2009 17:47:46 Petri Helin wrote:
  On Wed, Apr 29, 2009 at 5:22 PM, Jan Ekholm jan.ekh...@smultron.net
 wrote:
   I use the following:
  
   PLUGINS=-P\xineliboutput --primary --local=none --remote=37890 --
  
 post=tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_f
  lag=1\
  
   So yeah, it's primary all right.
 
  You said earlier that you use HTTP to connect with your frontend. The
  xineliboutput README states the following:
 
  Using with other media players (mplayer, vlc, ...)
 
 Primary device video and audio (without OSD or subtitles)
 can be streamed from plugin control port to almost any media
 player using http or rtsp.
 
  So, you might want to use a xine-based frontend (for example vdr-sxfe
  or xine-ui) with xvdr.

 Ok, I tried vdr-sxfe and it indeed is a much better solution and the OSD
 works
 exactly as it should. It's really looking nice.

 However, I still can see only a small subset of the channels that normal
 VDR
 can see. I somehow suspect it's due to my hw setup:

 * 1 Hauppuage FF DVB-c
 * 1 Hauppuage FF DVB-c + CI

 The second card is the old primary card where the s-video is connected. I
 can
 only actually see channels that the second card *only* can tune into, i.e.
 a
 few encrypted channels for which the CI is used. All other normal open
 channels can not be seen using vdr-sxfe, I just get a No signal image. I
 suspect that the first DVB card is normally used for tuning into these
 channels, but that shouldn't matter, should it?

 If I could just get all channels shown this solution would totally rock my
 setup. :)

 --
Pets are always a great help in times of stress. And in times of
starvation too, o'course.
-- Terry Pratchett, Small Gods


 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr




-- 
-Tor
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-05-01 Thread Jan Ekholm
On Friday 01 May 2009 11:29:52 Torgeir Veimo wrote:
 You might have to specify that those encrypted channels are only tuned
 through that card.

The encrypted channels work 100% fine, they are streamed to vdr-sxfe just 
fine. The problem is all other non-encrypted channels, they cause a No 
signal image. I would imagine that it should not matter which card receives a 
channel in this case? 

-- 
  Shadwell hated all southerners and, by inference, was standing at the
  North Pole.
   -- Terry Pratchett  Neil Gaiman, Good Omens


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-30 Thread scott
On Wed, 29 Apr 2009 22:27:00 +0300, Seppo Ingalsuo seppo.ingal...@iki.fi
wrote:
 Jan Ekholm wrote:

 So xineliboutput can't be what budget card people use, so I guess it's
 time to
 test vdr-xine. My initial gut feeling is that VDR isn't meant for X11
 output
 at all, and it just happens to be possible to kludge it somehow. 

   
 Bad luck? Obsolete xine libraries? I'm running three vdr-sxfe clients at 
 home with nice 50 Hz progressive 720p/1080p output to DVI with close to 
 perfect vertical blanking sync (or in other words the horizontal text 
 scrolls are smooth and sharp). I didn't get that working with on-board 
 AMD780G graphics in my newest PC but a cheapo Nvidia card fixed that. 
 Now I'm looking forward to eventually switch to VDPAU.
 
 BR,
 Seppo
 
How did you get the smooth scrolling, mine is jerky?  I have on board
nvidia HDMI connected to a plasma.  I have a 50 Hz setting in xorg.conf and
the Xorg.0.log and nvidia-settings both report a 50hz rate, the TV however
reports 60 Hz so may be down to a duff TV (Samsung).

--
Scott

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-30 Thread Tony Houghton
On Thu, 30 Apr 2009 21:08:26 +0100
scott sc...@waye.co.uk wrote:

 How did you get the smooth scrolling, mine is jerky?  I have on board
 nvidia HDMI connected to a plasma.  I have a 50 Hz setting in xorg.conf and
 the Xorg.0.log and nvidia-settings both report a 50hz rate, the TV however
 reports 60 Hz so may be down to a duff TV (Samsung).

No, it's a useful feature in the NVidia driver because NVidia's scaler
does a better looking job than the one built into a typical LCD monitor.
Add this to your Device section in xorg.conf:

  Option FlatPanelProperties Scaling = Native

If you use xrandr to view/choose refresh rates, add this too:

  Option DynamicTwinView false

There are more details in the driver's README. I think the nv driver has
an option corresponding to the scaling one, but probably not the
TwinView one.

-- 
TH * http://www.realh.co.uk

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Lauri Tischler
VDR User wrote:
 On Tue, Apr 28, 2009 at 1:20 PM, Simon Baxter linu...@nzbaxters.com wrote:
 I've recently taken a different approach altogether.

 I use MyMediaSystem (mms) as the front end to my pvr for dvd, movies,
 pictures, music, weather, radio etc etc and TV.  When you select TV, it
 launches vdr-xine.

 I wanted a high quality graphical (open-gl) look - and the ability to play
 music playlists while cycling through my photo collection.

 VDR, vdr-xine and mms seem to work very well together too
 
 Interesting.  Do you have a howto for this?  I'm sure I know some guys
 who would like to try it as an alternative to xbmc+VDR.

Has anybody made some kind of pros and cons analysis between
vdr-xine and xineliboutput.
Which is better or are they just different ?

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Simon Baxter
No, I've not done a how to - but am happy to help.

I'm running mms-1.1.0.  Had to configure in mms:
.lircrc
GenericPlayerConfig
MovieConfig
MplayerConfig
TVConfig
Config
PictureConfig
WeatherConfig
XineConfig
EPGConfig

but if you have it working under xineliboutput or vdr-xine, it pretty much 
works out of the box.
The following how-to was really useful too:
http://mms.mymediasystem.net/index-7.html


- Original Message - 
From: VDR User user@gmail.com
To: VDR Mailing List vdr@linuxtv.org
Sent: Wednesday, April 29, 2009 8:41 AM
Subject: Re: [vdr] Best practices for running vdr-xine


On Tue, Apr 28, 2009 at 1:20 PM, Simon Baxter linu...@nzbaxters.com wrote:
 I've recently taken a different approach altogether.

 I use MyMediaSystem (mms) as the front end to my pvr for dvd, movies,
 pictures, music, weather, radio etc etc and TV. When you select TV, it
 launches vdr-xine.

 I wanted a high quality graphical (open-gl) look - and the ability to play
 music playlists while cycling through my photo collection.

 VDR, vdr-xine and mms seem to work very well together too

Interesting.  Do you have a howto for this?  I'm sure I know some guys
who would like to try it as an alternative to xbmc+VDR.

Thanks,
Derek

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Jan Ekholm
On Wednesday 29 April 2009, Theunis Potgieter wrote:
 I use xineliboutput, permanently on my vdr, with xvmc enabled on my old
 nvidia 440 MX card. however only on SD mpeg2 broadcasts. It does provide
 some multimedia playback on other formats, which is useful. Normal vdr
 recordings are a bit of a pain, since fast forwarded/rewind doesn't work as
 you would expect with softdevice. If my vdr loses signal for a minute, I
 have to restart VDR, perhaps I should just try restarting xineliboutput. It
 is good enough for what I use. I didn't see any support for a vdr menu to
 play back other multi media content in vdr-xine, so there for never used
 it.

Does the normal OSD work for you? I don't see it, nor do I see the channel 
info when I switch channels. Also, if a channel switch is successful it does 
take 5s+ which I think is a bit long as normal VDR changes channel in 1-2s 
or so.

-- 
Jan Ekholm
jan.ekh...@smultron.net

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Simon Baxter
IMHO...

I've used both, and xineliboutput is arguably easier to get working as you 
only need the standard xine-lib for your repo, but

I've chosen over the years to use vdr-xine as it seems to give the most 
options to change the front end, as it uses the standard one.  I start it 
with:

xine --no-splash -Bfpqg -r anamorphic -V 
xv 
-Dtvtime:method=Greedy2Frame,cheap_mode=0,pulldown=0,use_progressive_frame_flag=1
 
 --post vdr_video --post vdr_audio vdr://tmp/vdr-xine/stream#demux:mpeg_pes 
  /dev/null 21

It's served me well for 5 years...


- Original Message - 
From: Lauri Tischler l...@iki.fi
To: VDR Mailing List vdr@linuxtv.org
Sent: Wednesday, April 29, 2009 9:42 PM
Subject: Re: [vdr] Best practices for running vdr-xine


 VDR User wrote:
 On Tue, Apr 28, 2009 at 1:20 PM, Simon Baxter linu...@nzbaxters.com 
 wrote:
 I've recently taken a different approach altogether.

 I use MyMediaSystem (mms) as the front end to my pvr for dvd, movies,
 pictures, music, weather, radio etc etc and TV.  When you select TV, it
 launches vdr-xine.

 I wanted a high quality graphical (open-gl) look - and the ability to 
 play
 music playlists while cycling through my photo collection.

 VDR, vdr-xine and mms seem to work very well together too

 Interesting.  Do you have a howto for this?  I'm sure I know some guys
 who would like to try it as an alternative to xbmc+VDR.

 Has anybody made some kind of pros and cons analysis between
 vdr-xine and xineliboutput.
 Which is better or are they just different ?

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
 


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Theunis Potgieter
Yes, I setup vdr-skinsoppalusikka, but I had to set the video in
xineliboutput to auto, not xvmc directly (can't remember off hand), by
setting it to xvmc only, the colours are incorrect. The one that does work
is xvmc+... will have to look it up when I get home.

What I do find odd is, that my idle shows 91%, but vdr uses 17% cpu usage
and this is on an old Pentium 4, 2.4GHz. So I'm not sure how that works.

On 29/04/2009, Jan Ekholm jan.ekh...@smultron.net wrote:

 On Wednesday 29 April 2009, Theunis Potgieter wrote:
  I use xineliboutput, permanently on my vdr, with xvmc enabled on my old
  nvidia 440 MX card. however only on SD mpeg2 broadcasts. It does provide
  some multimedia playback on other formats, which is useful. Normal vdr
  recordings are a bit of a pain, since fast forwarded/rewind doesn't work
 as
  you would expect with softdevice. If my vdr loses signal for a minute, I
  have to restart VDR, perhaps I should just try restarting xineliboutput.
 It
  is good enough for what I use. I didn't see any support for a vdr menu to
  play back other multi media content in vdr-xine, so there for never used
  it.


 Does the normal OSD work for you? I don't see it, nor do I see the channel
 info when I switch channels. Also, if a channel switch is successful it
 does
 take 5s+ which I think is a bit long as normal VDR changes channel in
 1-2s
 or so.


 --

 Jan Ekholm
 jan.ekh...@smultron.net

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Pertti Kosunen
Jan Ekholm wrote:
 fine. Also the OSD isn't working making normal VDR use a hassle and I'm 
 forced 
 to switch the the s-video side to see EPG, timers etc.

--primary option to xineliboutput-plugin might help.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Jan Ekholm
On Wednesday 29 April 2009 14:05:33 Pertti Kosunen wrote:
 Jan Ekholm wrote:
  fine. Also the OSD isn't working making normal VDR use a hassle and I'm
  forced to switch the the s-video side to see EPG, timers etc.

 --primary option to xineliboutput-plugin might help.

I use the following:

PLUGINS=-P\xineliboutput --primary --local=none --remote=37890 --
post=tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1\

So yeah, it's primary all right.

-- 
   Kids! Bringing about Armageddon can be dangerous. Do not attempt it in
   your home.
 -- Terry Pratchett  Neil Gaiman, Good Omens


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Petri Helin
On Wed, Apr 29, 2009 at 5:22 PM, Jan Ekholm jan.ekh...@smultron.net wrote:
 On Wednesday 29 April 2009 14:05:33 Pertti Kosunen wrote:
 Jan Ekholm wrote:
  fine. Also the OSD isn't working making normal VDR use a hassle and I'm
  forced to switch the the s-video side to see EPG, timers etc.

 --primary option to xineliboutput-plugin might help.

 I use the following:

 PLUGINS=-P\xineliboutput --primary --local=none --remote=37890 --
 post=tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1\

 So yeah, it's primary all right.


You said earlier that you use HTTP to connect with your frontend. The
xineliboutput README states the following:

Using with other media players (mplayer, vlc, ...)

   Primary device video and audio (without OSD or subtitles)
   can be streamed from plugin control port to almost any media
   player using http or rtsp.

So, you might want to use a xine-based frontend (for example vdr-sxfe
or xine-ui) with xvdr.

-Petri

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread VDR User
I've only ever used vdr-xine and I must say it's pretty easy to get
going.  I've never used (or installed) Linux as a desktop either,
maybe that's where people get problems?

For years it was console-only Debian with nexus-s tv-out.  When that
didn't cut it anymore due to things like hdtv, hdmi, etc. I bought a
cheap vdpau video card, tried vdr-xine for the first time, and have
been happy ever since!  The few problems I had were all code-related
and quickly resolved by the developers so I couldn't be happier.

The old advice is still true, use whatever works for you. :)

Cheers,
Derek

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Torgeir Veimo
2009/4/30 VDR User user@gmail.com

 For years it was console-only Debian with nexus-s tv-out.  When that
 didn't cut it anymore due to things like hdtv, hdmi, etc. I bought a
 cheap vdpau video card, tried vdr-xine for the first time, and have
 been happy ever since!  The few problems I had were all code-related
 and quickly resolved by the developers so I couldn't be happier.


Is interlaced output with interlaced material still a no-go with vdpau, when
no deinterlacer is involved?
Last time i tested that resulted in a double (ghosted) output picture, as if
the two fields were merged, then scaled, then output to separate fields
again, which causes exactly such an effect. This was with driver rev 185.29
though.

-- 
-Tor
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Jan Ekholm
On Wednesday 29 April 2009 17:47:46 Petri Helin wrote:

 You said earlier that you use HTTP to connect with your frontend. The
 xineliboutput README states the following:

 Using with other media players (mplayer, vlc, ...)

Primary device video and audio (without OSD or subtitles)
can be streamed from plugin control port to almost any media
player using http or rtsp.

 So, you might want to use a xine-based frontend (for example vdr-sxfe
 or xine-ui) with xvdr.

Oh, thanks for pointing that out, I'm such a n00b. I've read the README up and 
down but happily read the part without OSD as with OSD. Doh! Then it's 
time to test vdr-sxfe and see how that fares. I wanted to keep the display in 
the same process as the rest of my media frontend app, but controlling an 
external process is no big hassle.

-- 
Five exclamation marks, the sure sign of an insane mind.
  -- Terry Pratchett, Reaper Man


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Henning Glawe
On Tue, Apr 28, 2009 at 10:56:28AM +0300, Peter wrote:
 I have a bit of a problem running xine frontend – it will not reconnect if 
 vdr backend restarts. Also, my vdr can take 10-15secs just to start up, and 
 xine frontend will bail out during that time, too. Since frontend is being 
 run on unattended TV box (read: no keyboard) it is cumbersome to restart xine 
 every time this happens. 

easy way around this: tell xine to exit when the stream finishes and run it
in a loop. I am running the following in a shell loop. the important options
being --no-splash and --auto-play=fhq, so xine starts immediately playing the
stream and exits as soon as the stream finishese (e.g. when vdr restarts) or
when xine chokes on a faulty stream. I also sometimes saw runaway xine
processes, which still hold the xv/xvmc port, so everything called xine is
killed forcibly afterwards.

xine $VERBOSE --aspect-ratio 4:3 --geometry 1024x768 --no-splash --no-lirc \
-V xxmc -A alsa --post vdr --auto-play=fhq \
vdr://tmp/vdr-xine/stream#demux:mpeg_pes
killall -9 xine

-- 
c u
henning

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Lars Olsson
I am a happy VDR user since a couple of years ago. Before VDR, I used Mythtv
but switched due to its hardware requirements and bugs.
My VDR is an (very) old Duron 700 MHz with 1 Technotrend FF card and 1 PVR
350 card.
It has been no problem recording two channels (SD) at a time and watch a
different recording trough FF card tv-out. FANTASTIC!
The VDR box is soon going to be replaced by a faster machine, but will keep
the current tv cards.

The problem is now to find out how to setup VDR on my new computer.
Should I use
- FF-TVout?
- vdr-xine
- xine-liboutput?

By just reading this thread, I can see that people has different favourites.
My personal fealing is that VDR is lacking recommendations / good
documentation on how to setup/configure TV-out in the best way, or at
least describe pros/cons for each alternative.  Is this a point where Mythtv
beats VDR? I hope that I am wrong.
Or have I missed anything?

regards,
baronen


2009/4/29 VDR User user@gmail.com

 I've only ever used vdr-xine and I must say it's pretty easy to get
 going.  I've never used (or installed) Linux as a desktop either,
 maybe that's where people get problems?

 For years it was console-only Debian with nexus-s tv-out.  When that
 didn't cut it anymore due to things like hdtv, hdmi, etc. I bought a
 cheap vdpau video card, tried vdr-xine for the first time, and have
 been happy ever since!  The few problems I had were all code-related
 and quickly resolved by the developers so I couldn't be happier.

 The old advice is still true, use whatever works for you. :)

 Cheers,
 Derek

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Seppo Ingalsuo
Jan Ekholm wrote:

 So xineliboutput can't be what budget card people use, so I guess it's time 
 to 
 test vdr-xine. My initial gut feeling is that VDR isn't meant for X11 output 
 at all, and it just happens to be possible to kludge it somehow. 

   
Bad luck? Obsolete xine libraries? I'm running three vdr-sxfe clients at 
home with nice 50 Hz progressive 720p/1080p output to DVI with close to 
perfect vertical blanking sync (or in other words the horizontal text 
scrolls are smooth and sharp). I didn't get that working with on-board 
AMD780G graphics in my newest PC but a cheapo Nvidia card fixed that. 
Now I'm looking forward to eventually switch to VDPAU.

BR,
Seppo


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-29 Thread Petri Helin
Lars Olsson wrote:
 I am a happy VDR user since a couple of years ago. Before VDR, I used 
 Mythtv but switched due to its hardware requirements and bugs.
 My VDR is an (very) old Duron 700 MHz with 1 Technotrend FF card and 1 
 PVR 350 card.
 It has been no problem recording two channels (SD) at a time and watch a 
 different recording trough FF card tv-out. FANTASTIC!
 The VDR box is soon going to be replaced by a faster machine, but will 
 keep the current tv cards.
 
 The problem is now to find out how to setup VDR on my new computer.
 Should I use
 - FF-TVout?
 - vdr-xine
 - xine-liboutput?
 
 By just reading this thread, I can see that people has different favourites.
 My personal fealing is that VDR is lacking recommendations / good 
 documentation on how to setup/configure TV-out in the best way, or at 
 least describe pros/cons for each alternative.  Is this a point where 
 Mythtv beats VDR? I hope that I am wrong.
 Or have I missed anything?
 
 regards,
 baronen
 

That depends solely on your display device. If you use an old style 
CRT or something similar with an interlaced input, your FF-card will 
give you the best output. But if you have a progressive display with 
preferably a digital input you might want to use a software output 
device like vdr-xine or xineliboutput. Even with a reasonably slow 
system you can take advantage of vdpau with an nvidia card and have a 
perfect progressive output. There are graphic cards with both PCI and 
PCI-Express bus connection that you can acquire with a modest expense.

-Petri

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Best practices for running vdr-xine

2009-04-28 Thread Peter
I have a bit of a problem running xine frontend – it will not reconnect if vdr 
backend restarts. Also, my vdr can take 10-15secs just to start up, and xine 
frontend will bail out during that time, too. Since frontend is being run on 
unattended TV box (read: no keyboard) it is cumbersome to restart xine every 
time this happens. 

 

Second problem: xine does not work with vdr mplayer plugin (mplayer cannot 
access X, hence no video). Are there any alternatives?

 

I wonder if there are any solutions for this? I’m back to using softdevice, but 
it does not compile with latest ffmpeg, plus segfaults every now and then.

 

Peter

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-28 Thread Peter
I tried. It compiles OK but produces choppy video full of artifacts. VDR 
version 1.7.6, CVS xineliboutput. 

-Original Message-


Try xineliboutput.

 I have a bit of a problem running xine frontend – it will not reconnect if
 vdr backend restarts. Also, my vdr can take 10-15secs just to start up, and
 xine frontend will bail out during that time, too. Since frontend is being
 run on unattended TV box (read: no keyboard) it is cumbersome to restart
 xine every time this happens.


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-28 Thread VDR User
On Tue, Apr 28, 2009 at 12:56 AM, Peter ze...@ruksis.com wrote:
 I have a bit of a problem running xine frontend – it will not reconnect if
 vdr backend restarts. Also, my vdr can take 10-15secs just to start up, and
 xine frontend will bail out during that time, too. Since frontend is being
 run on unattended TV box (read: no keyboard) it is cumbersome to restart
 xine every time this happens.

In my tv script I do this before starting xine:
until [ -e /tmp/vdr-xine/stream ]; do sleep 1; done

This waits until vdr-xine has started before loading xine itself and
resolves the problem of delayed startups.

 Second problem: xine does not work with vdr mplayer plugin (mplayer cannot
 access X, hence no video). Are there any alternatives?

I'm using VDR-1.7.6 with xine-0.9.1 and the mplayer plugin just fine.
Maybe you're missing the required
mplayer.sh(.conf)?

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Best practices for running vdr-xine

2009-04-28 Thread lucian orasanu

Hy,

I use inittab like this and i have no problems 

# VDR
vdr:35:respawn:/usr/local/bin/runvdr
X:35:respawn:/usr/bin/startx



  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Best practices for running vdr-xine

2009-04-28 Thread lucian orasanu

Ok more detalies.

vdr-1.7.6 
vdr-xine-1.9.1
on an gentoo distro and i start xine from .xinitrc like this:
/usr/bin/xine -V vdpau -f -pq -A alsa --post vdr_video --post vdr_audio 
vdr://tmp/vdr-xine/stream#demux:mpeg_pes

and for mplayer ihave this on mplayer.sh

#!/bin/sh
CMDLINE=mplayer -fs  -vo vdpau -ao alsa -cache 4096 -slave -nolirc -quiet
DISPLAY=:0.0 $CMDLINE $1 |logger
exit
 
but I have an question for others too!

how to make mplayer to load subtitles from media or video directory?



  

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-28 Thread VDR User
On Tue, Apr 28, 2009 at 7:23 AM, lucian orasanu o_luc...@yahoo.com wrote:
 on an gentoo distro and i start xine from .xinitrc like this:
 /usr/bin/xine -V vdpau -f -pq -A alsa --post vdr_video --post vdr_audio 
 vdr://tmp/vdr-xine/stream#demux:mpeg_pes

I start xine only from my tv script.  I don't use .initrc for
anything, maybe that's something to consider.

 and for mplayer ihave this on mplayer.sh

 #!/bin/sh
 CMDLINE=mplayer -fs  -vo vdpau -ao alsa -cache 4096 -slave -nolirc -quiet
 DISPLAY=:0.0 $CMDLINE $1 |logger
 exit

Mine is:
#!/bin/sh

CMDLINE=mplayer -fs -vo vdpau -vc
ffh264vdpau,ffmpeg12vdpau,ffvc1vdpau,ffwmv3vdpau, -ao alsa -cache 4096
-slave -v -noconfig all -idx
#CMDLINE=/pluginsrc/xine/xineplayer -fs -vo vdpau -ao alsa -cache
4096 -slave -nolirc -v
sudo DISPLAY=:0.0 $CMDLINE $1 /logs/mplayer.log
exit

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-28 Thread Peter
Thanks for the tv script tidbit! However that wont help if vdr backend restarts 
while xine frontend is active.

My mplayer works just fine with softdevice, but not with vdr-xine: I get no 
video (but audio is fine). Maybe I have to run vdr backend inside X session as 
well?

-Original Message-
From: VDR User [mailto:user@gmail.com] 
Sent: Tuesday, April 28, 2009 5:13 PM
To: VDR Mailing List
Subject: Re: [vdr] Best practices for running vdr-xine

On Tue, Apr 28, 2009 at 12:56 AM, Peter ze...@ruksis.com wrote:
 I have a bit of a problem running xine frontend – it will not reconnect if
 vdr backend restarts. Also, my vdr can take 10-15secs just to start up, and
 xine frontend will bail out during that time, too. Since frontend is being
 run on unattended TV box (read: no keyboard) it is cumbersome to restart
 xine every time this happens.

In my tv script I do this before starting xine:
until [ -e /tmp/vdr-xine/stream ]; do sleep 1; done

This waits until vdr-xine has started before loading xine itself and
resolves the problem of delayed startups.

 Second problem: xine does not work with vdr mplayer plugin (mplayer cannot
 access X, hence no video). Are there any alternatives?

I'm using VDR-1.7.6 with xine-0.9.1 and the mplayer plugin just fine.
Maybe you're missing the required
mplayer.sh(.conf)?




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-28 Thread Simon Baxter
I've recently taken a different approach altogether.

I use MyMediaSystem (mms) as the front end to my pvr for dvd, movies, 
pictures, music, weather, radio etc etc and TV.  When you select TV, it 
launches vdr-xine.

I wanted a high quality graphical (open-gl) look - and the ability to play 
music playlists while cycling through my photo collection.

VDR, vdr-xine and mms seem to work very well together too


- Original Message - 
From: Peter ze...@ruksis.com
To: 'VDR Mailing List' vdr@linuxtv.org
Sent: Wednesday, April 29, 2009 4:13 AM
Subject: Re: [vdr] Best practices for running vdr-xine


 Thanks for the tv script tidbit! However that wont help if vdr backend 
 restarts while xine frontend is active.

 My mplayer works just fine with softdevice, but not with vdr-xine: I get 
 no video (but audio is fine). Maybe I have to run vdr backend inside X 
 session as well?

 -Original Message-
 From: VDR User [mailto:user@gmail.com]
 Sent: Tuesday, April 28, 2009 5:13 PM
 To: VDR Mailing List
 Subject: Re: [vdr] Best practices for running vdr-xine

 On Tue, Apr 28, 2009 at 12:56 AM, Peter ze...@ruksis.com wrote:
 I have a bit of a problem running xine frontend – it will not reconnect 
 if
 vdr backend restarts. Also, my vdr can take 10-15secs just to start up, 
 and
 xine frontend will bail out during that time, too. Since frontend is 
 being
 run on unattended TV box (read: no keyboard) it is cumbersome to restart
 xine every time this happens.

 In my tv script I do this before starting xine:
 until [ -e /tmp/vdr-xine/stream ]; do sleep 1; done

 This waits until vdr-xine has started before loading xine itself and
 resolves the problem of delayed startups.

 Second problem: xine does not work with vdr mplayer plugin (mplayer 
 cannot
 access X, hence no video). Are there any alternatives?

 I'm using VDR-1.7.6 with xine-0.9.1 and the mplayer plugin just fine.
 Maybe you're missing the required
 mplayer.sh(.conf)?




 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
 


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Best practices for running vdr-xine

2009-04-28 Thread VDR User
On Tue, Apr 28, 2009 at 1:20 PM, Simon Baxter linu...@nzbaxters.com wrote:
 I've recently taken a different approach altogether.

 I use MyMediaSystem (mms) as the front end to my pvr for dvd, movies,
 pictures, music, weather, radio etc etc and TV.  When you select TV, it
 launches vdr-xine.

 I wanted a high quality graphical (open-gl) look - and the ability to play
 music playlists while cycling through my photo collection.

 VDR, vdr-xine and mms seem to work very well together too

Interesting.  Do you have a howto for this?  I'm sure I know some guys
who would like to try it as an alternative to xbmc+VDR.

Thanks,
Derek

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr