Openwrt-6416-2.12.bin webcam not working

After upgrading to openwrt-6416-2.12.bin, the webcam is not functioning anymore.
When I SSH to the router & enter “/etc/init.d/mjpg-streamer start”, the webcam LED is turning ON, however the webcam LED changing back to OFF after I navigated to “http://http://192.168.8.1:8083/?action=stream” & the page is not accessible.

not the video stream and snapshot interface is:

http://192.168.8.1/stream
htpp://192.168.8.1/snapshot

both http://192.168.8.1/stream and htpp://192.168.8.1/snapshot are not working

http://192.168.8.1:8083/?action=snapshot is working fine, however http://192.168.8.1:8083/?action=stream is not working

Here is my mjpg-streamer configuration:
config mjpg-streamer core
option enabled “1”
option input ‘uvc’
option output ‘http’
option device “/dev/video0”
option resolution “640x480”
option fps “15”
option www “/www/webcam”
option port “8083”
option yuv “0”

can you tell me what is happening if you visit http://192.168.8.1/stream and http://192.168.8.1/snapshot ?

I just tried and it works fine. I am using firefox.

http://192.168.8.1:8083/?action=snapshot is working ok

http://192.168.8.1:8083/?action=stream seems loading forever.