Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Common bus over devices



On Sat, Jan 26, 2019 at 11:41:05PM +0900, Stephen J. Turnbull wrote:
> Christian Horn writes:
> 
>  > Has anybody looked deeper into this kind of sync?
> 
> I don't use it because I don't want anything I do in Apple's cloud
> :-), but it sounds like this is the kind of functionality that Apple's
> "Handoff" feature provides.

The name sounds like it might approach what I have in mind, indeed.


>  > Is there consens about rather a shared filesystem being used for 
>  > this, or some webservice implementing a messenging system?
> 
> I don't see how this can be done without communication among the apps.
> I'm not sure why you would want to implement that communication in a
> filesystem, rather than in the streaming service.  Among other things,
> I think it would be more robust to use a position index other than
> bytes (eg, MPEG stream + frame).

I tried to relate to an already solved (for my requirements) issue in
the same area, filesync.  
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

My idea was to have the content already in both places, i.e. the full
video file.  Then, just the seek position needs to be exchanged, and
after exchange the client is also not depending on a stable network
connection.  Handover for a pdf also fits better into this, as the
files are relatively small.

Thanks for your thoughts!

Chris


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links