Re: [vdr] [ANNOUNCE] VDR developer version 1.7.15

2010-06-08 Thread ShorTie
Hello, I tried to upgrade to 1.7.15 and get no video .. :(~
1.7.14 works fine.
Tried patching v4l with the FE_CAN_TURBO_FEC patch and then neither 1.7.14
or 1.7.15 will work.
Do I need a fresh pull of v4l or something?

ShorTie


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


Re: [vdr] softdevice configure error

2008-10-04 Thread ShorTie
These are the cvs/svn versions of DirectFB and ffmpeg.
And yes I did do a 'make install' after compiling each.

Tried 
./configure --disable-vidix --disable-xv --with-ffmpeg-path /usr/local
As well as 
./configure --disable-vidix --disable-xv --with-ffmpeg-path /usr
Both with the same error.

As far as the second hafe of your reply, I have no idea what you are talking
about .. :(~. If I need to change something in the ./configure script please
be more specific.

Thankz for your help

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Stefan Lucke
Sent: Saturday, October 04, 2008 12:35 PM
To: VDR Mailing List
Subject: Re: [vdr] softdevice configure error

Zitat von ShorTie:

 Trying to rebuild my gentoo system using the latest DirectFB, DFB++ and
 ffmpeg.

 Everytime I try to ./configure softdevice.cvs I get



 BudgetVDR softdevice.cvs # ./configure --disable-vidix --disable-xv
 --with-ffmpeg-path /usr/local/src/ffmpeg

 ffmpeg path set to: /usr/local/src/ffmpeg

 Testing system and cpu type... found Linux on i386 cpu.

 Checking for pkg-config... Found.

 Checking for ffmpeg... ./configure: line 213: ffmpeg_cflags: unbound
 variable




 Sortta seems like it's not finding ffmpeg to me, but have no clue what to
 do.

 Any help would be nice

- You could install your ffmpeg libs. By default ffmpeg's libs and
  include files will be installed in /usr/local . With this install
  target, we would usually find ffmpeg.
- The configure script has to be changed in case of --with-ffmpeg-path
PATH
  is specified. Test for test_ffmpeg_local line 236 should be protected
by:
  'if test ${ffmpeg_use_path} = no ; then' after line 235 and
  closing 'fi' should be after line 239 of current cvs.

Stefan Lucke

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.173 / Virus Database: 270.7.5/1705 - Release Date: 10/4/2008
11:35 AM


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


[vdr] softdevice configure error

2008-10-03 Thread ShorTie
Trying to rebuild my gentoo system using the latest DirectFB, DFB++ and
ffmpeg.

Everytime I try to ./configure softdevice.cvs I get

 

BudgetVDR softdevice.cvs # ./configure --disable-vidix --disable-xv
--with-ffmpeg-path /usr/local/src/ffmpeg

ffmpeg path set to: /usr/local/src/ffmpeg

Testing system and cpu type... found Linux on i386 cpu.

Checking for pkg-config... Found.

Checking for ffmpeg... ./configure: line 213: ffmpeg_cflags: unbound
variable

 

The config.log says

 

Parameters '--disable-vidix --disable-xv --with-ffmpeg-path
/usr/local/src/ffmpeg'

PKG_CONFIG_PATH '/usr/local/lib/pkgconfig'

Testing system and cpu type.

uname -a: Linux BudgetVDR 2.6.26-gentoo-r1 #1 PREEMPT Sun Sep 28 04:38:14
EDT 2008 i686 AMD Athlon(tm) XP 1800+ Authent$

g++ -dumpmache: i686-pc-linux-gnu

Checking for pkg-config.---

0.23

Checking for ffmpeg.

 

 

Sortta seems like it's not finding ffmpeg to me, but have no clue what to
do.

Any help would be nice

 

Thanks

ShorTie

 

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


Re: [vdr] H.264 VPID's

2008-01-15 Thread ShorTie
Many thankz once again Reinhard Nissl, yes it keeps vdr from removing the 1,
but it kills the video on h.264 channels .. :/~
I get a picture but no motion and normally a green line across the tv.

In looking thru messages I see see stuff like this

ERROR: H264::cContext::ActivateSPS(): id out of range
ERROR: H264::cContext::DefineSPS(): id out of range
ERROR: H264::cBitReader::ReadBits(): bitbuffer overflow
ERROR: H264::cContext::ActivateSPS(): requested SPS is undefined
ERROR: H264::cContext::ActivatePPS(): requested PPS is undefined
ERROR: H264::cBitReader::NextByte(): premature end of data

ERROR: cAudGenerator::Generate(): dropping frame without slices

Changing channels back to a sd 1 can be tricky but that could be cause it's
trying to recover from a freakout, lol.

ShorTie

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Reinhard Nissl
Sent: Monday, January 14, 2008 2:09 PM
To: VDR Mailing List
Subject: Re: [vdr] H.264 VPID's

Hi,

ShorTie schrieb:

 Been playing with this genpix, hd and xine. Pretty much got everything
 running except for 1 thing seems to be hiding from me.
 
 For vdr to be able to tune to a hd channel I need to add 1 to the
 vpid’s which I do in my nscan/convert/pad10 no biggie.
 
 The problem is that when I tune away from a hd channel vdr rights back
 to the channels.conf with the normal vpid not the vpid+1 like I had.
 
 Thus I can’t tune back to that channel till i manually change the
 channels.conf back again.
 
 I’m I missing a setting somewhere?

No -- looks like your service provider announces the stream as
MPEG2. Please ask your service provider to fix this issue.

Try the attached patch as workaround meanwhile. It doesn't change
vpid anymore to MPEG2 once you've changed it to H.264 manually.

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:[EMAIL PROTECTED]

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.2/1221 - Release Date: 1/12/2008
2:04 PM
 


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.2/1224 - Release Date: 1/14/2008
5:39 PM
 


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


[vdr] H.264 VPID's

2008-01-13 Thread ShorTie
Been playing with this genpix, hd and xine. Pretty much got everything
running except for 1 thing seems to be hiding from me.

For vdr to be able to tune to a hd channel I need to add 1 to the vpid’s
which I do in my nscan/convert/pad10 no biggie.

The problem is that when I tune away from a hd channel vdr rights back to
the channels.conf with the normal vpid not the vpid+1 like I had.

Thus I can’t tune back to that channel till i manually change the
channels.conf back again.

 

I’m I missing a setting somewhere?

 

Thankz

ShorTie

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 



No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.2/1221 - Release Date: 1/12/2008
2:04 PM
 
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.12

2007-11-25 Thread ShorTie
Trying to get this h.264 stuff going and
vdr-1.5.12-h264-syncearly-framespersec-audioindexer-fielddetection.diff and
vdr-1.5.10-genpix-usb.diff aren't playing nice during compile .. :(~

dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()':
dvbdevice.c:253: error: jump to case label
dvbdevice.c:184: error:   crosses initialization of 'unsigned int frequency'
dvbdevice.c:267: error: jump to case label
dvbdevice.c:184: error:   crosses initialization of 'unsigned int frequency'
dvbdevice.c:285: error: jump to case label
dvbdevice.c:184: error:   crosses initialization of 'unsigned int frequency'
make: *** [dvbdevice.o] Error 1

me lost, lol.
Thankz


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.6/1150 - Release Date: 11/24/2007
5:58 PM
 
  


vdr-1.5.10-genpix-usb.diff
Description: Binary data
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] 1.5.x ShutDown rewrite

2007-03-31 Thread ShorTie
I understand the need for a rewrite of the shutdown sequence for vdr when
using timers and stuff.

But I was wondering if the good old crtl/c was going to make it’s way back
in?

 


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.23/740 - Release Date: 3/30/2007
1:15 PM
 
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr