Added thumbnail bug to README
This commit is contained in:
parent
dfab30cf46
commit
918aadce5d
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -235,6 +235,18 @@ If you get a
|
|||
````
|
||||
when running destreamer, then make sure you're running a recent (post year 2019), stable version of **ffmpeg**.
|
||||
|
||||
One more -
|
||||
```
|
||||
[WARNING] Got HTTP code 400. Retrying request...
|
||||
|
||||
[WARNING] Here is the error message:
|
||||
Buffer(128) [Uint8Array] [
|
||||
123, 34, 101, 114, 114, 111, 114, 34, 58, 123, 34, 99,
|
||||
[...]
|
||||
```
|
||||
|
||||
If you get this, add `-x` to your invocation. This should skip thumnbail fetching. The thumbnail API is currently unstable or the thumbnail has not been generated yet. We'll try-catch around that, hopefully soon.
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome. Open an issue first before sending in a pull request. All pull requests require at least one code review before they are merged to master.
|
||||
|
|
Loading…
Reference in a new issue