Church Webcasts using OBS

Using the Church Webcasting System, YouTube, etc. Including cameras and mixers.
jkarras
New Member
Posts: 8
Joined: Tue Aug 16, 2011 7:32 pm
Location: Ogden, UT, US

Re: Church Webcasts using OBS

#41

Post by jkarras »

Our Bishop was undecided when the guidance came out. I just explained that the difference between what we were doing and the sacrament program that is shown on BYU-TV every Sunday was that the BYU-TV program was produced and not live streamed. So they can manipulate it in post and you get a nice continuous feel and keep it to 45min. For us, it would require a blank space of unknown time each week. This would give those at home a nicer program and less fiddling on our part plus less use of technology we didn't have (cameras and laptops).

Once he thought about the flow for those at home he went with the modified format with sacrament at the end. The side benefit is people stay to the end and don't duck out early :D
lajackson
Community Moderators
Posts: 11460
Joined: Mon Mar 17, 2008 10:27 pm
Location: US

Re: Church Webcasts using OBS

#42

Post by lajackson »

russellhltn wrote:I'm wondering about how the webcast is being paused.
In OBS? Put up the graphic and turn off the sound input. When the ordinance is completed, put up the camera again and turn the sound input back on. Am I missing something, or was that not the question?
russellhltn
Community Administrator
Posts: 34422
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

Re: Church Webcasts using OBS

#43

Post by russellhltn »

lajackson wrote:
russellhltn wrote:I'm wondering about how the webcast is being paused.
In OBS? Put up the graphic and turn off the sound input. When the ordinance is completed, put up the camera again and turn the sound input back on. Am I missing something, or was that not the question?
That's the question. And that's the general idea of what should be done. I don't know OBS to know if there's some common error coming into play. The main thing is to make sure the outgoing data stream is still going and not paused at all.

Muting the audio is something I hadn't considered, but I wonder if the combination of a static screen and no audio is causing something to think the stream has been cut off.

Again, I don't know OBS well enough, but I'd give thought to some soft music and/or animated graphic so the servers see "activity".

Another suggestion is to watch the status page during the sacrament to see if it gives any clues before the link dies.
Have you searched the Help Center? Try doing a Google search and adding "site:churchofjesuschrist.org/help" to the search criteria.

So we can better help you, please edit your Profile to include your general location.
lajackson
Community Moderators
Posts: 11460
Joined: Mon Mar 17, 2008 10:27 pm
Location: US

Re: Church Webcasts using OBS

#44

Post by lajackson »

russellhltn wrote:The main thing is to make sure the outgoing data stream is still going and not paused at all.
Got it. We did not have a problem this week. I also shut off the meetinghouse WiFi just in case a shortage of bandwidth was causing the problem. Should not have been an issue, but you never know, and I was not there to take a speed test reading.

During the quiet time (slide and no sound), OBS and the servers say they still are trading 74 kbps. Of course, that is a lot lower than 1,800 kbps when the meeting is actually running.

We will keep watching it.
chrismiltimore
New Member
Posts: 3
Joined: Sun Oct 11, 2020 7:40 pm

Re: Church Webcasts using OBS

#45

Post by chrismiltimore »

We are experiencing a 1min 30 second delay between when the meeting starts and when it shows up in OBS making everything offset by 1 min 30 seconds. Is this normal and can it be changed/eliminated?
russellhltn
Community Administrator
Posts: 34422
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

Re: Church Webcasts using OBS

#46

Post by russellhltn »

chrismiltimore wrote:We are experiencing a 1min 30 second delay between when the meeting starts and when it shows up in OBS making everything offset by 1 min 30 seconds. Is this normal and can it be changed/eliminated?
If you're talking about the church webcast, the default for the viewer seems to be a 120 second delay. You can see the settings at the bottom of each individual's viewer screen.
Have you searched the Help Center? Try doing a Google search and adding "site:churchofjesuschrist.org/help" to the search criteria.

So we can better help you, please edit your Profile to include your general location.
icecapc
New Member
Posts: 1
Joined: Mon Dec 28, 2020 7:45 pm

Re: Church Webcasts using OBS

#47

Post by icecapc »

jeremywillden wrote:
Not sure if there is enough interest to justify the effort to document what I've built, but I've created a Python script that queries the XML configuration file (normally used by a Teradek encoder to get its settings), update the configuration files for OBS studio, and then when a new URL becomes available, it auto-launches OBS with the new settings. When run as a Cron job on a linux machine (or presumably with modifications it could work on Windows as a scheduled task) it begins and ends the event automatically. I've found that pretty old computers (I'm using 2009 iMacs with Core 2 Duo processors at 2.6 GHz, purchased for about $35 surplus from a school district a few years back plus $15 for a RAM upgrade to 2 GB) work wonderfully with Ubuntu and OBS studio for streaming meetings. Furthermore, I've even automated the setup of the iMacs with SaltStack so you install the base OS, configure the Salt Minion, and apply the state from the Master and it sets up virtually everything in one (long) step. I've also got a manual setup guide for doing audio-only streaming with Raspberry Pi computers (<$75 each with SD card, power adapter and USB audio interface) and a DigitalOcean ($5/mo) droplet server running IceCast in the cloud. If there's enough interest, I'd be happy to share what I've built and learned in the process.
They work great sitting in the second row of pews facing the pulpit, only sticking up an inch or two above the back of the pew, directly using the built-in webcam, or with an $8 HDMI input USB dongle if you prefer a better camera, or just a USB webcam. You can take audio from the built-in mic or run a cable from the "record out" port from the sound system.
I'll check in on this thread occasionally, but feel free to direct message me if you like.


I'd be interested in the Python Script as well.
User avatar
ErikRich06
New Member
Posts: 7
Joined: Mon Jan 14, 2019 4:07 am
Location: Northern Utah

Re: Church Webcasts using OBS

#48

Post by ErikRich06 »

Bump and Following...
jeremywillden
New Member
Posts: 32
Joined: Sun Mar 19, 2017 8:24 pm

Re: Church Webcasts using OBS

#49

Post by jeremywillden »

icecapc wrote:
jeremywillden wrote:
Not sure if there is enough interest to justify the effort to document what I've built, but I've created a Python script that queries the XML configuration file (normally used by a Teradek encoder to get its settings), update the configuration files for OBS studio, and then when a new URL becomes available, it auto-launches OBS with the new settings. When run as a Cron job on a linux machine (or presumably with modifications it could work on Windows as a scheduled task) it begins and ends the event automatically. I've found that pretty old computers (I'm using 2009 iMacs with Core 2 Duo processors at 2.6 GHz, purchased for about $35 surplus from a school district a few years back plus $15 for a RAM upgrade to 2 GB) work wonderfully with Ubuntu and OBS studio for streaming meetings. Furthermore, I've even automated the setup of the iMacs with SaltStack so you install the base OS, configure the Salt Minion, and apply the state from the Master and it sets up virtually everything in one (long) step. I've also got a manual setup guide for doing audio-only streaming with Raspberry Pi computers (<$75 each with SD card, power adapter and USB audio interface) and a DigitalOcean ($5/mo) droplet server running IceCast in the cloud. If there's enough interest, I'd be happy to share what I've built and learned in the process.
They work great sitting in the second row of pews facing the pulpit, only sticking up an inch or two above the back of the pew, directly using the built-in webcam, or with an $8 HDMI input USB dongle if you prefer a better camera, or just a USB webcam. You can take audio from the built-in mic or run a cable from the "record out" port from the sound system.
I'll check in on this thread occasionally, but feel free to direct message me if you like.


I'd be interested in the Python Script as well.
Take a look at:
https://github.com/jeremywillden/obs-automator

I've got four buildings and the meetings auto-start every week with zero involvement from me. I just connect to all four streams to make sure they remembered to turn on the sound system. ;)
fouamour
New Member
Posts: 1
Joined: Fri Jan 29, 2021 8:12 am

Re: Church Webcasts using OBS

#50

Post by fouamour »

That sounds great! I am tossing the idea around for building a raspberry pi and configuring it to stream to youtube. With youtube, you don't have the constant server and code changes that you do in webcast.

There is a bluetooth adapter that runs on a microusb charger and can connect to the building line-out. It was designed with our church systems in mind. We have been using them for a while in our stake and the speaking audio is outstanding. (Organs do not always pick up well.) https://www.tinyosshop.com/tsa6017

Task list to be successful:
- Set and save the RMTP URL
- Set and save the YouTube Broadcast key
- Configure bluetooth startup and pairing with the specialty adapter
- Connect to the new "Lehi" wifi
- Configure a start streaming procedure with confirmation of live feed. (Possible led)
- Configure the ability to stop the feed and confirmation of stopping.

I could see a raspberry pi mounted on a tripod running off a battery pack with a simple start / stop button.
Post Reply

Return to “Non-Interactive Webcasting”