mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
Update README.md
This commit is contained in:
parent
d5471bb114
commit
157881b289
1 changed files with 90 additions and 11 deletions
101
README.md
101
README.md
|
@ -8,31 +8,76 @@ Streama Server
|
|||
**Shipped version:** 1.9.1
|
||||
|
||||
- [Yunohost project](https://yunohost.org)
|
||||
- [Streama website](https://github.com/streamaserver/streama/)
|
||||
- [Streama website](https://docs.streama-project.com/)
|
||||
|
||||

|
||||

|
||||
|
||||
### Installing guide
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://streama.demo-version.net)
|
||||
|
||||
**User**: demoUser
|
||||
|
||||
**Password**: demoUser
|
||||
|
||||
|
||||
## Installation guide
|
||||
|
||||
App can be installed by YunoHost **admin web-interface** or by **running following command**:
|
||||
|
||||
$ sudo yunohost app install https://github.com/YunoHost-Apps/streama_ynh
|
||||
|
||||
Upload directory is : /home/yunohost.app/streama
|
||||
|
||||
Local video is : /home/yunohost.app/streama/upload
|
||||
Default upload directory is : /home/yunohost.app/streama (must be mentioned in *Settings* page or can be changed)
|
||||
|
||||
Default local video is : /home/yunohost.app/streama/upload (must be mentioned in *Settings* page or can be changed)
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://docs.streama-project.com/ or https://github.com/streamaserver/streama/wiki
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
Are LDAP and HTTP auth supported? NO
|
||||
|
||||
Can the app be used by multiple users? YES
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Installation requires a dedicated domain or subdomain.
|
||||
|
||||
## Additional information
|
||||
|
||||
* After install:
|
||||
|
||||
**Username**: admin
|
||||
|
||||
**Password**: admin
|
||||
|
||||
This can be changed in settings.
|
||||
|
||||
### Convert video :
|
||||
|
||||
$ convert_movies -ffmpeg
|
||||
$ convert_movies -avidemux
|
||||
$ convert_movies -mencoder
|
||||
$ convert_movies -avconv
|
||||
|
||||
### Upgrade this package:
|
||||
|
||||
$ sudo yunohost app upgrade --verbose example -u https://github.com/YunoHost-Apps/streama_ynh
|
||||
|
||||
|
||||
### Avidemux compilation :
|
||||
|
||||
$ git clone https://github.com/mean00/avidemux2/
|
||||
|
@ -49,4 +94,38 @@ Streama Server
|
|||
$ sudo dpkg -i libaften0_0.0.8svn20100103-dmo2_amd64.deb
|
||||
$ sudo dpkg -i libaften-dev_0.0.8svn20100103-dmo2_amd64.deb
|
||||
$ bash bootStrap.bash --deb --without-qt --with-cli
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/streama_ynh/issues
|
||||
* App website: https://docs.streama-project.com/
|
||||
* Upstream app repository: https://github.com/streamaserver/streama
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
Developer info
|
||||
----------------
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/streama_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/streama_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade streama -u https://github.com/YunoHost-Apps/streama_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue