streama

Self hosted streaming media server. https://docs.streama-project.com/

MIT License

Stars
9.6K

Bot releases are hidden (Show)

streama - v1.0.5.BETA - Minor Bugfixes

Published by dularion about 8 years ago

  • Error when using external URL option #203
  • Movies not working with external URL #204
streama - Minor Bugfix

Published by dularion over 8 years ago

  • Error when attempting to view manually-added videos #169
streama - v1.0.4.BETA - Critical Bugfixes

Published by dularion over 8 years ago

  • couldnt save movies & shows
  • FIXED: when multiple users accessed the app, CPU sky-rocketed and app had to be manually terminated
streama - v1.0.3.BETA - Bugfixes

Published by dularion over 8 years ago

#Bugfixes

  • saving show throws 500 due to wrongly named variable
  • add local h2 file instead of memory use
streama - v1.0.2.BETA - Several Bugfixes

Published by dularion over 8 years ago

Bugfixes

  • fixed h2 config
  • fixed tag display in movies
  • update jquery-version
  • fixed movie typeahead
  • fixed Invited user gets error 500 (thanks @gikko)
  • add missing invitationLink to user json
  • perform deep rendering for tvShow to correctly display genre
  • fixed problem when adding the show after being removed (thanks @gikko)
  • fixed duplicated TV Shows (thanks @gikko)
  • fixed error 500 when adding TV Show (thanks @gikko)
streama - Translations, Content Highlighting slideshow, FAQ

Published by dularion over 8 years ago

0.3.1 - 2016-05-18

Features

  • now you dont need to manually parse your SRT files to vtt anymore! the application will do it for you on the fly!

0.3.0- 2016-05-15

Features

  • implemented Multilanguage support for the frontend part of the app! Users can choose in their profile which language they want to see.
    Right now, only English is implemented. You are welcome to contribute! Simply add a copy of the fle at
    /grails-app/assets/javascripts/translations/EN_us.js, name it with your language token, and translate away! Once you mead a Pull Request
    and it gets approved, the language will be added in the profile language selector.
  • Added Content Highlighting for the Dashboard. You can now present your users with a pretty slideshow
  • We now have a help section in streama with some helpful info and FAQ. Thanks @JanneNiemela !
  • Multiple cosmetic changes, thanks @JanneNiemela, @LorenzoGarbanzo, @jsniemela !
  • implemented feature to add videos from external URL (http Link)
streama - v1.0.1.BETA - Bugfixes

Published by dularion over 8 years ago

  • users didnt display roles
  • invitation link didnt show up for invited users
  • problem when adding the show after being removed #186 (thanks @gkiko!)
streama - v1.0.0.BETA - Now running on Grails3

Published by dularion over 8 years ago

Reworked the entire application to run with grails3. please use with caution, especially when using an existing database. please backup everything before playing around with this beta :)

Now running the application is easier than ever, you even have the option to run it with an embedded database, so no need for mysql!

for embedded database

all you need is java!
just run the following command and you're all good to go!
java -Dgrails.env=production-no-mysql -jar streama-0.1.war
Note: the database is not in-memory but a separate file created next to your war file, so your data isn't lost when you restart the app.

for mysql database

you will need java and mysql.
just run the following command and you're all good to go!
java -Dgrails.env=prod -jar streama-0.1.war