; Port is the port number that this network encoder will listen to commands ; from Sage on. Use this when setting up the network encoder in Sage. [System] Port=6969 ; FileName is the name of graph to use. This graph should contain 1 instance ; of a "dump" filter that implements the IFileSink interface. ; TuningDelay is the number of milliseconds to wait after a channel change with ; Girder until the graph is started again. [Graph] FileName=ts2ps.grf TuningDelay=3500 UnloadGraphOnStop=1 ; Set UseGirder to 1 to use Girder to change channel. ; Event to send to Girder will be string after GirderPrefix + channel number, ; for exampel "Channel1" (without the "" signs). ; The GirderIndividualNumbers controls if the whole channel number is sent in one ; event or if individual events is sent to Girder for each number in the channel. ; set it to 0 for events that looks like this "Channel791" and ; to 1 for "Channel7", "Channel9", "Channel1" with your actual prefix instead ; of channel of course. If GirderIndividualNumbers=1 the sequence is ended with an ; extra GirderPrefix without a number as an enter for the stb. ; Set GirderInterNumberTimeSpacing to number of milliseconds to wait between the ; individual numbers ; Configure host, port and password to Girder settings [Girder] UseGirder=0 GirderHost=0.0.0.0 GirderPort=1024 GirderPassword=girder GirderPrefix=Channel GirderIndividualNumbers=1 GirderInterNumberTimeSpacing=10 ; The ExeTuner section is used to call another program to change channel. ; Set UseExeTuner to 1 to use this. ; The program indicated in ExeTunerPath will be called with the cannel number as ; the only parameter. Provide the complete path to the Tuner program. [ExeTuner] UseExeTuner=0 ExeTunerPath=C:\\IRBControl