Re: Recording don't play back file missing.

2010-01-25 Thread Sebastian Wagner
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 > Sebastian, > > I downloaded the

Re: Recording don't play back file missing.

2010-01-24 Thread John Davis
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

Re: Recording don't play back file missing.

2010-01-22 Thread Sebastian Wagner
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 th

Re: Recording don't play back file missing.

2010-01-22 Thread John Davis
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 ou

Re: Recording don't play back file missing.

2010-01-22 Thread Sebastian Wagner
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

Recording don't play back file missing.

2010-01-21 Thread John Davis
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 nee