*** tpb has joined #timvideos | 00:00 | |
*** aps-sids has quit IRC | 00:12 | |
*** FeltonChris has joined #timvideos | 00:25 | |
*** CarlFK has quit IRC | 00:30 | |
*** CarlFK has joined #timvideos | 00:31 | |
*** ChanServ sets mode: +v CarlFK | 00:31 | |
CarlFK | "the tests for gstreamer.py module pass" woot | 01:44 |
---|---|---|
*** CarlFK has quit IRC | 03:36 | |
*** CarlFK has joined #timvideos | 03:36 | |
*** ChanServ sets mode: +v CarlFK | 03:36 | |
*** Niharika has joined #timvideos | 04:32 | |
*** FeltonChris has quit IRC | 06:08 | |
*** FeltonChris has joined #timvideos | 06:09 | |
*** tija has joined #timvideos | 06:27 | |
*** Niharika1 has joined #timvideos | 06:42 | |
*** Niharika has quit IRC | 06:44 | |
*** Niharika1 is now known as Niharika | 06:49 | |
*** tija has quit IRC | 07:02 | |
*** aps-sids has joined #timvideos | 07:38 | |
*** Niharika has left #timvideos | 09:01 | |
aps-sids | hi mithro: CarlFK , While porting the reactor to gtk3reactor, I notice that pygtk2 is a dependency for flumotion which also needs to be ported since its not compatible with gi. Also, it uses a wrapper framework named kiwi that's unmaintained so that might need to be replaced as well (I don't know replaced with what though). Do you have any ideas about these? | 11:13 |
mithro | Pygtk2 I think is only used by the ui stuff? | 11:37 |
mithro | What does kiwi do? | 11:38 |
aps-sids | mithro: kiwi is a framework and set of widgets for pygtk | 11:40 |
aps-sids | yes, pygtk2 is used by ui stuff | 11:41 |
aps-sids | kiwi is also for ui only | 11:42 |
aps-sids | mithro: this is the relevant code https://github.com/aps-sids/flumotion-orig/blob/porting-to-gst1.0/flumotion/common/boot.py | 11:45 |
tpb | Title: flumotion-orig/flumotion/common/boot.py at porting-to-gst1.0 · aps-sids/flumotion-orig · GitHub (at github.com) | 11:45 |
*** Niharika has joined #timvideos | 12:25 | |
*** FeltonChris has quit IRC | 13:10 | |
*** FeltonChris has joined #timvideos | 13:15 | |
*** FeltonChris has quit IRC | 13:24 | |
*** FeltonChris has joined #timvideos | 13:28 | |
*** tija has joined #timvideos | 14:00 | |
*** tija has quit IRC | 14:06 | |
CarlFK | mithro: aps-sids I have always used the text version of flumotin-admin | 14:10 |
CarlFK | I think I have only looked at the UI for .. what is it called? | 14:10 |
CarlFK | pretty sure it sets up the xml config files | 14:10 |
aps-sids | oh. Can you tell me a command to run a test stream? CarlFK | 14:11 |
CarlFK | https://github.com/CarlFK/dvsmon/blob/master/Vagrantfile # boot into X, ./stream_test.sh will then run service lightdm start | 14:12 |
tpb | Title: dvsmon/Vagrantfile at master · CarlFK/dvsmon · GitHub (at github.com) | 14:12 |
CarlFK | that is a terrible way, but it is all I know | 14:13 |
CarlFK | do you know about vagrant? | 14:13 |
*** tija has joined #timvideos | 14:20 | |
aps-sids | CarlFK: yeah | 14:25 |
CarlFK | it sets up siwtch with a test stream feeding it, which can then be sent to flumotion | 14:27 |
mithro | That is going to be way to complicated stream | 15:54 |
mithro | You can use the flumotion-admin command to create a simple config file which you can trim back | 15:54 |
CarlFK | mithro: that has R&D involved | 15:56 |
CarlFK | so to me even more complicated | 15:57 |
mithro | The problem is that a larger pipeline is going to need more things ported before it works | 15:57 |
CarlFK | what? | 15:58 |
mithro | Flumotion is built out of components right, producers, consumers, porters, muxes, etc | 15:59 |
mithro | Our config uses a lot of those components | 15:59 |
CarlFK | this is no longer about how to create a test, sounds like "don't because it won't work" ? | 16:00 |
mithro | But if he set up a config with a single producer, then consumers/muxes aren't used so don't need to work. | 16:01 |
mithro | Eventually we want all the parts converted and working, but start small and work your way up | 16:01 |
mithro | Flumotion has a lot of good documentation on setting up a stream | 16:02 |
CarlFK | the current request is: Can you tell me a command to run a test stream? | 16:04 |
CarlFK | git clone... && vagrant up | 16:04 |
CarlFK | I am pretty sure that is what was asked for | 16:05 |
CarlFK | I think you are trying to solve a problem that hasn't been bumped into, so it is very confusing | 16:05 |
mithro | I read it as a test stream for flumotion rather than a "complete streaming system" which is what the vagrant command gives you (also the vagrant does all the setup steps as well). | 16:17 |
mithro | I'm pretty sure aps-sids hasn't finished porting everything and wanting to test the complete system. | 16:19 |
mithro | Anyway I should be asleep. | 16:19 |
CarlFK | sleep well, see ya tomorrow | 16:20 |
aps-sids | mithro: is right CarlFK: I want to create a test stream only using Test Video producer. Thing is, I generally do this using flumotion-admin GUI. But now, after porting some modules, some GUI components don't are incompatible. So, I need a way to create this test stream using test Video producer and http consumer via command line. I'm not able to find that. | 16:35 |
CarlFK | aps-sids: try flumotion-admin-text | 16:36 |
aps-sids | CarlFK: I tried that, writing startall at prompt does nothing. So, I was thinking maybe the correct way is something else | 16:39 |
aps-sids | the "components" list shows nothing | 16:39 |
CarlFK | I have never done anything like this - I just run the scripts to install it, and then tweak the conf files to get the 3 machines talking | 16:41 |
aps-sids | CarlFK: this is what I get http://picpaste.com/pics/flu-admin-screen-YKWpy8um.1400949892.png | 16:45 |
aps-sids | don't know what to do next :( | 16:45 |
CarlFK | huh. I have only used it for monitoring the health of the server (like is it getting data, is it moving it through the components... | 16:47 |
*** Niharika has left #timvideos | 16:50 | |
mparuszewski | mithro: have you seen the website? I am currently updating Jekyll and trying to port our plugins. | 17:16 |
*** CarlFK has quit IRC | 17:17 | |
*** tija has quit IRC | 17:18 | |
*** CarlFK has joined #timvideos | 17:18 | |
*** ChanServ sets mode: +v CarlFK | 17:18 | |
*** CarlFK has quit IRC | 19:06 | |
*** CarlFK has joined #timvideos | 19:07 | |
*** ChanServ sets mode: +v CarlFK | 19:07 | |
*** aps-sids has quit IRC | 23:02 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!