octavn

Results 22 comments of octavn

Oh yeah I know, I just brought it up because others reading this thread might consider the `cat` command mentioned by @dAnjou a solution.

The issue also has something to do with either the length of the video (more likely) or with the size (less likely). From 12 videos I just recorded, most were...

The actual line in [org.red5.io.flv.impl.FLVWriter](https://github.com/Red5/red5-io/blob/master/src/main/java/org/red5/io/flv/impl/FLVWriter.java) where the exception happens is: ``` // transfer / write data file into final flv bytesTransferred = file.getChannel().transferFrom(dataFile.getChannel(), bytesWritten, dataFile.length()); ``` ``` java.nio.channels.ClosedByInterruptException: null at...

Our stack trace is a bit different than the one posted at the top. Maybe because we're running Red5 1.0.3 ? In our case the exception seems to be thrown...

Looking at another batch. From 2701 videos recorded over 4 months with Red5 1.0.3, **21 of them had this issue**. 20 of them are between 12.8MB and 81.2MB while the...

From my experience the sound pops in the `cuttedoff-chrome.flv` video is not a result of an incorrect `fileconsumer.queue.size`.We get those pops too when recording even over _localhost _or with high...

To get the above logs in the Red5 console/file log just add: ``` ``` above `` in `conf/logback.xml`

We've done a bunch more investigations and our findings are the following: Red5 ships with a `fileconsumer.queue.size` which is rather low for HD videos. With a standard Red5 1.0.6 installation...

I just submitted a patch/pull request to [Red5/red5-server-common](https://github.com/Red5/red5-server-common). The patch was tested today with about 2 dozen videos with Chrome and Firefox with Red5 on both localhost and remote. None...

However, from our recent experience, the `gearadmin --priority-status` functionality seems to be bugged as it does not return the expected values for each priority. I've opened a ticked for this...