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

Commit 005d063

Browse files
committed
doc
1 parent 13f486e commit 005d063

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

README.md

+3-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python scripted livestreaming using FFmpeg
22

33
[![DOI](https://zenodo.org/badge/91214767.svg)](https://zenodo.org/badge/latestdoi/91214767)
4-
[![Actions Status](https://github.com/scivision/pylivestream/workflows/ci/badge.svg)](https://github.com/scivision/pylivestream/actions)
4+
![Actions Status](https://github.com/scivision/pylivestream/workflows/ci/badge.svg)
55

66
[![pypi versions](https://img.shields.io/pypi/pyversions/PyLivestream.svg)](https://pypi.python.org/pypi/PyLivestream)
77
[![Maintainability](https://api.codeclimate.com/v1/badges/b6557d474ec050e74629/maintainability)](https://codeclimate.com/github/scivision/ffmpeg-youtube-live/maintainability)
@@ -187,12 +187,6 @@ Stream to multiple sites, in this example Periscope and YouTube Live simultaneou
187187
WebcamLivestream youtube periscope
188188
```
189189

190-
or from devlopment code:
191-
192-
```sh
193-
python Webcam.py youtube periscope
194-
```
195-
196190
### Screen Share Livestream
197191

198192
Stream to multiple sites, in this example Periscope and YouTube Live simultaneously:
@@ -201,18 +195,12 @@ Stream to multiple sites, in this example Periscope and YouTube Live simultaneou
201195
ScreenshareLivestream youtube periscope
202196
```
203197

204-
or from development code:
205-
206-
```sh
207-
python Screenshare.py youtube periscope
208-
```
209-
210198
### Image + Audio Livestream
211199

212200
Microphone audio + static image is accomplished by
213201

214202
```sh
215-
python Microphone.py youtube periscope -image doc/logo.jpg
203+
MicrophoneLivestream youtube periscope -image doc/logo.jpg
216204
```
217205
or wherever your image file is.
218206

@@ -222,7 +210,7 @@ Audio-only streaming is not typically allowed by the Video streaming sites.
222210
You can test it to your own computer by:
223211

224212
```sh
225-
python Microphone.py localhost
213+
MicrophoneLivestream localhost
226214
```
227215

228216
### File Livestream
@@ -243,12 +231,6 @@ Glob list of video files to stream:
243231
FileGlobLivestream path site -glob glob_pattern
244232
```
245233

246-
or from development code:
247-
248-
```sh
249-
python Glob.py path site -glob glob_pattern
250-
```
251-
252234
* `-glob` glob pattern of files to stream e.g. "*.avi"
253235
* `-loop` optionally loop endlessly the globbed file list
254236
* `-shuffle` optionally shuffle the globbed file list

0 commit comments

Comments
 (0)