fluid-work IRC Logs-2012-01-24

[09:08:41 CST(-0600)] <michelled> cindyli: I'm starting to look at your pull requests and I have a question about this file: https://github.com/cindyli/videoPlayer/blob/2a7c1e2999afd71ca47238bc1eb1c17e34f9cb76/js/VideoPlayer_captionner.js

[09:10:00 CST(-0600)] <michelled> the captionner has an captionnereventbinder that gets created oncaptionnerready. its oncaptinnerready event is bound to video player's oncaptionnerready. what does the event binder component do?

[09:11:09 CST(-0600)] <michelled> cindyli: I'm looking at lines 94-103 and 199-201

[09:27:42 CST(-0600)] <cindyli> michelled: captionnereventbinder binds videoPlayer events with captionner functions. see https://github.com/cindyli/videoPlayer/blob/2a7c1e2999afd71ca47238bc1eb1c17e34f9cb76/js/VideoPlayer.js#L467-475

[09:29:04 CST(-0600)] <michelled> ah, thx cindyli

[09:29:10 CST(-0600)] <cindyli> np

[11:03:18 CST(-0600)] <michelled> Justin_o: we missed some of your update at the meeting today

[11:03:23 CST(-0600)] <michelled> everything froze for us

[11:04:14 CST(-0600)] <Justin_o> michelled: oh okay.. basically i'm just working on unit tests for decapod server

[11:04:27 CST(-0600)] <Justin_o> having some problems with getting the teardown function to be called

[11:05:04 CST(-0600)] <Justin_o> may have to resort to calling the teardown code directly from the test cases

[12:34:47 CST(-0600)] <cindyli> michelled, anastasiac, alexn2, fyi, i will be working on 4555, to get the video player on the nightly build. let me know if any of you is working on it or anything you can think of that could stop me from doing it. (wink)

[12:35:26 CST(-0600)] <michelled> thx cindyli - it'll be so nice to have a nightly build to point to (smile)

[12:35:43 CST(-0600)] <cindyli> ya, hopefully we will have it soon. (smile)

[12:37:38 CST(-0600)] <cindyli> avtar: do you have a minute that we can talk about your preferred way of getting the video player onto the nightly build. Your way would determine whether a build script is needed to be written.

[12:38:05 CST(-0600)] <avtar> sure

[13:18:35 CST(-0600)] <cindyli> michelled, anastasiac, avtar and I were talking about the link that points to the video player nightly build. Following the convention of URL pointing to infusion nightly build - http://build.fluidproject.org/infusion/demos/, are you OK with http://build.fluidproject.org/videoPlayer/demos/

[13:19:50 CST(-0600)] <anastasiac> cindyli, that URL looks pretty reasonable to me

[13:20:06 CST(-0600)] <cindyli> cool. thanks, michelled

[13:20:22 CST(-0600)] <michelled> cindyli: as long as the whole video player is available there so we can also run tests

[13:20:31 CST(-0600)] <cindyli> ok, michelled

[13:20:53 CST(-0600)] <michelled> cindyli: following the same pattern that we have: http://build.fluidproject.org/infusion/tests/

[13:21:29 CST(-0600)] <cindyli> ah, ha, that's something I didn't realize before. thanks, michelled

[13:21:35 CST(-0600)] <michelled> np (smile)

[15:07:17 CST(-0600)] <cindyli> michelled, anastasiac, seems we've been down to the bottom of our jira list. No more video player jira I can work on. Anything in your mind? What I can think of is to pair up with alexn2 to help with the integration of mediaElement and captionnator.

[15:09:47 CST(-0600)] <anastasiac> cindyli, that makes sense to me. michelled, what do you think?

[15:10:40 CST(-0600)] <alexn2> cindyli: I do not mind that since I just started to look at cindyli's branch and thinking how to integrate captionator properly into videoPlayer

[15:11:03 CST(-0600)] <michelled> that would be great cindyli and alexn2 (smile)

[15:11:08 CST(-0600)] <cindyli> cool!

[15:48:15 CST(-0600)] <michelled> cindyli: I pushed your 4545 branch

[15:48:41 CST(-0600)] <cindyli> thanks, michelled