The board hangs when trying to stream video by WiFi - Raspberry Pi Forums


i'm trying stream video raspberry pi model b.
hardware is:
1) genius facecam 2000.
2) tenda w311m wifi dongle.
software:
1) debian wheezy, updated up-to-date.
2) mjpg-streamer, compiled sources (pulled here: https://github.com/jacksonliam/mjpg-streamer).

when streaming video wired lan (connecting rpi pc) ok. i'm trying setup rpi standalone access point stream android tabs.
installed hostapd, dhcpd, connected ap pc wifi, opened in browser appropriate url, , then... shows me several frames , board hangs! no pings, no reaction ctrl+c ssh.
i'm confused behavior, because in opinion board must not hang regular user application. considered post bugreport mjpeg-streamer, don't know to.

script streaming:

code: select all

#! /bin/bash mj_home=/home/pi/mjpg-streamer-master/mjpg-streamer-experimental export ld_library_path=$mj_home $mj_home/mjpg_streamer -i "input_uvc.so -d /dev/video0 -f 8 -r 800x600" -o "output_http.so -w $mj_home/www"



raspberrypi



Comments