Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 10, 2020
1 parent 13f486e commit 005d063
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python scripted livestreaming using FFmpeg

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

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

or from devlopment code:

```sh
python Webcam.py youtube periscope
```

### Screen Share Livestream

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

or from development code:

```sh
python Screenshare.py youtube periscope
```

### Image + Audio Livestream

Microphone audio + static image is accomplished by

```sh
python Microphone.py youtube periscope -image doc/logo.jpg
MicrophoneLivestream youtube periscope -image doc/logo.jpg
```
or wherever your image file is.

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

```sh
python Microphone.py localhost
MicrophoneLivestream localhost
```

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

or from development code:

```sh
python Glob.py path site -glob glob_pattern
```

* `-glob` glob pattern of files to stream e.g. "*.avi"
* `-loop` optionally loop endlessly the globbed file list
* `-shuffle` optionally shuffle the globbed file list
Expand Down

0 comments on commit 005d063

Please sign in to comment.