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: README.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Periscope
88
88
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.
89
89
90
90
91
-
Use Cases
91
+
Usage
92
92
=========
93
93
94
94
* ``stream.ini`` is setup for your computer and desired parameters
@@ -118,14 +118,14 @@ Loop single video endlessly
118
118
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
119
119
::
120
120
121
-
FileLoop.py stream.ini site videofile
121
+
python FileLoop.py stream.ini site videofile
122
122
123
123
124
124
several video files
125
125
~~~~~~~~~~~~~~~~~~~
126
126
Glob list of video files to stream::
127
127
128
-
python FileGlob2YouTubeLive.py path pattern
128
+
python FileGlob.py stream.ini site path pattern
129
129
130
130
-loop optionally loop endlessly the globbed file list
131
131
@@ -134,29 +134,29 @@ stream all videos in directory
134
134
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135
135
Example: all AVI videos in directory ``~/Videos``::
0 commit comments