*** tpb has joined #timvideos | 00:00 | |
*** LeeS has joined #timvideos | 02:14 | |
*** hyades has joined #timvideos | 02:23 | |
*** rohitksingh has quit IRC | 02:53 | |
*** rohitksingh has joined #timvideos | 02:55 | |
*** Niharika has joined #timvideos | 03:23 | |
*** Niharika has quit IRC | 03:29 | |
*** rohitksingh has quit IRC | 04:03 | |
*** Niharika has joined #timvideos | 05:31 | |
*** hyades has quit IRC | 05:55 | |
*** techman83 has quit IRC | 05:57 | |
*** techman83 has joined #timvideos | 06:03 | |
*** ChanServ sets mode: +v techman83 | 06:03 | |
*** hyades has joined #timvideos | 06:11 | |
*** Niharika has quit IRC | 06:43 | |
*** Niharika has joined #timvideos | 07:52 | |
*** f15h has joined #timvideos | 08:30 | |
*** LeeS has quit IRC | 09:02 | |
*** thaytan has quit IRC | 09:23 | |
*** Niharika has quit IRC | 10:18 | |
*** Niharika has joined #timvideos | 10:19 | |
*** Niharika has quit IRC | 10:23 | |
*** f15h has quit IRC | 10:28 | |
*** f15h has joined #timvideos | 10:42 | |
*** Niharika has joined #timvideos | 11:19 | |
*** Niharika has quit IRC | 11:25 | |
*** thaytan has joined #timvideos | 12:03 | |
*** ChanServ sets mode: +v thaytan | 12:03 | |
*** Niharika has joined #timvideos | 12:32 | |
*** f15h has quit IRC | 12:52 | |
*** kierank has quit IRC | 13:11 | |
*** kierank has joined #timvideos | 13:11 | |
*** rohitksingh has joined #timvideos | 13:38 | |
*** CarlFK has quit IRC | 13:55 | |
*** Niharika has quit IRC | 14:02 | |
*** Niharika has joined #timvideos | 14:02 | |
*** rohitksingh has quit IRC | 14:22 | |
*** rohitksingh has joined #timvideos | 14:24 | |
*** rohitksingh has quit IRC | 14:31 | |
*** rohitksingh has joined #timvideos | 14:35 | |
*** CarlFK has joined #timvideos | 16:00 | |
*** ChanServ sets mode: +v CarlFK | 16:01 | |
*** f15h has joined #timvideos | 16:12 | |
*** f15h has quit IRC | 16:47 | |
*** f15h has joined #timvideos | 17:41 | |
*** Kripton_ is now known as Kripton | 18:21 | |
*** rohitksingh1 has joined #timvideos | 18:34 | |
*** rohitksingh has quit IRC | 18:35 | |
*** f15h has quit IRC | 18:53 | |
*** Niharika has quit IRC | 18:55 | |
*** f15h has joined #timvideos | 19:15 | |
*** lukas2511 has joined #timvideos | 19:29 | |
*** f15h has quit IRC | 19:30 | |
*** rohitksingh1 has quit IRC | 20:35 | |
MaZderMind | so, have started working on the new dbus interface. first pull-requests coming soon | 21:33 |
---|---|---|
*** hyades has quit IRC | 21:35 | |
CarlFK | yay! | 21:35 |
CarlFK | MaZderMind: on a related topic to the youtube auth management.. I have a 'grid of stuff' I need to track, like (twiter, youtube, rsync,schedule, etc) x (lca, pycon, pycon.de, pyohio, pytexas, Nodevember, etc) | 21:37 |
CarlFK | I am looking for some way to store/manage the secrets those groups give me | 21:38 |
CarlFK | we are pretty loose about giving sudo to anyone on site, but ... umm... I am hoping there is a 'good way' of dealing with this | 21:40 |
*** tvCommitBot has joined #timvideos | 21:42 | |
tvCommitBot | [gst-switch] MaZderMind opened pull request #183: Dbus tcp (master...dbus-tcp) http://git.io/WS5wFQ | 21:42 |
*** tvCommitBot has left #timvideos | 21:42 | |
MaZderMind | CarlFK: We usually let the groups revoke our permissions to post to their channel after a conference and re-authenticate the next year. at least least we try to do so ^^ | 21:44 |
MaZderMind | CarlFK: for storing I'd suggest saving JSON-Snippets in a KeePass or something like this | 21:45 |
MaZderMind | we have our KeePass in a private git on our own servers where every crew-member can access it | 21:46 |
CarlFK | how does the owner revoke permission? | 21:46 |
CarlFK | for youtbe | 21:46 |
MaZderMind | For YouTube its part of the OAuth process. We requst permissions for our "uploader"-App (which is essentially the web-frontend you tried) | 21:46 |
MaZderMind | One can revoke permissions for apps | 21:47 |
CarlFK | that doesn't tell me how | 21:47 |
MaZderMind | https://security.google.com/settings/u/0/security/permissions?pli=1 | 21:47 |
tpb | Title: Account settings: Your browser is not supported. (at security.google.com) | 21:47 |
MaZderMind | that page lists all apps with access to my account. our voc-uploader is onw of them and i could revoke the permissions there if I wanted to | 21:48 |
CarlFK | yeah, thats what I was looking for. thanks | 21:53 |
CarlFK | http://keepass.info I am guessing there is some API that would let a script pull things out as needed? | 21:55 |
tpb | Title: KeePass Password Safe (at keepass.info) | 21:55 |
MaZderMind | you may have luck with https://github.com/phpwutz/libkeepass | 22:01 |
tpb | Title: phpwutz/libkeepass ยท GitHub (at github.com) | 22:01 |
MaZderMind | I'd do it manually and optimize so that I'd have only one entry for the conference | 22:01 |
MaZderMind | with one json with all auth-hashes in it | 22:01 |
CarlFK | do it manually= eventually screw it up ;) | 22:03 |
CarlFK | plus I don't have firm start/end of events. like LCA processing will go on for another week or two as we get the edge cases taken care of (like the miniconf that maybe will submit a list of talks) | 22:05 |
MaZderMind | do it automatically: have a script screwing it up and no one notices | 22:05 |
CarlFK | so there is constant overlap between previous and next event | 22:06 |
CarlFK | lol | 22:06 |
MaZderMind | I don't like it when software thinks it's smarter then I am | 22:06 |
MaZderMind | It usually is wrong | 22:06 |
CarlFK | it's kinda like: at google, no one ssh in to a production box to install something | 22:07 |
CarlFK | you configure a program that ssh's into 1000's of boxes to do something. | 22:07 |
MaZderMind | Yea, we deployed our 20+ relay boxes using Ansible this Year | 22:08 |
MaZderMind | No one can manage 20+ boxes manually | 22:08 |
CarlFK | this is something I want to figure out the right way, and then automate it so I never screw it up | 22:08 |
CarlFK | thats 20 at the same time. I see doing 20 events over a year as a similar problem | 22:09 |
MaZderMind | ok, then another way: | 22:09 |
MaZderMind | we have our ansible config in a git repo | 22:09 |
MaZderMind | for most events we make a branch | 22:10 |
MaZderMind | and re-configure what is required | 22:10 |
CarlFK | gross :) | 22:10 |
MaZderMind | with a simple run ;) of ansible-playbook we know if/that all boxes are in the correct state | 22:10 |
CarlFK | I have most of the config in either my db or the schedule import script (that is a terrible mess of all the exceptions like "ignore this room" or "room A and B are really the same room") | 22:11 |
Kripton | Good evening. When you stream an event, do you have one camera-mixing-PC per room or one for all rooms? | 22:27 |
CarlFK | Kripton: one per room | 22:32 |
CarlFK | you need an operator that can use a UI. it would be a task for one person to mix 2 rooms at the same time | 22:32 |
CarlFK | we also try to have a person doing something with audio, at least listening and alerting when there is a problem | 22:34 |
Kripton | ok, I see | 22:34 |
CarlFK | ideally all the audio inputs go to an audio mixer that is at the same table as the video mixer and main camera | 22:35 |
Kripton | right. then you don't have the problem mixing digitalized but unsynchronized audio | 22:37 |
Kripton | that's one of the biggest problem I've been fighting with | 22:38 |
CarlFK | I plug the audio into a camera's audio in, let it digitize and mux it into a dv stream | 22:40 |
CarlFK | but we are working on non dv stuff. which I fear may have av sync issues | 22:41 |
Kripton | we usually capture the audio from the mixing console via an audio interface here and treat it as extra stream. however, we never used dv streams | 22:44 |
Kripton | so are you coming to LAC? | 22:45 |
CarlFK | whats LAC? | 22:45 |
Kripton | http://lac.linuxaudio.org/2015/ | 22:45 |
tpb | Title: LAC 2015: About [Linux Audio Conference] (at lac.linuxaudio.org) | 22:45 |
CarlFK | Mainz, Germany - hopefully CCC can cover it. ping MaZderMind ^^^ | 22:47 |
CarlFK | I have done pycon.de so it isn't out of the question. | 22:47 |
Kripton | MaZderMind, you at CCC? | 22:48 |
Kripton | Mainz is about 75km from where I live but I don't yet have a real reason to go there | 22:49 |
Kripton | unless I'd meet some of you guys there :) | 22:50 |
CarlFK | anyone with some experience with the system will likely be invited to PyCon 2016 in Portland OR, USA | 22:54 |
CarlFK | all expenses paid. please show up on time and don't wander off :) | 22:54 |
Kripton | cool | 22:56 |
Kripton | brb, need to re-login :) | 22:56 |
Kripton | re | 22:59 |
Kripton | so when you're talking about DV streams, is it NTSC SD resolution? | 22:59 |
CarlFK | yeah, or pal | 23:01 |
Kripton | ok | 23:01 |
CarlFK | we are hoping to move away from dv, but we keep using it instead of something else ;) | 23:02 |
Kripton | ok thanks for all the infos. time to go to bed. see you | 23:08 |
CarlFK | see ya | 23:21 |
MaZderMind | Kripton: I'm living near Mainz, driving around it every day | 23:28 |
MaZderMind | Kripton: I', part of the CCC VOC | 23:28 |
MaZderMind | Kripton: you can head over to #voc on hackint if you like where the rest of us is hanging out. | 23:29 |
MaZderMind | CarlFK: this year we patched all audio streams (inclusing the live translations) from the rooms to a central point in the HQ and back via XLR. We hat a Soundcraft VI1 doing auto-ducking with the translation streams and much more. we A/V synced in the morning usimg the imternal delay function of the VI1 and it staid in perfect sync over the day | 23:32 |
MaZderMind | re SD: The VOC uses the same software for the small comferences. at the comgress we had shitloads of Hardware doing the HD Processing. That's why we are now working on gst-switch, a software-HD-Mixer | 23:34 |
CarlFK | why "and back" ? | 23:36 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!