Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit f6603e5

Browse files
committed
v1.2.0
1 parent 299851d commit f6603e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Periscope
8888
I prefer using the Phone method as then the phone is a "second screen" where I can see if the stream is lagging, and if I "leave broadcast" and come back in, I can comment from my phone etc.
8989

9090

91-
Use Cases
91+
Usage
9292
=========
9393

9494
* ``stream.ini`` is setup for your computer and desired parameters
@@ -118,14 +118,14 @@ Loop single video endlessly
118118
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
119119
::
120120

121-
FileLoop.py stream.ini site videofile
121+
python FileLoop.py stream.ini site videofile
122122

123123

124124
several video files
125125
~~~~~~~~~~~~~~~~~~~
126126
Glob list of video files to stream::
127127

128-
python FileGlob2YouTubeLive.py path pattern
128+
python FileGlob.py stream.ini site path pattern
129129

130130
-loop optionally loop endlessly the globbed file list
131131

@@ -134,29 +134,29 @@ stream all videos in directory
134134
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135135
Example: all AVI videos in directory ``~/Videos``::
136136

137-
python FileGlob2YouTubeLive.py ~/Videos "*.avi"
137+
python FileGlob.py stream.ini youtube ~/Videos "*.avi"
138138

139139
stream endlessly looping videos
140140
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
141141
Example: all AVI videos in ``~/Videos`` are endlessly looped::
142142

143-
python FileGlob2YouTubeLive.py ~/Videos "*.avi" -loop
143+
python FileGlob.py stream.ini youtube ~/Videos "*.avi" -loop
144144

145145

146146
stream all audio files in directory
147147
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
148148
Glob list of video files to stream.
149149
Must include a static image (could be your logo)::
150150

151-
python FileGlob2YouTubeLive.py path pattern -i image
151+
python FileGlob.py stream.ini site path pattern -i image
152152

153153
path path to where video files are
154154
pattern e.g. "*.avi" pattern matching video files
155155
-i filename of image to use as stream background
156156
157157
Example: stream all .mp3 audio under ``~/Library`` directory::
158158

159-
python FileGlob2YouTubeLive.py ~/Library "*.mp3" -i mylogo.jpg
159+
python FileGlob.py stream.ini youtube ~/Library "*.mp3" -i mylogo.jpg
160160

161161

162162
Screen capture to disk

0 commit comments

Comments
 (0)