multithreading - Java - Building communicator what includes video/sound/picture/msg -
i've little problem conception how implement project , cause don't know how send client/server in 1 moment video/sound/msg , how filtrate stream ? if have idea how solve problem thankful. anyway.
you have create tx transmits udp stream rx. have implement udp packet loss recovery yourself, because udp connection less, unreliable protocol. suggest udp because flexibility on creating flow/error control mechanisms yourself. while can same tcp, adds latency, , user see pauses in video play. better go udp, bit freezing better pause.
Comments
Post a Comment