Add note about 100 file limitation
parent
440bced83f
commit
db2ead490b
|
@ -29,6 +29,9 @@ video_globs:
|
||||||
rtmp_uri: "rtmp://my.rtmp.server/live/key"
|
rtmp_uri: "rtmp://my.rtmp.server/live/key"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
In order to not reach the limit on the number of characters in a command, files are encoded 100 at a time. There may be a disconnection in your RTMP stream every 100 files.
|
||||||
|
|
||||||
## Planned features
|
## Planned features
|
||||||
- [ ] "Schedule preview", just like real TV!
|
- [ ] "Schedule preview", just like real TV!
|
||||||
- [ ] `docker-compose` setup so the RMTP server doesn't have to be managed separately
|
- [ ] `docker-compose` setup so the RMTP server doesn't have to be managed separately
|
||||||
|
|
Loading…
Reference in New Issue