Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
raspberry:web_stream [2017/03/28 18:11]
admin created
raspberry:web_stream [2017/03/28 18:17]
admin
Line 1: Line 1:
 ==== Web Stream ==== ==== Web Stream ====
  
-[[http://www.howtoembed.com/projects/raspberry-pi/78-pieye-webcam-streaming-in-m-jpg-format-with-raspberry-pi]]\\ +**with UV4L**\\
-[[https://support.ustream.tv/hc/en-us/articles/207852457-Raspberry-Pi-Streaming-video-to-Ustream]]\\ +
-[[http://raspi-sec.com/index.html]]\\ +
-[[http://www.slblabs.com/2012/09/26/rpi-webcam-stream/]]\\ +
-**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:\\
   $ 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
-  Einfügen: deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ jessie main+coppy & paste 
 +  deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ jessie main
   $ sudo apt-get update   $ sudo apt-get update
   $ sudo apt-get install uv4l uv4l-raspicam uv4l-raspicam-extras uv4l-server   $ sudo apt-get install uv4l uv4l-raspicam uv4l-raspicam-extras uv4l-server
 +start stream:\\
   $ 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
 +
 +=== other streaming software ===
 +[[http://www.howtoembed.com/projects/raspberry-pi/78-pieye-webcam-streaming-in-m-jpg-format-with-raspberry-pi]]\\
 +[[https://support.ustream.tv/hc/en-us/articles/207852457-Raspberry-Pi-Streaming-video-to-Ustream]]\\
 +[[http://raspi-sec.com/index.html]]\\
 +[[http://www.slblabs.com/2012/09/26/rpi-webcam-stream/]]\\