Skip to content

Commit

Permalink
Remove old EDI format from mux.conf to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbraendli committed Feb 12, 2016
1 parent d088bcd commit f3db40b
Showing 1 changed file with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions config/mux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,18 @@ subchannels {
}
sub-maxxima {
type dabplus
inputfile "tcp://*:9002"
inputfile "tcp://*:9002"
bitrate 96
id 2
protection-profile EEP_A
protection-profile EEP_A
protection 2
}
sub-fip {
type dabplus
inputfile "tcp://*:9003"
bitrate 96
id 3
protection-profile EEP_A
protection-profile EEP_A
protection 3

; ZMQ specific options, mandatory:
Expand Down Expand Up @@ -290,48 +290,6 @@ outputs {
; Throttle output to real-time (one ETI frame every 24ms)
throttle "simul://"

; The edi output has a different syntax
;edi {
; ; example for unicast EDI
; ;destination "192.168.23.23"
; ; for unicast EDI, do not set source

; ; example for multicast EDI, the source IP is required
; ; so that the data is sent on the correct ethernet interface
; destination "232.20.10.1"
; source "192.168.0.50"
; ; The multicast TTL has to be adapted according to your network
; ttl 1

; ; The settings below apply to both unicast and multicast

; ; EDI uses the UDP protocol
; port 12000
; sourceport 13000

; ; Enable the PFT subsystem. If false, AFPackets are sent.
; enable_pft true

; ; How many lost fragments can be recovered by Reed-Solomon
; fec 2

; ; Length of a RS chunk, can be overriden
; ;default=207
; ;chunk_len 207

; ; Save the packets sent over ethernet to the file ./edi.debug
; dump false

; ; show more debugging info
; verbose false

; ; (optional) set the kind of alignment to use in TAG Packets
; ; 0: no padding
; ; 8: pad to eight bytes (default)
; ; above 8: insert *dmy TAG Item to pad to given size in bytes
; ;tagpacket_alignment 8
;

; Other outputs:
; TCP listen on port
;net "tcp://host:port"
Expand Down

0 comments on commit f3db40b

Please sign in to comment.