Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- multiplex
- mux1 = make_mpts({
- name = "Multiplex 1",
- country = "RUS",
- input = {
- "udp://224.245.244.1:1234#set_pnr=19001&cas",
- "udp://224.245.244.2:1234#set_pnr=19002&cas",
- },
- })
- -- send to Octopus CI
- cam1 = ddci({
- upstream = mux1.tail:stream(),
- adapter = 0,
- })
- -- receive from Octopus CI
- make_channel({
- name = "Test1",
- input = { "dvb://cam1#pnr=19001&cam" },
- output = { "udp://224.245.245.1:1234" },
- })
- make_channel({
- name = "Test2",
- input = { "dvb://cam1#pnr=19002&cam" },
- output = { "udp://224.245.245.2:1234" },
- })
Advertisement
Add Comment
Please, Sign In to add comment