Yes, run that, then start the whole guide from the beginning.
Just to be clear...
I want you to run the following commands, in order, regardless of what you have already run in the past:
sudo apt-get update
sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev
Make sure there are no 404 errors after either of the above commands.
Then in the nginx directory, run
./configure --with-http_ssl_module --add-module=../nginx-rtmp-module-master
Do that and then report back.
Just run them, it doesn't matter where you are for those commands.
If you get errors just running these two commands, then we'll know why the PCRE library is missing:
sudo apt-get update
sudo apt-get install libpcre3 libpcre3-dev
From WiFi config, yes. Are you trying to make this accessible from the internet?
By the way, http://freedns.afraid.org/ is still free.
The config file is probably in /usr/local/nginx.
You either need to precede your edit command with "sudo" or stop the nginx service first. It's probably the former.
sudo nano nginx.conf
No, it shouldn't be a new file. I thought you were in the directory of the conf file. Try
sudo nano /usr/local/nginx/conf/nginx.conf
I use a two-PC trans code setup and stream via nginx 1.7.8 with a fresh pull of the rtmp-module on Ubuntu server 14.04. When I use nginx I loose the ability to jump in time on recordings/VODs on twitch. Time bar isn't even available when watching VODS.
If I change my output to twitch directly I'm able to time-skip so I'm assuming that it is my ffmpeg exec or the application pushing it to twitch that's borking things. (yesyes, I know about assumption being the mother ;P). Stream looks great and all is dandy ... it's just the time skip I'm after :)
Here's my complete nginx.conf:
http://pastebin.com/0Tk9eMEU
Any hints on where to look and/or try?
Thanks in advance!