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

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:

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 ?

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 >

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

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)

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

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)       

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 |

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

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

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

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

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: