You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
Captions: if you have installed the optional `tinytag` Python module,
4
-
the Title - Artist will be added automatically onto the video from the
5
-
audio/video files.
6
-
7
-
## Loop single video endlessly
3
+
Stream single video file:
8
4
9
5
```sh
10
6
python -m pylivestream.loopfile videofile site
11
7
```
12
-
13
-
## several video files
14
-
15
-
Glob list of video files to stream:
16
-
17
-
```sh
18
-
python -m pylivestream.fglob path site -glob glob_pattern
19
-
```
20
-
21
-
*`-glob` glob pattern of files to stream e.g. `*.avi`. For [recursive globbing](https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob), do like `**/*.avi`.
22
-
*`-loop` optionally loop endlessly the globbed file list
23
-
*`-shuffle` optionally shuffle the globbed file list
24
-
*`-image` if you have AUDIO files, you should normally set an image to display, as most/all streaming sites REQUIRE a video feed--even a static image.
Due to the complexity of streaming and the non-specific error codes FFmpeg emits, the default behavior is that if FFmpeg detects one stream has failed, ALL streams will stop streaming and the program ends.
187
-
188
183
Setup a pylivestream.json for computer and desired parameters.
0 commit comments