[vlc-devel] RTSP udp multicast - problem with PMTCallBack
Dermot McGahon
dermot at dspsrv.com
Fri Jun 3 15:26:23 CEST 2005
Hello,
Since updating to todays SVN, I've had to comment out this
code to get rtsp udp multicast mpeg-2 to play. The same file
from disk plays fine.
I tried to debug, found that b_dvb_control was not being set
to -1, but don't understand why.
Dermot.
--
if( DVBProgramIsSelected( p_demux, prg->i_number ) )
{
/* Set demux filter */
stream_Control( p_demux->s, STREAM_CONTROL_ACCESS,
ACCESS_SET_PRIVATE_ID_STATE, prg->i_pid_pcr,
VLC_TRUE );
}
//else if ( p_sys->b_dvb_control )
//{
// msg_Warn( p_demux, "skipping program (not selected)" );
// dvbpsi_DeletePMT(p_pmt);
// return;
//}
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list