Hawes, Mark | 1 Sep 2008 08:35
Favicon

iptv - broken sound

Hi,

 

I am using the iptv plugin to view NASA TV. I now have a good picture, but the audio is broken. All I get is a series of squeals and pops, nothing listenable.

 

Anyone have any Ideas?

 

Thanks,

 

Mark Hawes






This is an email from Fujitsu Australia Limited, ABN 19 001 011 427. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.
 
If you do not wish to receive commercial email messages from Fujitsu Australia Limited, please email unsubscribe <at> au.fujitsu.com
_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Gregoire Favre | 1 Sep 2008 13:14
Picon

Re: Recommended xine settings for Arte HD ?

On Thu, Aug 21, 2008 at 01:14:23PM +0200, Gregoire Favre wrote:
> On Thu, Aug 21, 2008 at 12:18:02PM +0400, Goga777 wrote:
> 
> > yes, but for me it's not errors, it's only information messages, nothing special. May be I wrong... 
> 
> I guess so.
> 
> > how ?
> 
> Edit the source, recompil, install.

I changed this :
grep BUFSIZE *|grep MEGABYTE
dvbplayer.c:#define PLAYERBUFSIZE  MEGABYTE(4)
recorder.c:#define RECORDERBUFSIZE  MEGABYTE(20)
transfer.c:#define TRANSFERBUFSIZE  MEGABYTE(8)

My computer has 4Gb of ram so I can be large...
--

-- 
Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org
               http://picasaweb.google.com/Gregoire.Favre

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Ales Jurik | 1 Sep 2008 13:42
Picon

Re: Recommended xine settings for Arte HD ?

On Monday 01 of September 2008, Gregoire Favre wrote:
> > Edit the source, recompil, install.
>
> I changed this :
> grep BUFSIZE *|grep MEGABYTE
> dvbplayer.c:#define PLAYERBUFSIZE  MEGABYTE(4)
> recorder.c:#define RECORDERBUFSIZE  MEGABYTE(20)
> transfer.c:#define TRANSFERBUFSIZE  MEGABYTE(8)
>
> My computer has 4Gb of ram so I can be large...

Thanks Gregoire for your info. It seems to me that it help me with some 
stalling at specific channles.

My PC has also 4GB :) .

BR,

Ales

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Rolf Ahrenberg | 1 Sep 2008 14:20
Picon
Picon

Re: iptv - broken sound

On Mon, 1 Sep 2008, Hawes, Mark wrote:

> I am using the iptv plugin to view NASA TV. I now have a good picture,
> but the audio is broken. All I get is a series of squeals and pops,
> nothing listenable.
>
> Anyone have any Ideas?

Please, try different audio bitrate settings for VLC.

BR,
--
rofa

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Pierre-Yves Paranthoën | 1 Sep 2008 18:48
Picon

HVR4000

Hi,

Does anyone successfully run the Hauppauge HVR4000 with vdr ?

regards

Pierre

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

M.Fiegert | 1 Sep 2008 22:14
Picon

Configuration for FullFeatured with defect tuner needed


Hello,

after about 7 years in use with vdr a thunderstorm killed the tuner of my 
FF :-(. 
There is one budget card in the system. With CAID parameter in channels conf 
set to two for all channels I managed to keep vdr operational.

Question:
If I now by a second budget card (slot available), is there any way that vdr 
would use those two budgets but not the tuner of the FF-card?

Extra question:
Does the reel eHD have an fbas output?
I think of buying a reel eHD, but dont really have the time for such a big 
change, especially if that would also need new wiring.

 <at> Klaus: Thanks again for that great piece of software

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Christian Schuld | 1 Sep 2008 22:47
Picon

Re: Configuration for FullFeatured with defect tuner needed

On Montag, 1. September 2008, M.Fiegert wrote:
> Hello,
>
> after about 7 years in use with vdr a thunderstorm killed the tuner of my
> FF :-(.
> There is one budget card in the system. With CAID parameter in channels
> conf set to two for all channels I managed to keep vdr operational.
>
> Question:
> If I now by a second budget card (slot available), is there any way that
> vdr would use those two budgets but not the tuner of the FF-card?
[..]
I have the same configuration.
You can use the SourceCaps-patch to disable the broken card's tuner.
An example. Lets assume that your first card is broken and that your second 
and third card can receive astra and hotbird. Then you would need to add the 
following lines to your channels.conf (after applying the SourceCaps patch):
SourceCaps = 1 S1.0W
SourceCaps = 2 S19.2E S13.0E
SourceCaps = 3 S19.2E S13.0E

You can exchange S1.0W for any other source which you can not receive.

Hope this helps,
Christian

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

M.Fiegert | 1 Sep 2008 23:51
Picon

Re: Configuration for FullFeatured with defect tuner needed


> > Question:
> > If I now by a second budget card (slot available), is there any way that
> > vdr would use those two budgets but not the tuner of the FF-card?
>
> [..]
> I have the same configuration.
> You can use the SourceCaps-patch to disable the broken card's tuner.
> An example. Lets assume that your first card is broken and that your second
> and third card can receive astra and hotbird. Then you would need to add
> the following lines to your channels.conf (after applying the SourceCaps
> patch): SourceCaps = 1 S1.0W
> SourceCaps = 2 S19.2E S13.0E
> SourceCaps = 3 S19.2E S13.0E
>
> You can exchange S1.0W for any other source which you can not receive.
>
> Hope this helps,
> Christian

Thanks a lot! I will try as soon as possible.

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Goga777 | 2 Sep 2008 09:44
Picon

Re: HVR4000

> Does anyone successfully run the Hauppauge HVR4000 with vdr ?

yes, I run hvr4000 for dvb-s/s2 on vdr170 with drivers from Igor Liplianin
http://liplianindvb.sourceforge.net/cgi-bin/hgwebdir.cgi/liplianindvb/

it works fine

Goga

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Ales Jurik | 2 Sep 2008 09:56
Picon

Re: HVR4000

On Monday 01 of September 2008, Pierre-Yves Paranthoën wrote:
> Hi,
>
> Does anyone successfully run the Hauppauge HVR4000 with vdr ?
>
> regards
>
> Pierre

Hi,

I'm running it with vdr-1.7.0 and some patches (h.264 and gotoX) together with 
diseqc switch and motor.

No problems,

BR,

Ales

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Gmane