OK basic question. We are streaming unicast via QT broadcaster to a
QTSS on same box and default relay to another server (whaich also has a
(default relay) all within the same local network.
and then out to the internet. How do we set up the server so that the
server attempts to resend any packets that are dropped?
Specifically when a certain lecture is given we do not want words to be
lost if there is net traffic. instead we would like the stream to
rebuffer and have those packets resent and played .
I think the answer has to do with making sure the stream is sent RTSP
v. TCP.
But what are the steps involved in setting this up from the QT
Broadcaster through to the two relays?