[Jdvb-cvs] jdvb-server/conf tvb.conf,1.2,1.3
Status: Inactive
Brought to you by:
hundalz
|
From: pinder <hu...@us...> - 2006-02-26 11:53:36
|
Update of /cvsroot/jdvb/jdvb-server/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17752/conf Modified Files: tvb.conf Log Message: spaces in channel names field offsets for channels.conf file to get video and audio pids Index: tvb.conf =================================================================== RCS file: /cvsroot/jdvb/jdvb-server/conf/tvb.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tvb.conf 25 Feb 2006 15:19:51 -0000 1.2 --- tvb.conf 26 Feb 2006 11:53:32 -0000 1.3 *************** *** 14,15 **** --- 14,20 ---- # player to use dvbplayer=mplayer -really-quiet -vop pp=0x20000 -panscan 1 rtp://224.0.1.2:5004 + + # video and audio pid field numbers from the back of the channels.conf file. + # Starts with 1. + videopid.field=3 + audiopid.field=2 |