Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| projects:stream-observer_strobs [2020/10/25 22:26] – Add README.md simpel | projects:stream-observer_strobs [2024/01/21 17:49] (current) – [Data entry] project-status: running simpel | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- dataentry project ---- | ---- dataentry project ---- | ||
| - | name : Stream-Observer (strobs) | + | name : Stream-Observer (strobs) |
| - | project-owner | + | project-owner |
| - | git-url_url | + | git-url_url |
| - | project-description : Stream-Observer (strobs) is a tool to observe running voc video streams. | + | project-description : Stream-Observer (strobs) is a tool to observe running voc video streams. |
| - | project-member | + | project-member |
| - | project-status | + | project-status |
| ---- | ---- | ||
| + | ---- | ||
| The script opens mpv with all active (currently streaming) streams from [Chaos Computer Club](https:// | The script opens mpv with all active (currently streaming) streams from [Chaos Computer Club](https:// | ||
| Optionally it can also try to open all streams given in a valid playlist. | Optionally it can also try to open all streams given in a valid playlist. | ||
| Line 16: | Line 17: | ||
| Install mpv if not existing. | Install mpv if not existing. | ||
| - | == Table of contents | ||
| - | * [Options](# | ||
| - | * [Details](# | ||
| - | * [Examples](# | ||
| - | * [Files](# | ||
| - | * [Keys and shortcuts](# | ||
| - | * [defined by lua scripts](# | ||
| - | * [defined defaults by input.conf](# | ||
| - | * [Fixed mpv options](# | ||
| == Options | == Options | ||
| Line 49: | Line 41: | ||
| == Examples | == Examples | ||
| - | `strobs` | + | * `strobs` |
| - | + | * `strobs -p 36c3.m3u8 -s` - uses the playlist 36c3.m3u8 for mpv. In addition it will sort the returned streams alphanumerical. | |
| - | >opens current streams in mpv. | + | * `strobs -j -f` - will download and save status\_liveber.xsl, status\_ingest.xsl, current.json and exit before opening mpv. In addition it will save json including past events. |
| - | + | ||
| - | `strobs -p 36c3.m3u8 -s` | + | |
| - | + | ||
| - | >uses the playlist 36c3.m3u8 for mpv. | + | |
| - | In addition it will sort the returned streams alphanumerical. | + | |
| - | + | ||
| - | `strobs -j -f` | + | |
| - | + | ||
| - | >will download and save status_liveber.xsl, status_ingest.xsl, current.json and exit before opening mpv. | + | |
| - | In addition it will save json including past events. | + | |
| == Files | == Files | ||