[mythtv-users] Regarding ticket 8969

Yianni Vidalis yiannividalis at hotmail.com
Sun Jul 24 16:01:05 UTC 2011



> From: gregorio.gervasio at gmail.com
> To: mythtv-users at mythtv.org
> Date: Sat, 23 Jul 2011 19:53:28 -0700
> Subject: Re: [mythtv-users] Regarding ticket 8969
> 
> [no audio in analog framegrabber recordings ...]
> 
>         Maybe this is related:
> 
> http://code.mythtv.org/trac/ticket/9825
> 
> Recordings work fine for me with the patches and changes in that ticket.
> 
> -- 
> Gregorio Gervasio, Jr.
> gregorio.gervasio at gmail.com
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users

Gregorio, thank you.
I tried the patches and they work. I have sound again. However, the second patch had to be altered (after the changes in the logging commands, it couldn't find its "context").
If someone (Daniel ? ) could unlock the 9869 ticket, I could post there this info:
I patched the SB with Gregorio's patches, and I have sound in live TV from the saa7134 card of the SB. The card of the MB (unpatched) is still mute. DVB-T (on SB) and DVB-S (on MB) cards work ok.
The second patch has to be altered to:***patch startdiff --git a/mythtv/libs/libmythtv/v4lchannel.cpp b/mythtv/libs/libmythtv/v4lchannel.cppindex a128523..9e51656 100644--- a/mythtv/libs/libmythtv/v4lchannel.cpp+++ b/mythtv/libs/libmythtv/v4lchannel.cpp@@ -658,7 +658,9 @@ bool V4LChannel::SetInputAndFormat(int inputNum, QString newFmt)             {                 LOG(VB_GENERAL, LOG_ERR, LOC + msg +                     "\n\t\t\twhile disabling streaming (v4l v2)" + ENO);+         #if 0                 ok = false;+         #endif             }             else             {***patch finish
Thanks again,Yianni. 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.mythtv.org/pipermail/mythtv-users/attachments/20110724/82a4fc6b/attachment.html 


More information about the mythtv-users mailing list