Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
raspberry:web_stream [2017/03/28 18:14]
admin
raspberry:web_stream [2020/12/14 14:35]
admin
Line 1: Line 1:
 ==== Web Stream ==== ==== Web Stream ====
  
-**UV4L**\\+with **UV4L**\\
 [[http://www.linux-projects.org/uv4l/]]\\ [[http://www.linux-projects.org/uv4l/]]\\
 [[http://www.linux-projects.org/uv4l/installation/]]\\ [[http://www.linux-projects.org/uv4l/installation/]]\\
-Installation:\\+ 
 +**Installation:**\\
   $ curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc | sudo apt-key add -    $ curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc | sudo apt-key add - 
   $ sudo nano /etc/apt/sources.list   $ sudo nano /etc/apt/sources.list
-paste: +coppy & paste: 
   deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ jessie main   deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ jessie main
   $ sudo apt-get update   $ sudo apt-get update
Line 14: Line 15:
   $ sudo service uv4l_raspicam restart   $ sudo service uv4l_raspicam restart
  
-http://myIP:8080\\ +In your browser on your PC log in with the IP address and port 8080:\\ 
-configuration:\\+   http://myIP:8080 
 + 
 +for configuration on the Raspberry Pi:\\
   $ sudo nano /etc/uv4l/uv4l-raspicam.conf   $ sudo nano /etc/uv4l/uv4l-raspicam.conf
  
Line 24: Line 27:
 [[http://www.slblabs.com/2012/09/26/rpi-webcam-stream/]]\\ [[http://www.slblabs.com/2012/09/26/rpi-webcam-stream/]]\\
  
 +----
 +==== 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://creativecommons.org/licenses/by-nc-sa/4.0/"|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].\\
 +
 +<html>
 +<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> 
 +</html>
 +
 +----