*** tpb has joined #timvideos | 00:00 | |
*** hyades has joined #timvideos | 00:56 | |
mithro | CarlFK: gst-switch has inbuilt recording stupport | 01:09 |
---|---|---|
CarlFK | mithro: g morning - just said morning to Sheila too. Canonical sent her to Taipei, she just arrived the local office | 01:12 |
*** tvCommitBot has joined #timvideos | 01:12 | |
tvCommitBot | [gst-switch] mithro pushed 1 new commit to master: http://git.io/iDyJVw | 01:12 |
tvCommitBot | gst-switch/master abce192 Tim 'mithro' Ansell: Removing the non-useful README file. | 01:12 |
*** tvCommitBot has left #timvideos | 01:12 | |
CarlFK | http://youtu.be/Hh8pyEf1du0?t=43s is that Ryan running around in the back ground? | 01:12 |
tpb | Title: Linux-based monitoring and control in a sustainable house - YouTube (at youtu.be) | 01:12 |
mithro | CarlFK: pressing 'r' starts recording into a new file | 01:13 |
*** techman83 has quit IRC | 01:55 | |
*** CarlFK has quit IRC | 02:17 | |
*** CarlFK has joined #timvideos | 02:18 | |
*** ChanServ sets mode: +v CarlFK | 02:18 | |
*** techman83 has joined #timvideos | 02:23 | |
*** ChanServ sets mode: +v techman83 | 02:23 | |
CarlFK | mithro: ./gst-switch-srv --record=output.data doesn't seem to save any files. find ~ -name output.data ... nothing | 03:07 |
CarlFK | now I am getting ./tools/gstworker.c:496:warning: video-3003: A lot of buffers are being dropped. | 03:09 |
CarlFK | ah: load average: 6.58, 3.95, 2.14 | 03:09 |
CarlFK | pfft - never mind... fresh os, install, looks like update-apt-xapi is eating up all the cpu | 03:10 |
mithro | CarlFK: let me check the default pass | 03:17 |
mithro | s/pass/path/ | 03:18 |
mithro | CarlFK: but I think it's saving in the local directory? | 03:18 |
mithro | either that or /tmp | 03:18 |
CarlFK | juser@negk:~/gst-switch/tools$ ls o* | 03:20 |
CarlFK | ls: cannot access o*: No such file or directory | 03:20 |
CarlFK | juser@negk:~/gst-switch/tools$ ls /tmp | 03:20 |
CarlFK | pulse-PKdhtXMmr18n unity_support_test.0 | 03:20 |
mithro | CarlFK: are you running ./gst-switch-srv in the ./gst-switch/tools directory? | 03:20 |
mithro | CarlFK: did you hit 'r' in the gui? | 03:21 |
CarlFK | yes and yes | 03:21 |
CarlFK | oh, hitting r I see./tools/gstswitchui.c:1188:info: new record: 0 | 03:22 |
CarlFK | http://paste.ubuntu.com/8911651/ | 03:22 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 03:22 |
mithro | CarlFK: looks like your missing the faac plugin which is probably in libgstreamer-plugins-???? | 03:23 |
CarlFK | http://gstreamer.freedesktop.org/documentation/plugins.html says -bad. apt-cache policy gstreamer1.0-plugins-bad ... Installed: 1.2.4-1~ubuntu1 | 03:25 |
tpb | <http://ln-s.net/74Zw> (at gstreamer.freedesktop.org) | 03:25 |
CarlFK | but maybe ubuntu put it in something-multiverse... | 03:26 |
mithro | gstreamer1.0-plugins-bad-faad | 03:27 |
CarlFK | gstreamer1.0-plugins-bad-faad: | 03:27 |
CarlFK | Installed: 1.2.4-1~ubuntu1 | 03:27 |
mithro | oh wait that is faad not faac | 03:28 |
CarlFK | gstreamer1.0-audiosink: | 03:30 |
CarlFK | Installed: (none) | 03:30 |
CarlFK | ? | 03:30 |
CarlFK | gstreamer1.0-plugins-really-bad: | 03:32 |
CarlFK | Installed: (none) | 03:32 |
CarlFK | lets try that.. | 03:32 |
CarlFK | Package gstreamer1.0-plugins-really-bad is not available, but is referred to by another package. | 03:32 |
mithro | gst-inspect-1.0 | grep faac | 03:40 |
mithro | maybe -> https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1299376 ? | 03:41 |
tpb | Title: Bug #1299376 “FAAC is missing, libgstfaac.so is not present in a...” : Bugs : “gst-plugins-bad1.0” package : Ubuntu (at bugs.launchpad.net) | 03:41 |
CarlFK | gst-inspect-1.0 | grep faac = nothing | 03:41 |
mithro | thaytan: any idea which package ubuntu stores libgstfaac.so in? | 03:41 |
mithro | http://packages.ubuntu.com/trusty/gstreamer0.10-plugins-bad-multiverse | 03:42 |
tpb | Title: Ubuntu – Details of package gstreamer0.10-plugins-bad-multiverse in trusty (at packages.ubuntu.com) | 03:42 |
mithro | hrm.... | 03:42 |
mithro | that is gstreamer0.10 | 03:42 |
mithro | we can probably replace that faac in the pipeline with something else | 03:42 |
aps | Morning. IIRC faac has been replaced by faad in gst1.0 | 03:46 |
CarlFK | aps: so ./tools/gstworker.c:270:error: missing: faac = old, needs to be changed to faad? | 03:56 |
aps | CarlFK: basically faad should be used in pipeline instead of faac | 04:03 |
CarlFK | got it. thanks | 04:04 |
CarlFK | g_string_append_printf (desc, "! faac "); and one other .. I think I can change that | 04:05 |
CarlFK | maybe not. ./tools/gstworker.c:284:error: recorder: pipeline parsing error: could not link queue2-15 to faad1 | 04:09 |
mithro | I'll try and send you some patches later today, but need to finish some work they pay me for first :) | 04:29 |
CarlFK | okee dokee | 04:32 |
thaytan | aps, faac is encode, faad is decode | 04:40 |
thaytan | you can use avenc_aac instead of faac | 04:40 |
thaytan | but faac itself still exists in 1.0 | 04:40 |
*** CarlFK has quit IRC | 04:51 | |
*** CarlFK has joined #timvideos | 05:02 | |
*** ChanServ sets mode: +v CarlFK | 05:02 | |
*** CarlFK has quit IRC | 05:49 | |
*** CarlFK has joined #timvideos | 05:49 | |
*** ChanServ sets mode: +v CarlFK | 05:49 | |
mithro | CarlFK: can you log a bug about the faac thing? | 05:58 |
CarlFK | sure | 05:58 |
mithro | CarlFK: of course, include as much information as you can - adding the scrollback from this channel would be useful | 06:00 |
*** tija_ has joined #timvideos | 06:15 | |
aps | oops, sorry for wrong info. I got confused :/ | 06:25 |
*** slomo has joined #timvideos | 07:43 | |
*** flavioribeiro has quit IRC | 11:21 | |
*** tija_ has quit IRC | 13:01 | |
*** Niharika has joined #timvideos | 13:50 | |
*** Niharika has quit IRC | 14:03 | |
*** Niharika has joined #timvideos | 14:04 | |
*** tvCommitBot has joined #timvideos | 14:18 | |
tvCommitBot | [gst-switch] mithro opened pull request #35: Newer versions of ubuntu have avconv. (master...avconv) http://git.io/Nb-TMQ | 14:18 |
*** tvCommitBot has left #timvideos | 14:18 | |
*** tvCommitBot has joined #timvideos | 14:28 | |
tvCommitBot | [gst-switch] mithro opened pull request #36: Massive update to the README.md file. (master...readme-update) http://git.io/AC9rrw | 14:28 |
*** tvCommitBot has left #timvideos | 14:28 | |
mithro | CarlFK / hyades_: you now have things to review | 14:30 |
hyades | mithro: okay | 14:34 |
*** Niharika has quit IRC | 14:45 | |
CarlFK | +The required requirements are; | 14:47 |
CarlFK | huh, theres an edit button, but I don't have "push access to readme-branch" | 14:49 |
CarlFK | but I can leave comments on lines - neet | 14:49 |
CarlFK | mithro: I left a few comments. will it make more work for you if I merge the PR before you address them? | 15:13 |
*** flavioribeiro has joined #timvideos | 15:48 | |
*** slomo has quit IRC | 16:32 | |
*** rohitksingh has joined #timvideos | 16:39 | |
*** amcd has joined #timvideos | 16:44 | |
*** amcd has quit IRC | 16:47 | |
*** slomo has joined #timvideos | 16:48 | |
*** slomo has joined #timvideos | 16:48 | |
*** CarlFK has quit IRC | 17:11 | |
*** rohitksingh has quit IRC | 17:20 | |
*** CarlFK has joined #timvideos | 17:21 | |
*** ChanServ sets mode: +v CarlFK | 17:21 | |
*** slomo has quit IRC | 17:52 | |
*** slomo has joined #timvideos | 18:05 | |
*** CarlFK has quit IRC | 19:21 | |
*** CarlFK has joined #timvideos | 19:24 | |
*** ChanServ sets mode: +v CarlFK | 19:24 | |
*** hyades has quit IRC | 19:53 | |
*** puck has quit IRC | 21:45 | |
*** techman83 has quit IRC | 21:46 | |
*** techman83 has joined #timvideos | 21:46 | |
*** ChanServ sets mode: +v techman83 | 21:46 | |
*** puck has joined #timvideos | 21:49 | |
*** slomo has quit IRC | 21:49 | |
*** flavioribeiro has quit IRC | 22:45 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!