*** tpb has joined #timvideos | 00:00 | |
*** hyades has quit IRC | 00:15 | |
*** CarlFK has joined #timvideos | 00:19 | |
*** ChanServ sets mode: +v CarlFK | 00:19 | |
*** Kripton has quit IRC | 00:23 | |
*** Kripton has joined #timvideos | 00:38 | |
*** Kripton has quit IRC | 01:26 | |
*** Kripton has joined #timvideos | 01:33 | |
*** Niharika has joined #timvideos | 04:36 | |
*** Niharika has quit IRC | 05:10 | |
*** hyades has joined #timvideos | 05:16 | |
*** wanig_ has joined #timvideos | 05:24 | |
*** puck has quit IRC | 05:33 | |
*** wanig has quit IRC | 05:33 | |
*** aps has quit IRC | 05:33 | |
*** hyades_ has quit IRC | 05:33 | |
*** miselin has quit IRC | 05:33 | |
*** micolous_ has quit IRC | 05:33 | |
*** CarlFK has quit IRC | 05:33 | |
*** Joelw has quit IRC | 05:33 | |
*** CarlFK has joined #timvideos | 05:40 | |
*** Joelw has joined #timvideos | 05:40 | |
*** kornbluth.freenode.net sets mode: +v CarlFK | 05:40 | |
*** puck` has joined #timvideos | 05:49 | |
*** aps has joined #timvideos | 05:49 | |
*** hyades_ has joined #timvideos | 05:49 | |
*** miselin has joined #timvideos | 05:49 | |
*** micolous_ has joined #timvideos | 05:49 | |
*** puck` is now known as puck | 05:55 | |
*** puck has quit IRC | 06:00 | |
*** aps has quit IRC | 06:00 | |
*** hyades_ has quit IRC | 06:00 | |
*** miselin has quit IRC | 06:00 | |
*** micolous_ has quit IRC | 06:00 | |
*** puck has joined #timvideos | 06:02 | |
*** aps has joined #timvideos | 06:02 | |
*** hyades_ has joined #timvideos | 06:02 | |
*** miselin has joined #timvideos | 06:02 | |
*** micolous_ has joined #timvideos | 06:02 | |
*** Niharika has joined #timvideos | 06:17 | |
mithro | we now have real USB IDs for the HDMI2USB project! -> http://wiki.openmoko.org/wiki/USB_Product_IDs#Assigned.2FAllocated_Openmoko_USB_Product_IDs | 08:18 |
---|---|---|
tpb | Title: USB Product IDs - Openmoko (at wiki.openmoko.org) | 08:18 |
mithro | https://github.com/timvideos/HDMI2USB/wiki/USB-IDs | 08:32 |
tpb | Title: USB IDs · timvideos/HDMI2USB Wiki · GitHub (at github.com) | 08:32 |
*** kharekartik has joined #timvideos | 09:33 | |
kharekartik | hyades: How do I connect gst-switch-ui to the python api? | 09:37 |
hyades | kharekartik: this might help you https://github.com/timvideos/gst-switch/blob/master/run-demo.sh | 09:39 |
tpb | Title: gst-switch/run-demo.sh at master · timvideos/gst-switch · GitHub (at github.com) | 09:39 |
hyades | run the ui just after you run the srv | 09:40 |
kharekartik | I ran the server, then created a testsource, then ran the preview and after that I ran the ui through terminal | 09:41 |
kharekartik | what am I doing wrong? | 09:41 |
CarlFK | kharekartik: sounds correct to me. what makes you think you did something wrong? | 09:45 |
kharekartik | Because there is nothing visible in the UI. | 09:46 |
kharekartik | Here's my script: | 09:54 |
kharekartik | https://github.com/KKcorps/Gst-Files/tree/master/run-demo | 09:54 |
tpb | Title: Gst-Files/run-demo at master · KKcorps/Gst-Files · GitHub (at github.com) | 09:54 |
*** Kripton has quit IRC | 10:14 | |
*** Niharika has quit IRC | 10:19 | |
*** Kripton has joined #timvideos | 10:20 | |
kharekartik | Please help me out | 10:21 |
*** kharekartik has quit IRC | 10:25 | |
*** kharekartik has joined #timvideos | 10:25 | |
hyades | kharekartik: possibly your PATH might be wrong | 10:28 |
kharekartik | Checked it out, all executables are there | 10:29 |
hyades | in /usr/bin? | 10:29 |
kharekartik | Did you take a look at the script? | 10:30 |
kharekartik | yes gst-launch was there only | 10:30 |
kharekartik | although I had to copy switch-srv and switch-ui | 10:30 |
hyades | gst-switch-srv and gst-switch-ui should be in there | 10:30 |
kharekartik | but how, they are inside the gst-switch repo which I cloned. Are they supposed to be installed by gstreamer? | 10:32 |
hyades | you can add the tools directory to your PATH variable instead | 10:33 |
kharekartik | after cloning the repo, I ran build-min-trusty.sh and pip install -r requirements.txt .Am I supposed to do anything else. | 10:34 |
kharekartik | okay | 10:35 |
kharekartik | I'll try that now | 10:35 |
hyades | kharekartik: sudo find / -name gst-switch-srv | 10:39 |
kharekartik | usr/bin/gst-switch-srv | 10:49 |
kharekartik | home/kkcorps/Downloads/gst-switch-master/tools/gst-switch-srv | 10:49 |
kharekartik | This was the output | 10:50 |
kharekartik | but changing path to tools dir raises path error exception saying gst-switch-srv not found | 10:55 |
kharekartik | fixed that | 10:59 |
kharekartik | I didn't insert '/' after tools | 10:59 |
kharekartik | working perfectly now | 11:01 |
kharekartik | Thanks a lot sir. | 11:01 |
*** Niharika has joined #timvideos | 12:38 | |
kharekartik | run-demo.py now working correctly for a single test source.Still working on the code. | 12:42 |
kharekartik | https://github.com/KKcorps/Gst-Files/blob/master/run-demo/run-demo.py | 12:42 |
tpb | Title: Gst-Files/run-demo.py at master · KKcorps/Gst-Files · GitHub (at github.com) | 12:42 |
*** kharekartik has quit IRC | 12:56 | |
*** kharekartik has joined #timvideos | 15:59 | |
*** kharekartik has quit IRC | 16:30 | |
*** hyades has quit IRC | 17:05 | |
*** CarlFK has quit IRC | 17:19 | |
*** CarlFK has joined #timvideos | 17:24 | |
*** ChanServ sets mode: +v CarlFK | 17:24 | |
*** Niharika has quit IRC | 17:24 | |
*** hyades has joined #timvideos | 18:50 | |
*** slomo has joined #timvideos | 19:04 | |
*** slomo has joined #timvideos | 19:04 | |
*** slomo has quit IRC | 21:24 | |
*** hyades has quit IRC | 21:35 | |
*** hyades has joined #timvideos | 22:07 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!