jasontbradshaw / iron-tools

Stream video over the web for either immediate or delayed viewing by an arbitrary number of clients.
3 stars 0 forks source link

Add a live preview that plays from the growing end of the latest received file. #20

Closed jasontbradshaw closed 14 years ago

jasontbradshaw commented 14 years ago

Instead of needing a separate stream to preview the current live feed, we can simply rtpplay the end of the latest file received over rsync. This will require modifications to rtpplay, the web apps, and the server API.

elben commented 14 years ago

implemented in rtpplay, rest duplicated elsewhere