Monday, 2014-11-10

*** tpb has joined #timvideos00:00
*** hyades has joined #timvideos00:56
mithroCarlFK: gst-switch has inbuilt recording stupport01:09
CarlFKmithro: g morning  - just said morning to Sheila too.  Canonical sent her to Taipei, she just arrived the local office01:12
*** tvCommitBot has joined #timvideos01:12
tvCommitBot[gst-switch] mithro pushed 1 new commit to master: http://git.io/iDyJVw01:12
tvCommitBotgst-switch/master abce192 Tim 'mithro' Ansell: Removing the non-useful README file.01:12
*** tvCommitBot has left #timvideos01:12
CarlFKhttp://youtu.be/Hh8pyEf1du0?t=43s  is that Ryan running around in the back ground?01:12
tpbTitle: Linux-based monitoring and control in a sustainable house - YouTube (at youtu.be)01:12
mithroCarlFK: pressing 'r' starts recording into a new file01:13
*** techman83 has quit IRC01:55
*** CarlFK has quit IRC02:17
*** CarlFK has joined #timvideos02:18
*** ChanServ sets mode: +v CarlFK02:18
*** techman83 has joined #timvideos02:23
*** ChanServ sets mode: +v techman8302:23
CarlFKmithro: ./gst-switch-srv --record=output.data   doesn't seem to save any files.  find ~ -name output.data ... nothing03:07
CarlFKnow I am getting ./tools/gstworker.c:496:warning: video-3003: A lot of buffers are being dropped.03:09
CarlFKah: load average: 6.58, 3.95, 2.1403:09
CarlFKpfft - never mind... fresh os, install, looks like update-apt-xapi is eating up all the cpu03:10
mithroCarlFK: let me check the default pass03:17
mithros/pass/path/03:18
mithroCarlFK: but I think it's saving in the local directory?03:18
mithroeither that or /tmp03:18
CarlFKjuser@negk:~/gst-switch/tools$ ls o*03:20
CarlFKls: cannot access o*: No such file or directory03:20
CarlFKjuser@negk:~/gst-switch/tools$ ls /tmp03:20
CarlFKpulse-PKdhtXMmr18n  unity_support_test.003:20
mithroCarlFK: are you running ./gst-switch-srv in the ./gst-switch/tools directory?03:20
mithroCarlFK: did you hit 'r' in the gui?03:21
CarlFKyes and yes03:21
CarlFKoh, hitting r I see./tools/gstswitchui.c:1188:info: new record: 003:22
CarlFKhttp://paste.ubuntu.com/8911651/03:22
tpbTitle: Ubuntu Pastebin (at paste.ubuntu.com)03:22
mithroCarlFK: looks like your missing the faac plugin which is probably in libgstreamer-plugins-????03:23
CarlFKhttp://gstreamer.freedesktop.org/documentation/plugins.html says -bad.  apt-cache policy gstreamer1.0-plugins-bad ... Installed: 1.2.4-1~ubuntu103:25
tpb<http://ln-s.net/74Zw> (at gstreamer.freedesktop.org)03:25
CarlFKbut maybe ubuntu put it in something-multiverse...03:26
mithrogstreamer1.0-plugins-bad-faad03:27
CarlFKgstreamer1.0-plugins-bad-faad:03:27
CarlFK  Installed: 1.2.4-1~ubuntu103:27
mithrooh wait that is faad not faac03:28
CarlFKgstreamer1.0-audiosink:03:30
CarlFK  Installed: (none)03:30
CarlFK?03:30
CarlFKgstreamer1.0-plugins-really-bad:03:32
CarlFK  Installed: (none)03:32
CarlFKlets try that..03:32
CarlFKPackage gstreamer1.0-plugins-really-bad is not available, but is referred to by another package.03:32
mithrogst-inspect-1.0 | grep faac03:40
mithromaybe -> https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1299376 ?03:41
tpbTitle: 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
CarlFKgst-inspect-1.0 | grep faac = nothing03:41
mithrothaytan: any idea which package ubuntu stores libgstfaac.so in?03:41
mithrohttp://packages.ubuntu.com/trusty/gstreamer0.10-plugins-bad-multiverse03:42
tpbTitle: Ubuntu – Details of package gstreamer0.10-plugins-bad-multiverse in trusty (at packages.ubuntu.com)03:42
mithrohrm....03:42
mithrothat is gstreamer0.1003:42
mithrowe can probably replace that faac in the pipeline with something else03:42
apsMorning. IIRC faac has been replaced by faad in gst1.003:46
CarlFKaps: so ./tools/gstworker.c:270:error: missing: faac  = old, needs to be changed to faad?03:56
apsCarlFK: basically faad should be used in pipeline instead of faac04:03
CarlFKgot it.  thanks04:04
CarlFKg_string_append_printf (desc, "! faac ");  and one other .. I think I can change that04:05
CarlFKmaybe not.  ./tools/gstworker.c:284:error: recorder: pipeline parsing error: could not link queue2-15 to faad104:09
mithroI'll try and send you some patches later today, but need to finish some work they pay me for first :)04:29
CarlFKokee dokee04:32
thaytanaps, faac is encode, faad is decode04:40
thaytanyou can use avenc_aac instead of faac04:40
thaytanbut faac itself still exists in 1.004:40
*** CarlFK has quit IRC04:51
*** CarlFK has joined #timvideos05:02
*** ChanServ sets mode: +v CarlFK05:02
*** CarlFK has quit IRC05:49
*** CarlFK has joined #timvideos05:49
*** ChanServ sets mode: +v CarlFK05:49
mithroCarlFK: can you log a bug about the faac thing?05:58
CarlFKsure05:58
mithroCarlFK: of course, include as much information as you can - adding the scrollback from this channel would be useful06:00
*** tija_ has joined #timvideos06:15
apsoops, sorry for wrong info. I got confused :/06:25
*** slomo has joined #timvideos07:43
*** flavioribeiro has quit IRC11:21
*** tija_ has quit IRC13:01
*** Niharika has joined #timvideos13:50
*** Niharika has quit IRC14:03
*** Niharika has joined #timvideos14:04
*** tvCommitBot has joined #timvideos14:18
tvCommitBot[gst-switch] mithro opened pull request #35: Newer versions of ubuntu have avconv. (master...avconv) http://git.io/Nb-TMQ14:18
*** tvCommitBot has left #timvideos14:18
*** tvCommitBot has joined #timvideos14:28
tvCommitBot[gst-switch] mithro opened pull request #36: Massive update to the README.md file. (master...readme-update) http://git.io/AC9rrw14:28
*** tvCommitBot has left #timvideos14:28
mithroCarlFK / hyades_: you now have things to review14:30
hyadesmithro: okay14:34
*** Niharika has quit IRC14:45
CarlFK+The required requirements are;14:47
CarlFKhuh, theres an edit button, but I don't have "push access to readme-branch"14:49
CarlFKbut I can leave comments on lines - neet14:49
CarlFKmithro: 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 #timvideos15:48
*** slomo has quit IRC16:32
*** rohitksingh has joined #timvideos16:39
*** amcd has joined #timvideos16:44
*** amcd has quit IRC16:47
*** slomo has joined #timvideos16:48
*** slomo has joined #timvideos16:48
*** CarlFK has quit IRC17:11
*** rohitksingh has quit IRC17:20
*** CarlFK has joined #timvideos17:21
*** ChanServ sets mode: +v CarlFK17:21
*** slomo has quit IRC17:52
*** slomo has joined #timvideos18:05
*** CarlFK has quit IRC19:21
*** CarlFK has joined #timvideos19:24
*** ChanServ sets mode: +v CarlFK19:24
*** hyades has quit IRC19:53
*** puck has quit IRC21:45
*** techman83 has quit IRC21:46
*** techman83 has joined #timvideos21:46
*** ChanServ sets mode: +v techman8321:46
*** puck has joined #timvideos21:49
*** slomo has quit IRC21:49
*** flavioribeiro has quit IRC22:45

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!