Skip to content

Different video related stuff to do with an OpenWRT running router

Notifications You must be signed in to change notification settings

vatruica/TT_OpenWRT_Video_Fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

TT_OpenWRT_Video_Fun

Different video related stuff to do with an OpenWRT running router

Description

In this technology template you will find out how to do different video related stuff with and OpenWRT running router.

Examples:

  • usb-webcam video streaming
  • ip-cam video streaming

Requirements

  • openwrt running router
  • usb-webcam
  • ethernet cables
  • PC running linux
  • some linux command-line knowledge

VideoStreaming - HowTo:

  1. get the software needed
  • telnet to the router
  • opkg update
  • opkg install kmod-video-uvc mjpg-streamer
  1. configure
  • edit the mjpg-streamer configuration file: nano /etc/config/mjpg-streamer, find the << option enabled "0" >> line and change from 0 to 1
  • plug in the camera
  • start mjpg-streamer: /etc/init.d/mjpg-streamer start
  • OPTIONAL-> make mjpg-streamer autostart every time the router boots: /etc/init.d/mjpg-streamer enable
  1. enjoy
  • go to your browser and type in 192.168.1.1:8080/?action=stream
  • change 192.168.1.1 with your routers internal ip, if its different

Resources

http://wiki.openwrt.org/doc/howto/webcam

About

Different video related stuff to do with an OpenWRT running router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published