I am trying to stream video from my webcam to a website that I created, using FFMpeg and FFServer on my Ubuntu 12.04 machine. I can successfully start FFServer with an ffserver1.conf file I've made, but when I stop FFServer (with crtl+c) to make changes to my config file, and try to start FFServer again, I get an error: Could not start server. Then I try to start the server with the default ffserver.conf (in /etc), I get an error: bind(port 8090): Address already in use. Sometimes I also get Deleting feed file "/tmp/feed1.ffm' as stream counts differ (4 != 1).
It seems to me that the server is not completely stopping when I kill it in the terminal with ctrl+c. Is there another way to stop FFServer? Or should I just get a different version - I'm currently using version 0.10.11-7:0.10.11-1~precisce1.
Thank you