*** tpb has joined #timvideos | 00:00 | |
hendry | hmm, when I encode to HLS via ffmpeg my whole machine is pretty much maxed out.. argh | 09:12 |
---|---|---|
mithro | shenki: have you touched ns1 at all? | 09:55 |
*** Niharika has joined #timvideos | 10:04 | |
*** hyades has joined #timvideos | 10:11 | |
*** Niharika has quit IRC | 11:59 | |
*** Niharika|mobile has joined #timvideos | 13:42 | |
*** Niharika|mobile has quit IRC | 15:48 | |
MaZderMind | mithro: my personal travis build of gst-switch fails in the setup-process: https://travis-ci.org/MaZderMind/gst-switch/jobs/61045425 did you configure anything different for timvideos? | 16:02 |
tpb | Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org) | 16:02 |
MaZderMind | well… it says 'This job is running on container-based infrastructure, which does not allow use of 'sudo', setuid and setguid executables.' | 16:03 |
MaZderMind | looks like it's some kine of legacy support required | 16:03 |
hyades | MaZderMind: use sudo: true in yml? | 16:10 |
MaZderMind | hyades: yes, figured it out already | 16:14 |
MaZderMind | writing those tests is so frustrating | 16:14 |
MaZderMind | well not writign them but getting them to pass on travis | 16:14 |
MaZderMind | and on both: python2 and python3 on ubuntu and debian | 16:15 |
MaZderMind | for whatever reason the tests stalls again on travis… https://travis-ci.org/MaZderMind/gst-switch/jobs/61045923 | 16:15 |
tpb | Title: Travis CI - Test and Deploy Your Code with Confidence (at travis-ci.org) | 16:15 |
hyades | MaZderMind: yea I too hate it :) | 16:20 |
MaZderMind | hyades: it seems to stall while uploading to imgurl now | 16:21 |
hyades | MaZderMind: the same code runs for py2 and py3. Or there is some difference? | 17:40 |
MaZderMind | hyades: it was a decision made by someone else in the team to use six and __future__ to write python3 code and get it to run on python2. | 17:43 |
MaZderMind | hyades: consequently the tests run both with py.test 2 & 3 | 17:44 |
hyades | MaZderMind: yea I remember a thread | 17:44 |
MaZderMind | so if I don't fix them today I'll give up and switch to another task. I'm on this for some months now and I'm hungry for other tasks | 17:45 |
*** Niharika has joined #timvideos | 18:12 | |
CarlFK | switch now, switch now! | 18:12 |
CarlFK | MaZderMind: do you know enough to add some buttons to the current UI? | 18:13 |
CarlFK | which is different than building an elaborate framework to support many UIs designed by anyone. I just want a few buttons hammered into place. | 18:14 |
*** Niharika has quit IRC | 18:37 | |
MaZderMind | CarlFK: I have a 25% done UI in python/glade | 18:47 |
MaZderMind | CarlFK: I'd rather to that way | 18:48 |
CarlFK | MaZderMind: I would like something 100% done | 19:02 |
CarlFK | the project will get more input once it achieves a threshold of usability | 19:02 |
CarlFK | you will get more work out of me once I have a chance of using it in production | 19:03 |
CarlFK | I don't need all of the planned features, I pretty much need what the first version of DVswtich had: Cut and Switch streams. | 19:03 |
MaZderMind | CarlFK: Yes, that's my feeling, too. I need some special features that I don't want to code into the C-Ui | 19:04 |
CarlFK | what features do you need? | 19:04 |
MaZderMind | Gigabit-Ethernet between UI and Server; disable Cut-Button in UI, disable PIP-Movement | 19:05 |
MaZderMind | I'll finish of the int-tests tonight (looks promising right now) and start working on the UI tomorrow | 19:06 |
CarlFK | yay. | 19:06 |
CarlFK | disable Cut-Button - why? | 19:06 |
MaZderMind | We are recording 24/7 into segments | 19:07 |
MaZderMind | and later concatting the segmants on-demand for encoding | 19:07 |
CarlFK | are you really going to try to use this in a multi track etc before running it solo at a small meeting? | 19:08 |
MaZderMind | this way we can from the schedule later and don't rely on someone pressing a button in realtime | 19:08 |
MaZderMind | CarlFK: yes, sure | 19:08 |
CarlFK | crazy. | 19:08 |
MaZderMind | CarlFK: we have complete hardware for 4 rooms and some conferences only have 2 or 3 | 19:09 |
MaZderMind | at 30C3 we had two completely independent teams, one doing HD-Mixing & Recording and one doing SD-Only (to test our HD-Pipeline) | 19:09 |
CarlFK | I wouldn't risk all those talks | 19:10 |
CarlFK | but your show, so .. go for it :p | 19:11 |
CarlFK | anway, if you want a few more hours of use before hand, get me something I can use. | 19:11 |
MaZderMind | CarlFK: I'm sorry I think I mis-read: we *will* run dvswitch in parallel | 19:11 |
CarlFK | eww. | 19:11 |
CarlFK | we tried that at LCA - it sucks. | 19:11 |
MaZderMind | did you have separate hardware? or why did it suck? | 19:12 |
CarlFK | it soaks up people, it makes the training or whatever complicated, more stuff to troubleshoot, When there are problems it is hard to figure out what to compromise | 19:13 |
CarlFK | we reduced it to just keynotes and gave DVswtich the priority. | 19:14 |
*** Niharika has joined #timvideos | 19:19 | |
MaZderMind | okay, sure, that's something we need to plan. like saying: let it run on day 1 and if it didn't crash, try using it productivily on day 2 -- or something | 19:24 |
*** Niharika has quit IRC | 19:25 | |
MaZderMind | so, int-tests now completely passing on travis. | 19:49 |
MaZderMind | I hereby declare this PR finished and will now start working on other things: https://github.com/timvideos/gst-switch/pull/198 | 19:49 |
tpb | Title: [WIP] Rewrite of the Integration-Tests, Take 2 by MaZderMind · Pull Request #198 · timvideos/gst-switch · GitHub (at github.com) | 19:49 |
MaZderMind | mithro: fyi ^^ | 19:49 |
*** tvCommitBot has joined #timvideos | 19:56 | |
tvCommitBot | [gst-switch] MaZderMind opened pull request #208: Remove coverage files on make clean (master...remove-coverage-files-on-make-clean) http://git.io/vJ2il | 19:56 |
*** tvCommitBot has left #timvideos | 19:56 | |
MaZderMind | mithro: you sayd you found sth. regarding the 25fps/30fps issue? | 22:47 |
MaZderMind | CarlFK: which buttons do you want added and where? | 22:47 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!