Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
raspberry:streaming_client [2019/01/02 22:13] admin [Links] |
raspberry:streaming_client [2020/12/14 14:35] (current) admin [Links] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Streaming Client ===== | ===== Streaming Client ===== | ||
| - | Ton run a stream | + | ==== W3M ==== |
| - | Start the Raspberry Pi to the console and run W3M with your web address.\\ | + | To run a stream |
| + | Just start the Raspberry Pi to the console and run W3M with your web address.\\ | ||
| ---- | ---- | ||
| - | ==== Installation | + | === Installation === |
| $ sudo apt-get update | $ sudo apt-get update | ||
| Line 11: | Line 12: | ||
| ---- | ---- | ||
| - | ==== Run ==== | + | === Run === |
| $ w3m http:// | $ w3m http:// | ||
| ---- | ---- | ||
| - | ==== Shortcuts | + | === Shortcuts === |
| | | ||
| New URL | New URL | ||
| Line 22: | Line 23: | ||
| ---- | ---- | ||
| + | === Autostart W3m === | ||
| + | |||
| + | To run a w3n on your Raspberry Pi at startup is to modify the .bashrc | ||
| + | sudo nano / | ||
| + | |||
| + | Go to the last line of the script and add: | ||
| + | / | ||
| + | |||
| + | Shell script: | ||
| + | # | ||
| + | |||
| + | | ||
| + | sudo w3m http:// | ||
| + | |||
| + | ----- | ||
| + | ==== VLC ==== | ||
| + | |||
| + | $ apt-get install vlc | ||
| + | $ cvlc http:// | ||
| + | |||
| + | [[http:// | ||
| + | [[https:// | ||
| + | |||
| ==== Links ==== | ==== Links ==== | ||
| - | [[http:// | + | [[http:// |
| [[http:// | [[http:// | ||
| + | [[https:// | ||
| [[https:// | [[https:// | ||
| ---- | ---- | ||
| + | ==== License ==== | ||
| + | |||
| + | This manuals is made by **Wolfgang Spahn** 2018-20.\\ | ||
| + | Except where otherwise noted, content on this wiki is licensed under the following license: [[http:// | ||
| + | |||
| + | < | ||
| + | <a rel=" | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | |||