Sunday, 2014-11-09

*** tpb has joined #timvideos00:00
*** aps has quit IRC00:02
*** micolous has quit IRC00:02
*** micolous has joined #timvideos00:04
*** aps has joined #timvideos00:10
mithroCarlFK: running the test suite will highlight a bunch of issue with your setup quickly00:16
mithroIt is also were we will add things to try and figure out issues you come across00:17
*** hyades has joined #timvideos02:28
*** Niharika has joined #timvideos04:58
*** rohitksingh has joined #timvideos06:42
*** rohitksingh1 has joined #timvideos06:47
*** rohitksingh has quit IRC06:50
*** rohitksingh1 has quit IRC07:48
*** rohitksingh has joined #timvideos07:51
*** Niharika has quit IRC08:15
*** rohitksingh has quit IRC08:43
*** hyades has quit IRC09:03
*** hyades has joined #timvideos09:20
*** rohitksingh has joined #timvideos09:34
*** rohitksingh has quit IRC12:22
*** rohitksingh has joined #timvideos12:22
*** rohitksingh has quit IRC12:26
*** rohitksingh has joined #timvideos12:58
*** rohitksingh has quit IRC13:53
*** rohitksingh1 has joined #timvideos13:53
*** tvCommitBot has joined #timvideos14:00
tvCommitBot[gst-switch] hyades opened pull request #33: configure option to enable speakertrack/ptz (master...master) http://git.io/9w1PFw14:00
*** tvCommitBot has left #timvideos14:00
*** tvCommitBot has joined #timvideos15:22
tvCommitBot[gst-switch] mithro pushed 6 new commits to master: http://git.io/rfu9Vg15:22
tvCommitBotgst-switch/master 9df7eb8 Aayush Ahuja: configure option to enable speakertrack/ptz15:22
tvCommitBotgst-switch/master 0d53bc4 Aayush Ahuja: doing lint changes15:22
tvCommitBotgst-switch/master 79b963f Aayush Ahuja: fixing more lint errors15:22
*** tvCommitBot has left #timvideos15:22
*** bitgeeky has joined #timvideos15:43
*** bitgeeky is now known as jaknap15:49
*** jaknap has quit IRC16:07
*** rohitksingh1 has quit IRC16:51
*** rohitksingh has joined #timvideos18:18
CarlFKhttps://github.com/timvideos/gst-switch/blob/master/run-demo.sh  can someone add the command to that to save the mixed stream to disk?18:58
tpbTitle: gst-switch/run-demo.sh at master · timvideos/gst-switch · GitHub (at github.com)18:58
*** rohitksingh1 has joined #timvideos19:52
*** rohitksingh has quit IRC19:54
*** rohitksingh1 has quit IRC20:04
hyadesCarlFK: https://github.com/hyades/gst-switch/blob/carl_record/run-demo.sh20:25
tpbTitle: gst-switch/run-demo.sh at carl_record · hyades/gst-switch · GitHub (at github.com)20:25
hyadesCarlFK: I havn't really tried this out20:25
CarlFKum.. did you not push a change?20:26
CarlFKI don;t see anything new20:27
hyadesI pushed to my repo, havnt created a pull request for it20:27
hyadesits a small change, you can just try it out, will commit it later20:28
CarlFKhttps://github.com/hyades/gst-switch/blob/carl_record/run-demo.sh#L2520:29
tpbTitle: gst-switch/run-demo.sh at carl_record · hyades/gst-switch · GitHub (at github.com)20:29
CarlFKthats the last line, just a &20:29
CarlFKoh, I see it up top20:29
hyadesjust changed Line20:29
hyades720:29
CarlFK--record=output.data20:29
hyadesyea, I guess that should do it20:30
CarlFK[110249.901323] switch-server-v[32257]: segfault at 8 ip 000000000040a943 sp 00007f948268cd50 error 4 in gst-switch-srv[400000+24000]20:33
hyadesCarlFK: now try https://github.com/hyades/gst-switch/blob/carl_record/run-demo.sh#L720:41
tpbTitle: gst-switch/run-demo.sh at carl_record · hyades/gst-switch · GitHub (at github.com)20:41
hyadeshttps://github.com/hyades/gst-switch/blob/carl_record/run-demo.sh#L2720:41
tpbTitle: gst-switch/run-demo.sh at carl_record · hyades/gst-switch · GitHub (at github.com)20:41
hyadesah pls put a & at the end, forgot that20:41
*** tvCommitBot has joined #timvideos20:45
tvCommitBot[gst-switch] CarlFK pushed 1 new commit to master: http://git.io/E6InRw20:45
tvCommitBotgst-switch/master b675e35 Carl Karsten: Fix typo in #! line.20:45
*** tvCommitBot has left #timvideos20:45
CarlFKhyades did you push that?20:57
CarlFKwait... why does it need a & at the end?20:57
hyadesto make it run as background process20:58
hyadesyea I made another commit20:58
CarlFKdoes it need to?  run as background process20:58
hyadesthats what you were doing, I merely added an extra thing :)20:59
CarlFK$ git branch21:00
CarlFK* carl_record21:00
CarlFK$ git pull21:00
CarlFKThere is no tracking information for the current branch.21:00
CarlFKwhat?21:00
hyadeshttps://github.com/hyades/gst-switch/blob/carl_record/run-demo.sh21:00
tpbTitle: gst-switch/run-demo.sh at carl_record · hyades/gst-switch · GitHub (at github.com)21:00
CarlFKI seldom work with branches .. so Im lost21:00
hyadesyou want me to push these changes to timvideos/21:01
hyadesright they are in hyades/gst-switch21:01
hyadess/right/right now21:01
CarlFKi have your repo and did git checkout carl_record21:02
CarlFKshouldn't I be able to pull without specfiying the repo/branch ?21:03
hyadesyea, I think it pulls all branches by default21:04
CarlFKit isn't pulling anything21:04
CarlFKhttp://paste.ubuntu.com/8907067/21:04
tpbTitle: Ubuntu Pastebin (at paste.ubuntu.com)21:04
hyadestry cloning again :P21:04
CarlFKmaybe just put it in your master21:04
CarlFKif I clone again I have to build again.21:05
hyadesgit remote -v output?21:05
CarlFK$ git remote -v21:06
CarlFKoriginhttps://github.com/hyades/gst-switch.git (fetch)21:06
CarlFKoriginhttps://github.com/hyades/gst-switch.git (push)21:06
tpbTitle: hyades/gst-switch · GitHub (at github.com)21:06
hyadesgit pull origin carl_record21:08
hyadestry this? :)21:08
CarlFKthat worked21:13
CarlFKlocation=output.data21:17
CarlFKI don't see that file anywhere21:17
CarlFKoh, its in tools21:17
*** techman83 has quit IRC21:19
CarlFKmplayer plays it.  check that in ;)21:19
CarlFKmaybe give it a better ext than .data21:19
*** techman83 has joined #timvideos23:43
*** ChanServ sets mode: +v techman8323:43
*** techman83 has quit IRC23:44
*** techman83 has joined #timvideos23:47
*** ChanServ sets mode: +v techman8323:47
*** hyades has quit IRC23:53

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