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.
Copy file name to clipboardExpand all lines: File-Streaming.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ python -m pylivestream.loopfile videofile site
15
15
Glob list of video files to stream:
16
16
17
17
```sh
18
-
python -m pylivestream.glob path site -glob glob_pattern
18
+
python -m pylivestream.fglob path site -glob glob_pattern
19
19
```
20
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".
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
22
*`-loop` optionally loop endlessly the globbed file list
23
23
*`-shuffle` optionally shuffle the globbed file list
24
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.
0 commit comments