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
97
README.md
97
README.md
|
@ -8,19 +8,68 @@ Streama Server
|
||||||
**Shipped version:** 1.9.1
|
**Shipped version:** 1.9.1
|
||||||
|
|
||||||
- [Yunohost project](https://yunohost.org)
|
- [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**:
|
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
|
$ sudo yunohost app install https://github.com/YunoHost-Apps/streama_ynh
|
||||||
|
|
||||||
Upload directory is : /home/yunohost.app/streama
|
Default upload directory is : /home/yunohost.app/streama (must be mentioned in *Settings* page or can be changed)
|
||||||
|
|
||||||
Local video is : /home/yunohost.app/streama/upload
|
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 video :
|
||||||
|
|
||||||
|
@ -29,10 +78,6 @@ Streama Server
|
||||||
$ convert_movies -mencoder
|
$ convert_movies -mencoder
|
||||||
$ convert_movies -avconv
|
$ convert_movies -avconv
|
||||||
|
|
||||||
### Upgrade this package:
|
|
||||||
|
|
||||||
$ sudo yunohost app upgrade --verbose example -u https://github.com/YunoHost-Apps/streama_ynh
|
|
||||||
|
|
||||||
### Avidemux compilation :
|
### Avidemux compilation :
|
||||||
|
|
||||||
$ git clone https://github.com/mean00/avidemux2/
|
$ git clone https://github.com/mean00/avidemux2/
|
||||||
|
@ -50,3 +95,37 @@ Streama Server
|
||||||
$ sudo dpkg -i libaften-dev_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
|
$ 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