
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Common bus over devices
On Sun, Jan 27, 2019 at 12:45:57AM +0100, Christian Horn wrote:
> Streaming a video to multiple devices and having handover would mean
> - to have a streaming service
> - to have both clients involved in the handover receive the stream
> - to have
> - either both clients involved in the handover exchange the handover
> data, i.e. seek positition
> - or have the streaming service care for the position
A common approach here is to stream the file using multicast (both video
and/or audio) to avoid having to ensure that the file must be present on
all clients. Clients just pick up the packets when they begin streaming.
A protocol for communicating between the clients or the main server to
sync timestamps must be agreed on.
Home |
Main Index |
Thread Index