Error with udp(mpegts) ingest
Hi guys,
When I try to use one udp(mpegts) ingest(encoding with Elemental Live), all works fine. But, if I try ingest another udp(mpegts) I receive a lot of these message below in the console.
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2355.00 -> 2021.33 on pid 481
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2355.00 -> 2063.03 on pid 481
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2355.00 -> 2104.74 on pid 481
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2355.00 -> 2146.46 on pid 481
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2355.00 -> 2188.17 on pid 481
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2355.00 -> 2229.87 on pid 481
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2396.70 -> 2271.58 on pid 481
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2438.41 -> 2313.29 on pid 481
/thelib/src/mediaformats/readers/ts/tsparser.cpp:520 Back timestamp: 2480.12 -> 2355.00 on pid 481
If I stops these new ingest, all back to normally.
Can I ingest more than one udp(mpegts) input?
The acceptors in the config.lua already done as documentation describes.
Could you help me, please?