Evan Sullivan
New Member
We are looking to use this software for our announcements (school). I have been playing getting everything to run locally. VLC can stream is there a way to use VLC with this? Thanks!
you can use rtmp to a multicast address (I believe) but VLC will need to be running prior to the broadcast to get the full broadcast. I've done this with unicast but that is handled differently than multicast andWe are looking to use this software for our announcements (school). I have been playing getting everything to run locally. VLC can stream is there a way to use VLC with this? Thanks!
Meh, you're right, that is mainly for http rtmp. so there is a chance that we might have to have you setup an NGINX linuxbox which will allow you to to use that as a server. from what I hear, as long as no transcoding is done, it is really low impact and can be run from a raspberrypi. this setup would not involve any multicast per say but might be doable since its running a http rtmp server. I think that is what I might point you to since there are many of guides out there.Each school will run it's own broadcast, so VLANs should not be an issue.
When I go into the settings of OBS and select stream I only have the option of going to an FMS URL. If you are able to point me in the right direction I would really appreciate it! Thank you so much.
What @Jack0r said, feel free to post questions, I've been through the installation a couple of times and some of the setup can be a pain, but it works and works well. If you will be using raspi's as the server for each school, then I would recommend getting one working, then making a copy of the SD card, duplicating then just change the hostname and IP of each server. Can you think of anything else Jack0r?I don't see a section in OBS to point to RTMP server.
I am having exact same problem, what did you do to fix this? I have the rtmp module already unzipped. Please help. Thanks in advance.So I got this working in Linux with nginx.
I was trying to get the Windows version running from: http://www.nginxtips.com/how-to-install-nginx-in-windows/
Downloaded and ran start nginx from command line. I then went to http://<host> and I get the welcome to nginx page, which means it's working. However, when I try and stream from OBS I get "could not connect to server....is offline 10061"
The only thing I did in Linux different is add the rtmp line to the end of the config file When I try and do that in Windows conf file, I get errors when trying to work in command line "nginx: [emerg] unknown directive "rtmp" in C:\Program Files (x86)\nginx-1.6.2/conf/nginx.conf:119" Which is the line I added.
Anyone know about the Windows version of this?