andersced·3 ปีที่แล้ว·discussAnother MPEG-TS alternative used by some projects.https://ieeexplore.ieee.org/document/9828725https://github.com/agilecontent/efp
andersced·3 ปีที่แล้ว·discussShould be benchmarked against ->https://github.com/Deaod/spsc_queueIf proven faster OK.. If not.. Well.. back to the drawing board.I gave it a try -> https://github.com/andersc/fastqueueDeaod is the kingpin.
andersced·4 ปีที่แล้ว·discussWe have been testing out various protocols to overcome in our case TCP head-of-line blocking by using the protocols->SRT: https://github.com/Haivision/srt (C++ wrapper https://github.com/andersc/cppSRTWrapper)RIST: https://code.videolan.org/rist/rist-cppKCP: https://github.com/Unit-X/kcp-cppWe wrap all data in a common container format https://github.com/agilecontent/efpTo decouple the data from the transport.Yes the above solutions are media centric but can be used for almost any arbitrary data.The protocols are not 'fare' so starvation may happen, and must be handled on the application level./A