no it is more likely that the conversion did fail. Can you check the table flvrecording_log and see which records have a exitValue of non 0. And then the output is written in the fullmessage-fields that should give you some hints.
Sebastian 2010/1/25 John Davis <[email protected]> > Sebastian, > > I downloaded the latest build and I am running it standalone. I have > created another recording but, when I go and try and play it back in > openmeetings it is failing. I am running under FC12 > but, that shouldn't make a difference. > > What I am finding is that the file name is being created with a > different naming convention than what the player is expecting. > > The files get created in ROOT/dist/red5/webapps/openmeetings/streams/ > 6 where the value 6 is the room number. > The player is expecting the files in ROOT/dist/red5/webapps/ > openmeetings/streams/hibernate > > Created file name is > rec_1_stream_6599e3e7c751d929b2720bc428ce9d4b_24_01_2010_17_47_18.flv > Expected filename is flvRecording_1.flv > > Is this due to not being complete yet? > > > > On Jan 22, 6:22 am, Sebastian Wagner <[email protected]> wrote: > > hi, > > > > the video should be no problem at all. You can get the raw FLV screen > > recording in the streams/ subfolders. > > > > When you export to .war you should be able to deploy to any J2EE > Application > > container. > > Splitting Red5 from OpenLaszlo (the frontend) is not that easy, as the > trick > > about the .war is that you really have everything in one file. When you > > split it up again, you can also use the standalone version, which is > exactly > > that ... the standalone version is a modified Tomcat for red5 and the > > already compiled SWF separated in the openmeetings webapp. > > > > Sebastian > > > > 2010/1/22 John Davis <[email protected]> > > > > > > > > > I compile from eclipse with the standard instructions. However, I > > > added the glassfish server plugin to eclipse and that worked to my > > > surprise. I never thought that Red5 would work but, it did. > > > > > I also exported a .war and deploy on another glassfish installation. > > > And it deploy correctly and ran out of the box. > > > > > One other thing was that I experimented with splitting what I call the > > > front end or display code from Red5. I'm not sure why all the code > > > needs to be deploy around Red5 but, I think it would be easier to > > > manage. For example the WebContent and Red5, then you could basically > > > manage and deploy each seperately. > > > > > When looking at the log table I see 1 for the flv entries and 0 for > > > the wav. However, I am only interested in the video at this time. > > > > > They are in the ../streams/hibernate/6 directory. > > > > > On Jan 22, 3:15 am, Sebastian Wagner <[email protected]> wrote: > > > > hi, > > > > > > did you export to war and then deploy to glassfish or did you use the > ant > > > > command to compile a red5-server? > > > > > > Can you have a look inside the table: *flvrecording_log*. > > > > There should be certain entries that have a 1 or -1 as exit value. > > > > In the column *ful_message* there is info about the command that was > run > > > and > > > > what kind of error it threw. > > > > > > I should update the Server Side code of the Red5-war version, that > will > > > > improve the results on other platforms. > > >http://code.google.com/p/openmeetings/issues/detail?id=1100 > > > > > > Sebastian > > > > > > 2010/1/22 John Davis <[email protected]> > > > > > > > Running SVN #2776 have everything working except for recordings. I > > > > > have ffmpeg install and it looks like it creates FLV file. However, > > > > > when I try and view the recording I get no recording. I check the > logs > > > > > and it says that it can't find the record file. FLVrecording2... > > > > > > > Is there something that need to be configured or setup that I > missed. > > > > > > > Also running the code on glassfish, sweet. > > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > Groups > > > > > "OpenMeetings User" group. > > > > > To post to this group, send email to > > > [email protected]. > > > > > To unsubscribe from this group, send email to > > > > > [email protected]<openmeetings-user%[email protected]> > <openmeetings-user%[email protected]<openmeetings-user%[email protected]> > > > > > <openmeetings-user%[email protected]<openmeetings-user%[email protected]> > <openmeetings-user%[email protected]<openmeetings-user%[email protected]> > > > > > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > > > > -- > > > > Sebastian > > > > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp:// > > >www.laszlo-forum.de > > > > [email protected] > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "OpenMeetings User" group. > > > To post to this group, send email to > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<openmeetings-user%[email protected]> > <openmeetings-user%[email protected]<openmeetings-user%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > > -- > > Sebastian > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp:// > www.laszlo-forum.de > > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<openmeetings-user%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
