Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Maxim Solodovnik
yes :)

On Tue, 20 Nov 2018 at 21:59, Daniel Baker 
wrote:

> So  this  room_id  under  om_file   will allow me to  identify
> recordings  by  room no ?
>
>
> Thanks,
>
>
> dan
> On 11/20/2018 9:50 PM, Maxim Solodovnik wrote:
>
> Table name is `om_file` (or something like this)
>
> On Tue, 20 Nov 2018 at 21:38, Daniel Baker 
> wrote:
>
>> I see it clearly in your tablebut in mytable  it isn't there ?
>>
>>
>> On 11/20/2018 4:20 PM, Maxim Solodovnik wrote:
>>
>> `room_id`? :)))
>>
>> On Tue, 20 Nov 2018 at 16:16, Daniel Baker 
>> wrote:
>>
>>> Yes   I see that  but  what here tells me the room the recording came
>>> from ?
>>> On 11/20/2018 3:47 PM, Maxim Solodovnik wrote:
>>>
>>> Below fields are being filled for files and recordings
>>>
>>>
>>> | id | bigint(20)   | NO   | PRI | NULL|
>>> auto_increment |
>>> | deleted| bit(1)   | NO   | | NULL|
>>> |
>>> | inserted   | datetime | YES  | | NULL|
>>> |
>>> | updated| datetime | YES  | | NULL|
>>> |
>>> | page_count | int(11)  | NO   | | NULL|
>>> |
>>> | group_id   | bigint(20)   | YES  | | NULL|
>>> |
>>> | hash   | varchar(255) | YES  | | NULL|
>>> |
>>> | height | int(11)  | YES  | | NULL|
>>> |
>>> | inserted_by| bigint(20)   | YES  | | NULL|
>>> |
>>> | name   | varchar(255) | YES  | | NULL|
>>> |
>>> | owner_id   | bigint(20)   | YES  | | NULL|
>>> |
>>> | parent_item_id | bigint(20)   | YES  | | NULL|
>>> |
>>> | room_id| bigint(20)   | YES  | | NULL|
>>> |
>>> | type   | varchar(20)  | YES  | | NULL|
>>> |
>>> | width  | int(11)  | YES  | | NULL|
>>> |
>>> | DTYPE  | varchar(255) | YES  | MUL | NULL|
>>> |
>>> | comment| varchar(255) | YES  | | NULL|
>>> |
>>> | duration   | varchar(255) | YES  | | NULL|
>>> |
>>> | is_interview   | bit(1)   | YES  | | NULL|
>>> |
>>> | notified   | bit(1)   | YES  | | NULL|
>>> |
>>> | record_end | datetime | YES  | | NULL|
>>> |
>>> | record_start   | datetime | YES  | | NULL|
>>> |
>>> | recorder_stream_id | varchar(255) | YES  | | NULL|
>>> |
>>> | status | varchar(20)  | YES  | | NULL|
>>> |
>>> | external_id| varchar(255) | YES  | | NULL|
>>> |
>>> | external_type  | varchar(255) | YES  | | NULL|
>>> |
>>> | filesize   | bigint(20)   | YES  | | NULL|
>>> |
>>>
>>>
>>> On Tue, 20 Nov 2018 at 15:25, Daniel Baker 
>>> wrote:
>>>
 Ok  thanks.What  is there in the metadata  table to link  recording
 and  room  ?Just  time ?  SID  id ?



 Thanks,


 Dan
 On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:

 Many things can go wrong while you are sending/receiving audio/video
 over internet
 Even more problem might arise while you are trying to record
 This is why "auto-recording" is not available out-of-the-box

 basic steps to ensure everything is OK:
 1) start your audio/video stream, check it using different PC/laptop
 2) check you have enough free space
 3) check OM has enough permissions to run 3rd party tools and to write
 on the disk
 4) check "raw" video files from your camera/mic are valid and playable
 5) check conversion steps

 something like this

 On Mon, 19 Nov 2018 at 15:58, Daniel Baker 
 wrote:

> Not playable.   Think my connection is stable.
> On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:
>

>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Daniel Baker
So  this  room_id  under  om_file   will allow me to  identify 
recordings  by  room no ?



Thanks,


dan

On 11/20/2018 9:50 PM, Maxim Solodovnik wrote:

Table name is `om_file` (or something like this)

On Tue, 20 Nov 2018 at 21:38, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


I see it clearly in your table    but in my    table  it isn't
there ?


On 11/20/2018 4:20 PM, Maxim Solodovnik wrote:

`room_id`? :)))

On Tue, 20 Nov 2018 at 16:16, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Yes   I see that  but  what here tells me the room the
recording came from ?

On 11/20/2018 3:47 PM, Maxim Solodovnik wrote:

Below fields are being filled for files and recordings


| id                 | bigint(20)   | NO   | PRI | NULL    |
auto_increment |
| deleted            | bit(1)       | NO   |     | NULL   
|                |
| inserted           | datetime     | YES  |     | NULL   
|                |
| updated            | datetime     | YES  |     | NULL   
|                |
| page_count         | int(11)      | NO   |     | NULL   
|                |
| group_id           | bigint(20)   | YES  |     | NULL   
|                |
| hash               | varchar(255) | YES  |     | NULL   
|                |
| height             | int(11)      | YES  |     | NULL   
|                |
| inserted_by        | bigint(20)   | YES  |     | NULL   
|                |
| name               | varchar(255) | YES  |     | NULL   
|                |
| owner_id           | bigint(20)   | YES  |     | NULL   
|                |
| parent_item_id     | bigint(20)   | YES  |     | NULL   
|                |
| room_id            | bigint(20)   | YES  |     | NULL   
|                |
| type               | varchar(20)  | YES  |     | NULL   
|                |
| width              | int(11)      | YES  |     | NULL   
|                |
| DTYPE              | varchar(255) | YES  | MUL | NULL   
|                |
| comment            | varchar(255) | YES  |     | NULL   
|                |
| duration           | varchar(255) | YES  |     | NULL   
|                |
| is_interview       | bit(1)       | YES  |     | NULL   
|                |
| notified           | bit(1)       | YES  |     | NULL   
|                |
| record_end         | datetime     | YES  |     | NULL   
|                |
| record_start       | datetime     | YES  |     | NULL   
|                |
| recorder_stream_id | varchar(255) | YES  |     | NULL   
|                |
| status             | varchar(20)  | YES  |     | NULL   
|                |
| external_id        | varchar(255) | YES  |     | NULL   
|                |
| external_type      | varchar(255) | YES  |     | NULL   
|                |
| filesize           | bigint(20)   | YES  |     | NULL   
|                |


On Tue, 20 Nov 2018 at 15:25, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Ok  thanks.    What  is there in the metadata  table to
link  recording and room  ?    Just  time ?  SID  id ?



Thanks,


Dan

On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:

Many things can go wrong while you are
sending/receiving audio/video over internet
Even more problem might arise while you are trying to
record
This is why "auto-recording" is not available
out-of-the-box

basic steps to ensure everything is OK:
1) start your audio/video stream, check it using
different PC/laptop
2) check you have enough free space
3) check OM has enough permissions to run 3rd party
tools and to write on the disk
4) check "raw" video files from your camera/mic are
valid and playable
5) check conversion steps

something like this

On Mon, 19 Nov 2018 at 15:58, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Not playable.   Think my connection is stable.

On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:



-- 
WBR

Maxim aka solomax




-- 
WBR

Maxim aka solomax




--
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Daniel Baker

Ahh yes  I see it  there.

On 11/20/2018 9:50 PM, Maxim Solodovnik wrote:

Table name is `om_file` (or something like this)

On Tue, 20 Nov 2018 at 21:38, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


I see it clearly in your table    but in my    table  it isn't
there ?


On 11/20/2018 4:20 PM, Maxim Solodovnik wrote:

`room_id`? :)))

On Tue, 20 Nov 2018 at 16:16, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Yes   I see that  but  what here tells me the room the
recording came from ?

On 11/20/2018 3:47 PM, Maxim Solodovnik wrote:

Below fields are being filled for files and recordings


| id                 | bigint(20)   | NO   | PRI | NULL    |
auto_increment |
| deleted            | bit(1)       | NO   |     | NULL   
|                |
| inserted           | datetime     | YES  |     | NULL   
|                |
| updated            | datetime     | YES  |     | NULL   
|                |
| page_count         | int(11)      | NO   |     | NULL   
|                |
| group_id           | bigint(20)   | YES  |     | NULL   
|                |
| hash               | varchar(255) | YES  |     | NULL   
|                |
| height             | int(11)      | YES  |     | NULL   
|                |
| inserted_by        | bigint(20)   | YES  |     | NULL   
|                |
| name               | varchar(255) | YES  |     | NULL   
|                |
| owner_id           | bigint(20)   | YES  |     | NULL   
|                |
| parent_item_id     | bigint(20)   | YES  |     | NULL   
|                |
| room_id            | bigint(20)   | YES  |     | NULL   
|                |
| type               | varchar(20)  | YES  |     | NULL   
|                |
| width              | int(11)      | YES  |     | NULL   
|                |
| DTYPE              | varchar(255) | YES  | MUL | NULL   
|                |
| comment            | varchar(255) | YES  |     | NULL   
|                |
| duration           | varchar(255) | YES  |     | NULL   
|                |
| is_interview       | bit(1)       | YES  |     | NULL   
|                |
| notified           | bit(1)       | YES  |     | NULL   
|                |
| record_end         | datetime     | YES  |     | NULL   
|                |
| record_start       | datetime     | YES  |     | NULL   
|                |
| recorder_stream_id | varchar(255) | YES  |     | NULL   
|                |
| status             | varchar(20)  | YES  |     | NULL   
|                |
| external_id        | varchar(255) | YES  |     | NULL   
|                |
| external_type      | varchar(255) | YES  |     | NULL   
|                |
| filesize           | bigint(20)   | YES  |     | NULL   
|                |


On Tue, 20 Nov 2018 at 15:25, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Ok  thanks.    What  is there in the metadata  table to
link  recording and room  ?    Just  time ?  SID  id ?



Thanks,


Dan

On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:

Many things can go wrong while you are
sending/receiving audio/video over internet
Even more problem might arise while you are trying to
record
This is why "auto-recording" is not available
out-of-the-box

basic steps to ensure everything is OK:
1) start your audio/video stream, check it using
different PC/laptop
2) check you have enough free space
3) check OM has enough permissions to run 3rd party
tools and to write on the disk
4) check "raw" video files from your camera/mic are
valid and playable
5) check conversion steps

something like this

On Mon, 19 Nov 2018 at 15:58, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Not playable.   Think my connection is stable.

On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:



-- 
WBR

Maxim aka solomax




-- 
WBR

Maxim aka solomax




--
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Maxim Solodovnik
Table name is `om_file` (or something like this)

On Tue, 20 Nov 2018 at 21:38, Daniel Baker 
wrote:

> I see it clearly in your tablebut in mytable  it isn't there ?
>
>
> On 11/20/2018 4:20 PM, Maxim Solodovnik wrote:
>
> `room_id`? :)))
>
> On Tue, 20 Nov 2018 at 16:16, Daniel Baker 
> wrote:
>
>> Yes   I see that  but  what here tells me the room the recording came
>> from ?
>> On 11/20/2018 3:47 PM, Maxim Solodovnik wrote:
>>
>> Below fields are being filled for files and recordings
>>
>>
>> | id | bigint(20)   | NO   | PRI | NULL|
>> auto_increment |
>> | deleted| bit(1)   | NO   | | NULL|
>>   |
>> | inserted   | datetime | YES  | | NULL|
>>   |
>> | updated| datetime | YES  | | NULL|
>>   |
>> | page_count | int(11)  | NO   | | NULL|
>>   |
>> | group_id   | bigint(20)   | YES  | | NULL|
>>   |
>> | hash   | varchar(255) | YES  | | NULL|
>>   |
>> | height | int(11)  | YES  | | NULL|
>>   |
>> | inserted_by| bigint(20)   | YES  | | NULL|
>>   |
>> | name   | varchar(255) | YES  | | NULL|
>>   |
>> | owner_id   | bigint(20)   | YES  | | NULL|
>>   |
>> | parent_item_id | bigint(20)   | YES  | | NULL|
>>   |
>> | room_id| bigint(20)   | YES  | | NULL|
>>   |
>> | type   | varchar(20)  | YES  | | NULL|
>>   |
>> | width  | int(11)  | YES  | | NULL|
>>   |
>> | DTYPE  | varchar(255) | YES  | MUL | NULL|
>>   |
>> | comment| varchar(255) | YES  | | NULL|
>>   |
>> | duration   | varchar(255) | YES  | | NULL|
>>   |
>> | is_interview   | bit(1)   | YES  | | NULL|
>>   |
>> | notified   | bit(1)   | YES  | | NULL|
>>   |
>> | record_end | datetime | YES  | | NULL|
>>   |
>> | record_start   | datetime | YES  | | NULL|
>>   |
>> | recorder_stream_id | varchar(255) | YES  | | NULL|
>>   |
>> | status | varchar(20)  | YES  | | NULL|
>>   |
>> | external_id| varchar(255) | YES  | | NULL|
>>   |
>> | external_type  | varchar(255) | YES  | | NULL|
>>   |
>> | filesize   | bigint(20)   | YES  | | NULL|
>>   |
>>
>>
>> On Tue, 20 Nov 2018 at 15:25, Daniel Baker 
>> wrote:
>>
>>> Ok  thanks.What  is there in the metadata  table to link  recording
>>> and  room  ?Just  time ?  SID  id ?
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>> Dan
>>> On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:
>>>
>>> Many things can go wrong while you are sending/receiving audio/video
>>> over internet
>>> Even more problem might arise while you are trying to record
>>> This is why "auto-recording" is not available out-of-the-box
>>>
>>> basic steps to ensure everything is OK:
>>> 1) start your audio/video stream, check it using different PC/laptop
>>> 2) check you have enough free space
>>> 3) check OM has enough permissions to run 3rd party tools and to write
>>> on the disk
>>> 4) check "raw" video files from your camera/mic are valid and playable
>>> 5) check conversion steps
>>>
>>> something like this
>>>
>>> On Mon, 19 Nov 2018 at 15:58, Daniel Baker 
>>> wrote:
>>>
 Not playable.   Think my connection is stable.
 On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:

>>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Daniel Baker

I see it clearly in your table    but in my    table  it isn't there ?


On 11/20/2018 4:20 PM, Maxim Solodovnik wrote:

`room_id`? :)))

On Tue, 20 Nov 2018 at 16:16, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Yes   I see that  but  what here tells me the room the recording
came from ?

On 11/20/2018 3:47 PM, Maxim Solodovnik wrote:

Below fields are being filled for files and recordings


| id                 | bigint(20)   | NO   | PRI | NULL    |
auto_increment |
| deleted            | bit(1)       | NO   |  | NULL    |       
        |
| inserted           | datetime     | YES  |  | NULL    |       
        |
| updated            | datetime     | YES  |  | NULL    |       
        |
| page_count         | int(11)      | NO   |  | NULL    |       
        |
| group_id           | bigint(20)   | YES  |  | NULL    |       
        |
| hash               | varchar(255) | YES  |  | NULL    |       
        |
| height             | int(11)      | YES  |  | NULL    |       
        |
| inserted_by        | bigint(20)   | YES  |  | NULL    |       
        |
| name               | varchar(255) | YES  |  | NULL    |       
        |
| owner_id           | bigint(20)   | YES  |  | NULL    |       
        |
| parent_item_id     | bigint(20)   | YES  |  | NULL    |       
        |
| room_id            | bigint(20)   | YES  |  | NULL    |       
        |
| type               | varchar(20)  | YES  |  | NULL    |       
        |
| width              | int(11)      | YES  |  | NULL    |       
        |
| DTYPE              | varchar(255) | YES  | MUL | NULL    |     
          |
| comment            | varchar(255) | YES  |  | NULL    |       
        |
| duration           | varchar(255) | YES  |  | NULL    |       
        |
| is_interview       | bit(1)       | YES  |  | NULL    |       
        |
| notified           | bit(1)       | YES  |  | NULL    |       
        |
| record_end         | datetime     | YES  |  | NULL    |       
        |
| record_start       | datetime     | YES  |  | NULL    |       
        |
| recorder_stream_id | varchar(255) | YES  |  | NULL    |       
        |
| status             | varchar(20)  | YES  |  | NULL    |       
        |
| external_id        | varchar(255) | YES  |  | NULL    |       
        |
| external_type      | varchar(255) | YES  |  | NULL    |       
        |
| filesize           | bigint(20)   | YES  |  | NULL    |       
        |


On Tue, 20 Nov 2018 at 15:25, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Ok  thanks.    What  is there in the metadata table to link 
recording and  room  ?    Just time ?  SID  id ?



Thanks,


Dan

On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:

Many things can go wrong while you are sending/receiving
audio/video over internet
Even more problem might arise while you are trying to record
This is why "auto-recording" is not available out-of-the-box

basic steps to ensure everything is OK:
1) start your audio/video stream, check it using different
PC/laptop
2) check you have enough free space
3) check OM has enough permissions to run 3rd party tools
and to write on the disk
4) check "raw" video files from your camera/mic are valid
and playable
5) check conversion steps

something like this

On Mon, 19 Nov 2018 at 15:58, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Not playable.   Think my connection is stable.

On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:



-- 
WBR

Maxim aka solomax




--
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Maxim Solodovnik
`room_id`? :)))

On Tue, 20 Nov 2018 at 16:16, Daniel Baker 
wrote:

> Yes   I see that  but  what here tells me the room the recording came from
> ?
> On 11/20/2018 3:47 PM, Maxim Solodovnik wrote:
>
> Below fields are being filled for files and recordings
>
>
> | id | bigint(20)   | NO   | PRI | NULL|
> auto_increment |
> | deleted| bit(1)   | NO   | | NULL|
>   |
> | inserted   | datetime | YES  | | NULL|
>   |
> | updated| datetime | YES  | | NULL|
>   |
> | page_count | int(11)  | NO   | | NULL|
>   |
> | group_id   | bigint(20)   | YES  | | NULL|
>   |
> | hash   | varchar(255) | YES  | | NULL|
>   |
> | height | int(11)  | YES  | | NULL|
>   |
> | inserted_by| bigint(20)   | YES  | | NULL|
>   |
> | name   | varchar(255) | YES  | | NULL|
>   |
> | owner_id   | bigint(20)   | YES  | | NULL|
>   |
> | parent_item_id | bigint(20)   | YES  | | NULL|
>   |
> | room_id| bigint(20)   | YES  | | NULL|
>   |
> | type   | varchar(20)  | YES  | | NULL|
>   |
> | width  | int(11)  | YES  | | NULL|
>   |
> | DTYPE  | varchar(255) | YES  | MUL | NULL|
>   |
> | comment| varchar(255) | YES  | | NULL|
>   |
> | duration   | varchar(255) | YES  | | NULL|
>   |
> | is_interview   | bit(1)   | YES  | | NULL|
>   |
> | notified   | bit(1)   | YES  | | NULL|
>   |
> | record_end | datetime | YES  | | NULL|
>   |
> | record_start   | datetime | YES  | | NULL|
>   |
> | recorder_stream_id | varchar(255) | YES  | | NULL|
>   |
> | status | varchar(20)  | YES  | | NULL|
>   |
> | external_id| varchar(255) | YES  | | NULL|
>   |
> | external_type  | varchar(255) | YES  | | NULL|
>   |
> | filesize   | bigint(20)   | YES  | | NULL|
>   |
>
>
> On Tue, 20 Nov 2018 at 15:25, Daniel Baker 
> wrote:
>
>> Ok  thanks.What  is there in the metadata  table to link  recording
>> and  room  ?Just  time ?  SID  id ?
>>
>>
>>
>> Thanks,
>>
>>
>> Dan
>> On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:
>>
>> Many things can go wrong while you are sending/receiving audio/video over
>> internet
>> Even more problem might arise while you are trying to record
>> This is why "auto-recording" is not available out-of-the-box
>>
>> basic steps to ensure everything is OK:
>> 1) start your audio/video stream, check it using different PC/laptop
>> 2) check you have enough free space
>> 3) check OM has enough permissions to run 3rd party tools and to write on
>> the disk
>> 4) check "raw" video files from your camera/mic are valid and playable
>> 5) check conversion steps
>>
>> something like this
>>
>> On Mon, 19 Nov 2018 at 15:58, Daniel Baker 
>> wrote:
>>
>>> Not playable.   Think my connection is stable.
>>> On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:
>>>
>>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Daniel Baker

Yes  that's  what I thought.  Thanks

On 11/20/2018 4:20 PM, Maxim Solodovnik wrote:

`room_id`? :)))

On Tue, 20 Nov 2018 at 16:16, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Yes   I see that  but  what here tells me the room the recording
came from ?

On 11/20/2018 3:47 PM, Maxim Solodovnik wrote:

Below fields are being filled for files and recordings


| id                 | bigint(20)   | NO   | PRI | NULL    |
auto_increment |
| deleted            | bit(1)       | NO   |  | NULL    |       
        |
| inserted           | datetime     | YES  |  | NULL    |       
        |
| updated            | datetime     | YES  |  | NULL    |       
        |
| page_count         | int(11)      | NO   |  | NULL    |       
        |
| group_id           | bigint(20)   | YES  |  | NULL    |       
        |
| hash               | varchar(255) | YES  |  | NULL    |       
        |
| height             | int(11)      | YES  |  | NULL    |       
        |
| inserted_by        | bigint(20)   | YES  |  | NULL    |       
        |
| name               | varchar(255) | YES  |  | NULL    |       
        |
| owner_id           | bigint(20)   | YES  |  | NULL    |       
        |
| parent_item_id     | bigint(20)   | YES  |  | NULL    |       
        |
| room_id            | bigint(20)   | YES  |  | NULL    |       
        |
| type               | varchar(20)  | YES  |  | NULL    |       
        |
| width              | int(11)      | YES  |  | NULL    |       
        |
| DTYPE              | varchar(255) | YES  | MUL | NULL    |     
          |
| comment            | varchar(255) | YES  |  | NULL    |       
        |
| duration           | varchar(255) | YES  |  | NULL    |       
        |
| is_interview       | bit(1)       | YES  |  | NULL    |       
        |
| notified           | bit(1)       | YES  |  | NULL    |       
        |
| record_end         | datetime     | YES  |  | NULL    |       
        |
| record_start       | datetime     | YES  |  | NULL    |       
        |
| recorder_stream_id | varchar(255) | YES  |  | NULL    |       
        |
| status             | varchar(20)  | YES  |  | NULL    |       
        |
| external_id        | varchar(255) | YES  |  | NULL    |       
        |
| external_type      | varchar(255) | YES  |  | NULL    |       
        |
| filesize           | bigint(20)   | YES  |  | NULL    |       
        |


On Tue, 20 Nov 2018 at 15:25, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Ok  thanks.    What  is there in the metadata table to link 
recording and  room  ?    Just time ?  SID  id ?



Thanks,


Dan

On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:

Many things can go wrong while you are sending/receiving
audio/video over internet
Even more problem might arise while you are trying to record
This is why "auto-recording" is not available out-of-the-box

basic steps to ensure everything is OK:
1) start your audio/video stream, check it using different
PC/laptop
2) check you have enough free space
3) check OM has enough permissions to run 3rd party tools
and to write on the disk
4) check "raw" video files from your camera/mic are valid
and playable
5) check conversion steps

something like this

On Mon, 19 Nov 2018 at 15:58, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Not playable.   Think my connection is stable.

On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:



-- 
WBR

Maxim aka solomax




--
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Daniel Baker
Yes   I see that  but  what here tells me the room the recording came 
from ?


On 11/20/2018 3:47 PM, Maxim Solodovnik wrote:

Below fields are being filled for files and recordings


| id                 | bigint(20)   | NO   | PRI | NULL   | 
auto_increment |
| deleted            | bit(1)       | NO   |     | NULL   |            
    |
| inserted           | datetime     | YES  |     | NULL   |            
    |
| updated            | datetime     | YES  |     | NULL   |            
    |
| page_count         | int(11)      | NO   |     | NULL   |            
    |
| group_id           | bigint(20)   | YES  |     | NULL   |            
    |
| hash               | varchar(255) | YES  |     | NULL   |            
    |
| height             | int(11)      | YES  |     | NULL   |            
    |
| inserted_by        | bigint(20)   | YES  |     | NULL   |            
    |
| name               | varchar(255) | YES  |     | NULL   |            
    |
| owner_id           | bigint(20)   | YES  |     | NULL   |            
    |
| parent_item_id     | bigint(20)   | YES  |     | NULL   |            
    |
| room_id            | bigint(20)   | YES  |     | NULL   |            
    |
| type               | varchar(20)  | YES  |     | NULL   |            
    |
| width              | int(11)      | YES  |     | NULL   |            
    |
| DTYPE              | varchar(255) | YES  | MUL | NULL   |            
    |
| comment            | varchar(255) | YES  |     | NULL   |            
    |
| duration           | varchar(255) | YES  |     | NULL   |            
    |
| is_interview       | bit(1)       | YES  |     | NULL   |            
    |
| notified           | bit(1)       | YES  |     | NULL   |            
    |
| record_end         | datetime     | YES  |     | NULL   |            
    |
| record_start       | datetime     | YES  |     | NULL   |            
    |
| recorder_stream_id | varchar(255) | YES  |     | NULL   |            
    |
| status             | varchar(20)  | YES  |     | NULL   |            
    |
| external_id        | varchar(255) | YES  |     | NULL   |            
    |
| external_type      | varchar(255) | YES  |     | NULL   |            
    |
| filesize           | bigint(20)   | YES  |     | NULL   |            
    |



On Tue, 20 Nov 2018 at 15:25, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Ok  thanks.    What  is there in the metadata  table to link 
recording and  room  ?    Just  time ?  SID  id ?



Thanks,


Dan

On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:

Many things can go wrong while you are sending/receiving
audio/video over internet
Even more problem might arise while you are trying to record
This is why "auto-recording" is not available out-of-the-box

basic steps to ensure everything is OK:
1) start your audio/video stream, check it using different PC/laptop
2) check you have enough free space
3) check OM has enough permissions to run 3rd party tools and to
write on the disk
4) check "raw" video files from your camera/mic are valid and
playable
5) check conversion steps

something like this

On Mon, 19 Nov 2018 at 15:58, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Not playable.   Think my connection is stable.

On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:

Is recording playable?
Actually due to the fact you are using internet (which is
unstable) you might have "broken" pieced in your record session
In such case there will be conversion errors

On Mon, 19 Nov 2018 at 12:15, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

I get  these errors  when trying to view recordings: It
looks like ffmpeg error ?





  Recording file is not found

Exit value  Conversion messages
2   process: generateSampleAudio command: sox
/opt/red5405/webapps/openmeetings/streams/hibernate/one_second.wav

/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
pad 0 65.781 exception: null error: sox FAIL formats:
can't open output file

`/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav':
No such file or directory exitValue: 2 optional: false out:
1   process: generate MP4 command: ffmpeg -y -itsoffset
00:00:03.000 -i

/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20.flv
-i

/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
-c:v h264 -crf 24 -pix_fmt yuv420p -preset medium
-profile:v 

Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Maxim Solodovnik
Below fields are being filled for files and recordings


| id | bigint(20)   | NO   | PRI | NULL| auto_increment
|
| deleted| bit(1)   | NO   | | NULL|
|
| inserted   | datetime | YES  | | NULL|
|
| updated| datetime | YES  | | NULL|
|
| page_count | int(11)  | NO   | | NULL|
|
| group_id   | bigint(20)   | YES  | | NULL|
|
| hash   | varchar(255) | YES  | | NULL|
|
| height | int(11)  | YES  | | NULL|
|
| inserted_by| bigint(20)   | YES  | | NULL|
|
| name   | varchar(255) | YES  | | NULL|
|
| owner_id   | bigint(20)   | YES  | | NULL|
|
| parent_item_id | bigint(20)   | YES  | | NULL|
|
| room_id| bigint(20)   | YES  | | NULL|
|
| type   | varchar(20)  | YES  | | NULL|
|
| width  | int(11)  | YES  | | NULL|
|
| DTYPE  | varchar(255) | YES  | MUL | NULL|
|
| comment| varchar(255) | YES  | | NULL|
|
| duration   | varchar(255) | YES  | | NULL|
|
| is_interview   | bit(1)   | YES  | | NULL|
|
| notified   | bit(1)   | YES  | | NULL|
|
| record_end | datetime | YES  | | NULL|
|
| record_start   | datetime | YES  | | NULL|
|
| recorder_stream_id | varchar(255) | YES  | | NULL|
|
| status | varchar(20)  | YES  | | NULL|
|
| external_id| varchar(255) | YES  | | NULL|
|
| external_type  | varchar(255) | YES  | | NULL|
|
| filesize   | bigint(20)   | YES  | | NULL|
|


On Tue, 20 Nov 2018 at 15:25, Daniel Baker 
wrote:

> Ok  thanks.What  is there in the metadata  table to link  recording
> and  room  ?Just  time ?  SID  id ?
>
>
>
> Thanks,
>
>
> Dan
> On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:
>
> Many things can go wrong while you are sending/receiving audio/video over
> internet
> Even more problem might arise while you are trying to record
> This is why "auto-recording" is not available out-of-the-box
>
> basic steps to ensure everything is OK:
> 1) start your audio/video stream, check it using different PC/laptop
> 2) check you have enough free space
> 3) check OM has enough permissions to run 3rd party tools and to write on
> the disk
> 4) check "raw" video files from your camera/mic are valid and playable
> 5) check conversion steps
>
> something like this
>
> On Mon, 19 Nov 2018 at 15:58, Daniel Baker 
> wrote:
>
>> Not playable.   Think my connection is stable.
>> On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:
>>
>> Is recording playable?
>> Actually due to the fact you are using internet (which is unstable) you
>> might have "broken" pieced in your record session
>> In such case there will be conversion errors
>>
>> On Mon, 19 Nov 2018 at 12:15, Daniel Baker 
>> wrote:
>>
>>> I get  these errors  when trying to view  recordings: It looks like ffmpeg
>>> error ?
>>>
>>>
>>>
>>>
>>>
>>> Recording file is not found
>>> Exit value Conversion messages
>>> 2 process: generateSampleAudio command: sox
>>> /opt/red5405/webapps/openmeetings/streams/hibernate/one_second.wav
>>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
>>> pad 0 65.781 exception: null error: sox FAIL formats: can't open output
>>> file
>>> `/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav':
>>> No such file or directory exitValue: 2 optional: false out:
>>> 1 process: generate MP4 command: ffmpeg -y -itsoffset 00:00:03.000 -i
>>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20.flv
>>> -i
>>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
>>> -c:v h264 -crf 24 -pix_fmt yuv420p -preset medium -profile:v baseline
>>> -level 3.0 -movflags faststart -c:a aac -ar 22050 -b:a 32k -s 464x128
>>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
>>> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
>>> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
>>> 20160609 configuration: --prefix=/root/ffmpeg_build
>>> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
>>> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
>>> --enable-libass --enable-libfdk-aac --enable-libfreetype
>>> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
>>> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
>>> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
>>> 12.100 

Re: Errors ( ffmpeg ) when viewing recordings

2018-11-20 Thread Daniel Baker
Ok  thanks.    What  is there in the metadata  table to link recording 
and  room  ?    Just  time ?  SID  id ?




Thanks,


Dan

On 11/20/2018 1:48 PM, Maxim Solodovnik wrote:
Many things can go wrong while you are sending/receiving audio/video 
over internet

Even more problem might arise while you are trying to record
This is why "auto-recording" is not available out-of-the-box

basic steps to ensure everything is OK:
1) start your audio/video stream, check it using different PC/laptop
2) check you have enough free space
3) check OM has enough permissions to run 3rd party tools and to write 
on the disk

4) check "raw" video files from your camera/mic are valid and playable
5) check conversion steps

something like this

On Mon, 19 Nov 2018 at 15:58, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Not playable.   Think my connection is stable.

On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:

Is recording playable?
Actually due to the fact you are using internet (which is
unstable) you might have "broken" pieced in your record session
In such case there will be conversion errors

On Mon, 19 Nov 2018 at 12:15, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

I get these errors  when trying to view  recordings: It looks
like ffmpeg error ?





  Recording file is not found

Exit value  Conversion messages
2   process: generateSampleAudio command: sox
/opt/red5405/webapps/openmeetings/streams/hibernate/one_second.wav

/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
pad 0 65.781 exception: null error: sox FAIL formats: can't
open output file

`/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav':
No such file or directory exitValue: 2 optional: false out:
1   process: generate MP4 command: ffmpeg -y -itsoffset
00:00:03.000 -i

/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20.flv
-i

/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
-c:v h264 -crf 24 -pix_fmt yuv420p -preset medium -profile:v
baseline -level 3.0 -movflags faststart -c:a aac -ar 22050
-b:a 32k -s 464x128

/opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
exception: null error: ffmpeg version 4.0 Copyright (c)
2000-2018 the FFmpeg developers built with gcc 5.4.0 (Ubuntu
5.4.0-6ubuntu1~16.04.10) 20160609 configuration:
--prefix=/root/ffmpeg_build --pkg-config-flags=--static
--extra-cflags=-I/root/ffmpeg_build/include
--extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin
--enable-gpl --enable-libass --enable-libfdk-aac
--enable-libfreetype --enable-libmp3lame --enable-libopus
--enable-libtheora --enable-libvorbis --enable-libvpx
--enable-libx264 --enable-nonfree libavutil 56. 14.100 / 56.
14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58.
12.100 / 58. 12.100 libavdevice 58. 3.100 / 58. 3.100
exitValue: 1 optional: false out:
1   process: generate preview PNG ::
30159d3c-27ca-44ae-aaa6-2780fdf13e3a command: ffmpeg -y -i

/opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
-vf thumbnail,scale=640:-1 -frames:v 1

/opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.png
exception: null error: ffmpeg version 4.0 Copyright (c)
2000-2018 the FFmpeg developers built with gcc 5.4.0 (Ubuntu
5.4.0-6ubuntu1~16.04.10) 20160609 configuration:
--prefix=/root/ffmpeg_build --pkg-config-flags=--static
--extra-cflags=-I/root/ffmpeg_build/include
--extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin
--enable-gpl --enable-libass --enable-libfdk-aac
--enable-libfreetype --enable-libmp3lame --enable-libopus
--enable-libtheora --enable-libvorbis --enable-libvpx
--enable-libx264 --enable-nonfree libavutil 56. 14.100 / 56.
14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58.
12.100 / 58. 12.100 libavdevice 58. 3.100 / 58. 3.100
libavfilter 7. 16.100 / 7. 16.100 libswscale 5. 1.100 / 5.
1.100 libswresample 3. 1.100 / 3. 1.100 libpostproc 55. 1.100
/ 55. 1.100

/opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4:
No such file or directory exitValue: 1 optional: false out:



Have  I misconfigured something  ?


Thanks,


Dan




Re: Errors ( ffmpeg ) when viewing recordings

2018-11-19 Thread Maxim Solodovnik
Hello Trevor,

please use link from here:
https://openmeetings.apache.org/mailing-lists.html to unsubscribe

On Mon, 19 Nov 2018 at 22:53, Trevor  wrote:

> unsubscribe
> On Mon, Nov 19, 2018 at 3:46 AM Maxim Solodovnik 
> wrote:
>
>> Is recording playable?
>> Actually due to the fact you are using internet (which is unstable) you
>> might have "broken" pieced in your record session
>> In such case there will be conversion errors
>>
>> On Mon, 19 Nov 2018 at 12:15, Daniel Baker 
>> wrote:
>>
>>> I get  these errors  when trying to view  recordings: It looks like ffmpeg
>>> error ?
>>>
>>>
>>>
>>>
>>>
>>> Recording file is not found
>>> Exit value Conversion messages
>>> 2 process: generateSampleAudio command: sox
>>> /opt/red5405/webapps/openmeetings/streams/hibernate/one_second.wav
>>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
>>> pad 0 65.781 exception: null error: sox FAIL formats: can't open output
>>> file
>>> `/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav':
>>> No such file or directory exitValue: 2 optional: false out:
>>> 1 process: generate MP4 command: ffmpeg -y -itsoffset 00:00:03.000 -i
>>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20.flv
>>> -i
>>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
>>> -c:v h264 -crf 24 -pix_fmt yuv420p -preset medium -profile:v baseline
>>> -level 3.0 -movflags faststart -c:a aac -ar 22050 -b:a 32k -s 464x128
>>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
>>> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
>>> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
>>> 20160609 configuration: --prefix=/root/ffmpeg_build
>>> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
>>> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
>>> --enable-libass --enable-libfdk-aac --enable-libfreetype
>>> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
>>> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
>>> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
>>> 12.100 libavdevice 58. 3.100 / 58. 3.100 exitValue: 1 optional: false out:
>>> 1 process: generate preview PNG :: 30159d3c-27ca-44ae-aaa6-2780fdf13e3a
>>> command: ffmpeg -y -i
>>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
>>> -vf thumbnail,scale=640:-1 -frames:v 1
>>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.png
>>> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
>>> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
>>> 20160609 configuration: --prefix=/root/ffmpeg_build
>>> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
>>> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
>>> --enable-libass --enable-libfdk-aac --enable-libfreetype
>>> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
>>> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
>>> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
>>> 12.100 libavdevice 58. 3.100 / 58. 3.100 libavfilter 7. 16.100 / 7. 16.100
>>> libswscale 5. 1.100 / 5. 1.100 libswresample 3. 1.100 / 3. 1.100
>>> libpostproc 55. 1.100 / 55. 1.100
>>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4:
>>> No such file or directory exitValue: 1 optional: false out:
>>>
>>>
>>>
>>> Have  I misconfigured something  ?
>>>
>>>
>>> Thanks,
>>>
>>>
>>> Dan
>>>
>>>
>>> 
>>>  Virus-free.
>>> www.avast.com
>>> 
>>> <#m_-4520603629535275031_m_-1069876572889374341_m_2932544364055347486_m_-4541097989856864401_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>

-- 
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-19 Thread Maxim Solodovnik
Many things can go wrong while you are sending/receiving audio/video over
internet
Even more problem might arise while you are trying to record
This is why "auto-recording" is not available out-of-the-box

basic steps to ensure everything is OK:
1) start your audio/video stream, check it using different PC/laptop
2) check you have enough free space
3) check OM has enough permissions to run 3rd party tools and to write on
the disk
4) check "raw" video files from your camera/mic are valid and playable
5) check conversion steps

something like this

On Mon, 19 Nov 2018 at 15:58, Daniel Baker 
wrote:

> Not playable.   Think my connection is stable.
> On 11/19/2018 3:45 PM, Maxim Solodovnik wrote:
>
> Is recording playable?
> Actually due to the fact you are using internet (which is unstable) you
> might have "broken" pieced in your record session
> In such case there will be conversion errors
>
> On Mon, 19 Nov 2018 at 12:15, Daniel Baker 
> wrote:
>
>> I get  these errors  when trying to view  recordings: It looks like ffmpeg
>> error ?
>>
>>
>>
>>
>>
>> Recording file is not found
>> Exit value Conversion messages
>> 2 process: generateSampleAudio command: sox
>> /opt/red5405/webapps/openmeetings/streams/hibernate/one_second.wav
>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
>> pad 0 65.781 exception: null error: sox FAIL formats: can't open output
>> file
>> `/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav':
>> No such file or directory exitValue: 2 optional: false out:
>> 1 process: generate MP4 command: ffmpeg -y -itsoffset 00:00:03.000 -i
>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20.flv
>> -i
>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
>> -c:v h264 -crf 24 -pix_fmt yuv420p -preset medium -profile:v baseline
>> -level 3.0 -movflags faststart -c:a aac -ar 22050 -b:a 32k -s 464x128
>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
>> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
>> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
>> 20160609 configuration: --prefix=/root/ffmpeg_build
>> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
>> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
>> --enable-libass --enable-libfdk-aac --enable-libfreetype
>> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
>> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
>> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
>> 12.100 libavdevice 58. 3.100 / 58. 3.100 exitValue: 1 optional: false out:
>> 1 process: generate preview PNG :: 30159d3c-27ca-44ae-aaa6-2780fdf13e3a
>> command: ffmpeg -y -i
>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
>> -vf thumbnail,scale=640:-1 -frames:v 1
>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.png
>> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
>> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
>> 20160609 configuration: --prefix=/root/ffmpeg_build
>> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
>> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
>> --enable-libass --enable-libfdk-aac --enable-libfreetype
>> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
>> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
>> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
>> 12.100 libavdevice 58. 3.100 / 58. 3.100 libavfilter 7. 16.100 / 7. 16.100
>> libswscale 5. 1.100 / 5. 1.100 libswresample 3. 1.100 / 3. 1.100
>> libpostproc 55. 1.100 / 55. 1.100
>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4:
>> No such file or directory exitValue: 1 optional: false out:
>>
>>
>>
>> Have  I misconfigured something  ?
>>
>>
>> Thanks,
>>
>>
>> Dan
>>
>>
>> 
>>  Virus-free.
>> www.avast.com
>> 
>> <#m_750983992569851837_m_-4541097989856864401_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-19 Thread Trevor
unsubscribe
On Mon, Nov 19, 2018 at 3:46 AM Maxim Solodovnik 
wrote:

> Is recording playable?
> Actually due to the fact you are using internet (which is unstable) you
> might have "broken" pieced in your record session
> In such case there will be conversion errors
>
> On Mon, 19 Nov 2018 at 12:15, Daniel Baker 
> wrote:
>
>> I get  these errors  when trying to view  recordings: It looks like ffmpeg
>> error ?
>>
>>
>>
>>
>>
>> Recording file is not found
>> Exit value Conversion messages
>> 2 process: generateSampleAudio command: sox
>> /opt/red5405/webapps/openmeetings/streams/hibernate/one_second.wav
>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
>> pad 0 65.781 exception: null error: sox FAIL formats: can't open output
>> file
>> `/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav':
>> No such file or directory exitValue: 2 optional: false out:
>> 1 process: generate MP4 command: ffmpeg -y -itsoffset 00:00:03.000 -i
>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20.flv
>> -i
>> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
>> -c:v h264 -crf 24 -pix_fmt yuv420p -preset medium -profile:v baseline
>> -level 3.0 -movflags faststart -c:a aac -ar 22050 -b:a 32k -s 464x128
>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
>> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
>> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
>> 20160609 configuration: --prefix=/root/ffmpeg_build
>> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
>> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
>> --enable-libass --enable-libfdk-aac --enable-libfreetype
>> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
>> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
>> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
>> 12.100 libavdevice 58. 3.100 / 58. 3.100 exitValue: 1 optional: false out:
>> 1 process: generate preview PNG :: 30159d3c-27ca-44ae-aaa6-2780fdf13e3a
>> command: ffmpeg -y -i
>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
>> -vf thumbnail,scale=640:-1 -frames:v 1
>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.png
>> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
>> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
>> 20160609 configuration: --prefix=/root/ffmpeg_build
>> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
>> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
>> --enable-libass --enable-libfdk-aac --enable-libfreetype
>> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
>> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
>> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
>> 12.100 libavdevice 58. 3.100 / 58. 3.100 libavfilter 7. 16.100 / 7. 16.100
>> libswscale 5. 1.100 / 5. 1.100 libswresample 3. 1.100 / 3. 1.100
>> libpostproc 55. 1.100 / 55. 1.100
>> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4:
>> No such file or directory exitValue: 1 optional: false out:
>>
>>
>>
>> Have  I misconfigured something  ?
>>
>>
>> Thanks,
>>
>>
>> Dan
>>
>>
>> 
>>  Virus-free.
>> www.avast.com
>> 
>> <#m_-1069876572889374341_m_2932544364055347486_m_-4541097989856864401_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Errors ( ffmpeg ) when viewing recordings

2018-11-19 Thread Maxim Solodovnik
Is recording playable?
Actually due to the fact you are using internet (which is unstable) you
might have "broken" pieced in your record session
In such case there will be conversion errors

On Mon, 19 Nov 2018 at 12:15, Daniel Baker 
wrote:

> I get  these errors  when trying to view  recordings: It looks like ffmpeg
> error ?
>
>
>
>
>
> Recording file is not found
> Exit value Conversion messages
> 2 process: generateSampleAudio command: sox
> /opt/red5405/webapps/openmeetings/streams/hibernate/one_second.wav
> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
> pad 0 65.781 exception: null error: sox FAIL formats: can't open output
> file
> `/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav':
> No such file or directory exitValue: 2 optional: false out:
> 1 process: generate MP4 command: ffmpeg -y -itsoffset 00:00:03.000 -i
> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20.flv
> -i
> /opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav
> -c:v h264 -crf 24 -pix_fmt yuv420p -preset medium -profile:v baseline
> -level 3.0 -movflags faststart -c:a aac -ar 22050 -b:a 32k -s 464x128
> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
> 20160609 configuration: --prefix=/root/ffmpeg_build
> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
> --enable-libass --enable-libfdk-aac --enable-libfreetype
> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
> 12.100 libavdevice 58. 3.100 / 58. 3.100 exitValue: 1 optional: false out:
> 1 process: generate preview PNG :: 30159d3c-27ca-44ae-aaa6-2780fdf13e3a
> command: ffmpeg -y -i
> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4
> -vf thumbnail,scale=640:-1 -frames:v 1
> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.png
> exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the
> FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10)
> 20160609 configuration: --prefix=/root/ffmpeg_build
> --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include
> --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl
> --enable-libass --enable-libfdk-aac --enable-libfreetype
> --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
> --enable-libvpx --enable-libx264 --enable-nonfree libavutil 56. 14.100 /
> 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58.
> 12.100 libavdevice 58. 3.100 / 58. 3.100 libavfilter 7. 16.100 / 7. 16.100
> libswscale 5. 1.100 / 5. 1.100 libswresample 3. 1.100 / 3. 1.100
> libpostproc 55. 1.100 / 55. 1.100
> /opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4:
> No such file or directory exitValue: 1 optional: false out:
>
>
>
> Have  I misconfigured something  ?
>
>
> Thanks,
>
>
> Dan
>
>
> 
>  Virus-free.
> www.avast.com
> 
> <#m_-4541097989856864401_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>


-- 
WBR
Maxim aka solomax