Sha256: ac96c9eb035db1fbde65542e6abec83f6441732f358805908595f60a2840f9a1
Contents?: true
Size: 1.03 KB
Versions: 16
Compression:
Stored size: 1.03 KB
Contents
= Social Stream Documents Social Stream Documents provides with files management support to {Social Stream}[http://social-stream.dit.upm.es/], the framework for building distributed social network websites. This gem allows actor to upload files as other activity object. Besides, it handles some file types in an special way; it creates thumbnails for images, and converts audio and videos to HTML5 formats. The HTML5 player {jPlayer}[http://www.jplayer.org/] is used to show them == Install You need to add `social_stream-documents` to your `Gemfile` Besides, you need a {Redis server}[http://redis.io/] for proccessing queues. Audios and videos are converted to HTML5 compatible formats, but this is done outside the upload request, so users are not waiting until the job is finished. There is a wiki page on {How to setup Resque/Redis for background processing}[https://github.com/ging/social_stream/wiki/How-to-setup-Resque-Redis-for-background-processing] A wave form is generated for the audio player if you install the `paperclip_waveform` gem.
Version data entries
16 entries across 16 versions & 2 rubygems