You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Daniel Baker <in...@collisiondetection.biz> on 2017/03/20 02:05:53 UTC

uploading music files causes error to show

Hi,

Name 	
Version 	3.2.1-SNAPSHOT
Revision 	1787120
Build date 	2017/03/16 05:15



When I upload an mp3 or ogg file I get an error. However the mp3 does 
load to the file tree. When I drag the mp3 to the whiteboard I get 
another error saying DELETED.  This 'deleted' audio file is able to be 
played.


How can I correct these error messages?

Thanks,

Dan

RE: uploading music files causes error to show

Posted by Maxim Solodovnik <so...@gmail.com>.
It is impossible to create preview image from music file
This is why you can see concretion error
Please file jira, i'll take a look what can be done

WBR, Maxim
(from mobile, sorry for the typos)

On May 5, 2017 03:33, "Coscend@OM" <OM...@coscend.com> wrote:

> Dear OpenMeetings Users,
>
>
>
> We are unable to “cleanly” load and play audio files in 3.2.2/3.2.1.
>
>
>
> (-) for FAIL and (+) for SUCCESS
>
> ---------------------------------------
>
> - While uploading an MP3 or M3A audio, it gives a file processing error.
>
> - It shows up in the File Explorer with an error sign.
>
> - When we drag it to the whiteboard, it shows a deleted jpg image.
>
> + When we play it, it plays perfectly.
>
>
>
> Are we missing something?
>
>
>
> Detailed Log
>
> =========
>
> DEBUG 05-04 15:13:12.741 FileProcessor.java 226844 66
> org.apache.openmeetings.core.data.file.FileProcessor
> [http-nio-[IP-Port]-exec-9] - file extension: mp3
>
> DEBUG 05-04 15:13:12.746 FileProcessor.java 226849 79
> org.apache.openmeetings.core.data.file.FileProcessor
> [http-nio-[IP-Port]-exec-9] - isAsIs: false
>
> DEBUG 05-04 15:13:12.766 FileProcessor.java 226869 99
> org.apache.openmeetings.core.data.file.FileProcessor
> [http-nio-[IP-Port]-exec-9] - fileId: 2
>
> DEBUG 05-04 15:13:12.767 FileProcessor.java 226870 102
> org.apache.openmeetings.core.data.file.FileProcessor
> [http-nio-[IP-Port]-exec-9] - writing file to: /usr/local/openmeetings/
> webapps/Openmeetings/upload/files/8aa744b2-353c-4ab8-8778-
> 033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.mp3
>
> DEBUG 05-04 15:13:12.773 FileProcessor.java 226876 110
> org.apache.openmeetings.core.data.file.FileProcessor
> [http-nio-[IP-Port]-exec-9] - canBeConverted: false
>
> DEBUG 05-04 15:13:12.777 ProcessHelper.java 226880 59
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-9] - START uploadVideo ID :: 2 #################
>
> DEBUG 05-04 15:13:12.777 ProcessHelper.java 226880 60
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-9] - /usr/local/bin/ffmpeg-3.2.4/ffmpeg -y -i
> /usr/local/openmeetings/webapps/Openmeetings/upload/
> files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.mp3
> -c:v h264 -c:a libfaac -c:a libfdk_aac -pix_fmt yuv420p
> /usr/local/openmeetings/webapps/Openmeetings/upload/
> files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.mp4
>
>
> DEBUG 05-04 15:13:17.474 ProcessHelper.java 231577 66
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-3] - END uploadVideo ID :: 1 #################
>
> DEBUG 05-04 15:13:17.481 ProcessHelper.java 231584 59
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-3] - START previewUpload ID :: 1 #################
>
> DEBUG 05-04 15:13:17.482 ProcessHelper.java 231585 60
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-3] - /usr/local/bin/ffmpeg-3.2.4/ffmpeg -y -i
> /usr/local/openmeetings/webapps/Openmeetings/upload/
> files/0c7f224e-820b-4b09-a58b-940e59f2c7a2/0c7f224e-820b-4b09-a58b-940e59f2c7a2.mp4
> -codec:v mjpeg -vframes 1 -an -f rawvideo -s 1280x720
> /usr/local/openmeetings/webapps/Openmeetings/upload/
> files/0c7f224e-820b-4b09-a58b-940e59f2c7a2/0c7f224e-820b-4b09-a58b-940e59f2c7a2.jpg
>
>
> DEBUG 05-04 15:13:17.547 ProcessHelper.java 231650 66
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-3] - END previewUpload ID :: 1 #################
>
> DEBUG 05-04 15:13:17.575 FileExplorerItemDao.java 231678 102
> org.apache.openmeetings.db.dao.file.FileExplorerItemDao
> [http-nio-[IP-Port]-exec-3] - getByOwner() started
>
> DEBUG 05-04 15:13:17.579 FileExplorerItemDao.java 231682 97
> org.apache.openmeetings.db.dao.file.FileExplorerItemDao
> [http-nio-[IP-Port]-exec-3] - getFileExplorerItemsByRoom roomId :: 5
>
> DEBUG 05-04 15:13:17.583 FileExplorerItemDao.java 231686 102
> org.apache.openmeetings.db.dao.file.FileExplorerItemDao
> [http-nio-[IP-Port]-exec-3] - getByOwner() started
>
> DEBUG 05-04 15:13:17.649 MainPanel.java 231752 265
> org.apache.openmeetings.web.common.MainPanel [http-nio-[IP-Port]-exec-7]
> - WebSocketBehavior::closeHandler [uid: e723722c-6cb5-40c8-9b25-ea99707d05ab,
> session: D9DAF3FBCE624A6F136757BA05F4A4CD, key:
> org.apache.wicket.protocol.ws.api.registry.PageIdKey@0]
>
> DEBUG 05-04 15:13:17.650 Application.java 231753 411
> org.apache.openmeetings.web.app.Application [http-nio-[IP-Port]-exec-7] -
> Removing online room client: e723722c-6cb5-40c8-9b25-ea99707d05ab, room: 5
>
> DEBUG 05-04 15:13:17.650 ScopeApplicationAdapter.java 231753 586
> org.apache.openmeetings.core.remote.red5.ScopeApplicationAdapter
> [http-nio-[IP-Port]-exec-7] - [roomLeaveByScope] e723722c-6cb5-40c8-9b25-ea99707d05ab
> 5 null Scope [name=5, path=/default/Openmeetings, type=ROOM,
> autoStart=true, creationTime=1493928769068, depth=2, enabled=true,
> running=true]
>
> DEBUG 05-04 15:13:17.651 WebSocketHelper.java 231754 72
> org.apache.openmeetings.core.util.WebSocketHelper
> [http-nio-[IP-Port]-exec-7] - Sending WebSocket message: roomExit
>
> DEBUG 05-04 15:13:17.773 ProcessHelper.java 231876 66
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-9] - END uploadVideo ID :: 2 #################
>
> DEBUG 05-04 15:13:17.776 ProcessHelper.java 231879 59
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-9] - START previewUpload ID :: 2 #################
>
> DEBUG 05-04 15:13:17.776 ProcessHelper.java 231879 60
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-9] - /usr/local/bin/ffmpeg-3.2.4/ffmpeg -y -i
> /usr/local/openmeetings/webapps/Openmeetings/upload/
> files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.mp4
> -codec:v mjpeg -vframes 1 -an -f rawvideo -s 100x100
> /usr/local/openmeetings/webapps/Openmeetings/upload/
> files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.jpg
>
>
> DEBUG 05-04 15:13:17.791 ProcessHelper.java 231894 66
> org.apache.openmeetings.util.process.ProcessHelper
> [http-nio-[IP-Port]-exec-9] - END previewUpload ID :: 2 #################
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> Web site: www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> *Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…*
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> <http://www.coscend.com/Terms_and_Conditions.html>
>
>
>
>
>
>
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Monday, March 20, 2017 12:27 AM
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: uploading music files causes error to show
>
>
>
> Hello Daniel,
>
>
>
> I have this issue partially solved with 3.2.1 RC3:
> https://dist.apache.org/repos/dist/dev/openmeetings/3.2.1/rc3/
>
> There are conversion errors (due to missing video stream, and thus not
> being able to create preview image), but audio being played as expected
>
>
>
> On Mon, Mar 20, 2017 at 9:05 AM, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> Hi,
>
> Name
>
> Version
>
> 3.2.1-SNAPSHOT
>
> Revision
>
> 1787120
>
> Build date
>
> 2017/03/16 05:15
>
>
>
> When I upload an mp3 or ogg file I get an error. However the mp3 does load
> to the file tree. When I drag the mp3 to the whiteboard I get another error
> saying DELETED.  This 'deleted' audio file is able to be played.
>
>
> How can I correct these error messages?
>
> Thanks,
>
> Dan
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14148 - Release Date: 03/20/17
> ------------------------------
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com/email-signature>
> Version: 2016.0.8007 / Virus Database: 4756/14148 - Release Date: 03/20/17
>

RE: uploading music files causes error to show

Posted by "Coscend@OM" <OM...@Coscend.com>.
Dear OpenMeetings Users,

 

We are unable to “cleanly” load and play audio files in 3.2.2/3.2.1.  

 

(-) for FAIL and (+) for SUCCESS

---------------------------------------

- While uploading an MP3 or M3A audio, it gives a file processing error.  

- It shows up in the File Explorer with an error sign.  

- When we drag it to the whiteboard, it shows a deleted jpg image.

+ When we play it, it plays perfectly.

 

Are we missing something?

 

Detailed Log

=========

DEBUG 05-04 15:13:12.741 FileProcessor.java 226844 66 org.apache.openmeetings.core.data.file.FileProcessor [http-nio-[IP-Port]-exec-9] - file extension: mp3

DEBUG 05-04 15:13:12.746 FileProcessor.java 226849 79 org.apache.openmeetings.core.data.file.FileProcessor [http-nio-[IP-Port]-exec-9] - isAsIs: false

DEBUG 05-04 15:13:12.766 FileProcessor.java 226869 99 org.apache.openmeetings.core.data.file.FileProcessor [http-nio-[IP-Port]-exec-9] - fileId: 2

DEBUG 05-04 15:13:12.767 FileProcessor.java 226870 102 org.apache.openmeetings.core.data.file.FileProcessor [http-nio-[IP-Port]-exec-9] - writing file to: /usr/local/openmeetings/webapps/Openmeetings/upload/files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.mp3

DEBUG 05-04 15:13:12.773 FileProcessor.java 226876 110 org.apache.openmeetings.core.data.file.FileProcessor [http-nio-[IP-Port]-exec-9] - canBeConverted: false

DEBUG 05-04 15:13:12.777 ProcessHelper.java 226880 59 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-9] - START uploadVideo ID :: 2 ################# 

DEBUG 05-04 15:13:12.777 ProcessHelper.java 226880 60 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-9] - /usr/local/bin/ffmpeg-3.2.4/ffmpeg -y -i /usr/local/openmeetings/webapps/Openmeetings/upload/files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.mp3 -c:v h264 -c:a libfaac -c:a libfdk_aac -pix_fmt yuv420p /usr/local/openmeetings/webapps/Openmeetings/upload/files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.mp4 

DEBUG 05-04 15:13:17.474 ProcessHelper.java 231577 66 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-3] - END uploadVideo ID :: 1 ################# 

DEBUG 05-04 15:13:17.481 ProcessHelper.java 231584 59 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-3] - START previewUpload ID :: 1 ################# 

DEBUG 05-04 15:13:17.482 ProcessHelper.java 231585 60 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-3] - /usr/local/bin/ffmpeg-3.2.4/ffmpeg -y -i /usr/local/openmeetings/webapps/Openmeetings/upload/files/0c7f224e-820b-4b09-a58b-940e59f2c7a2/0c7f224e-820b-4b09-a58b-940e59f2c7a2.mp4 -codec:v mjpeg -vframes 1 -an -f rawvideo -s 1280x720 /usr/local/openmeetings/webapps/Openmeetings/upload/files/0c7f224e-820b-4b09-a58b-940e59f2c7a2/0c7f224e-820b-4b09-a58b-940e59f2c7a2.jpg 

DEBUG 05-04 15:13:17.547 ProcessHelper.java 231650 66 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-3] - END previewUpload ID :: 1 ################# 

DEBUG 05-04 15:13:17.575 FileExplorerItemDao.java 231678 102 org.apache.openmeetings.db.dao.file.FileExplorerItemDao [http-nio-[IP-Port]-exec-3] - getByOwner() started

DEBUG 05-04 15:13:17.579 FileExplorerItemDao.java 231682 97 org.apache.openmeetings.db.dao.file.FileExplorerItemDao [http-nio-[IP-Port]-exec-3] - getFileExplorerItemsByRoom roomId :: 5

DEBUG 05-04 15:13:17.583 FileExplorerItemDao.java 231686 102 org.apache.openmeetings.db.dao.file.FileExplorerItemDao [http-nio-[IP-Port]-exec-3] - getByOwner() started

DEBUG 05-04 15:13:17.649 MainPanel.java 231752 265 org.apache.openmeetings.web.common.MainPanel [http-nio-[IP-Port]-exec-7] - WebSocketBehavior::closeHandler [uid: e723722c-6cb5-40c8-9b25-ea99707d05ab, session: D9DAF3FBCE624A6F136757BA05F4A4CD, key: org.apache.wicket.protocol.ws.api.registry.PageIdKey@0]

DEBUG 05-04 15:13:17.650 Application.java 231753 411 org.apache.openmeetings.web.app.Application [http-nio-[IP-Port]-exec-7] - Removing online room client: e723722c-6cb5-40c8-9b25-ea99707d05ab, room: 5

DEBUG 05-04 15:13:17.650 ScopeApplicationAdapter.java 231753 586 org.apache.openmeetings.core.remote.red5.ScopeApplicationAdapter [http-nio-[IP-Port]-exec-7] - [roomLeaveByScope] e723722c-6cb5-40c8-9b25-ea99707d05ab 5 null Scope [name=5, path=/default/Openmeetings, type=ROOM, autoStart=true, creationTime=1493928769068, depth=2, enabled=true, running=true]

DEBUG 05-04 15:13:17.651 WebSocketHelper.java 231754 72 org.apache.openmeetings.core.util.WebSocketHelper [http-nio-[IP-Port]-exec-7] - Sending WebSocket message: roomExit 

DEBUG 05-04 15:13:17.773 ProcessHelper.java 231876 66 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-9] - END uploadVideo ID :: 2 ################# 

DEBUG 05-04 15:13:17.776 ProcessHelper.java 231879 59 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-9] - START previewUpload ID :: 2 ################# 

DEBUG 05-04 15:13:17.776 ProcessHelper.java 231879 60 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-9] - /usr/local/bin/ffmpeg-3.2.4/ffmpeg -y -i /usr/local/openmeetings/webapps/Openmeetings/upload/files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.mp4 -codec:v mjpeg -vframes 1 -an -f rawvideo -s 100x100 /usr/local/openmeetings/webapps/Openmeetings/upload/files/8aa744b2-353c-4ab8-8778-033246bff455/8aa744b2-353c-4ab8-8778-033246bff455.jpg 

DEBUG 05-04 15:13:17.791 ProcessHelper.java 231894 66 org.apache.openmeetings.util.process.ProcessHelper [http-nio-[IP-Port]-exec-9] - END previewUpload ID :: 2 #################

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

 

Coscend Communications Solutions

Web site: www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

 

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Monday, March 20, 2017 12:27 AM
To: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: Re: uploading music files causes error to show

 

Hello Daniel,

 

I have this issue partially solved with 3.2.1 RC3: https://dist.apache.org/repos/dist/dev/openmeetings/3.2.1/rc3/

There are conversion errors (due to missing video stream, and thus not being able to create preview image), but audio being played as expected

 

On Mon, Mar 20, 2017 at 9:05 AM, Daniel Baker <info@collisiondetection.biz <ma...@collisiondetection.biz> > wrote:

Hi,


Name

	

Version

3.2.1-SNAPSHOT


Revision

1787120


Build date

2017/03/16 05:15



When I upload an mp3 or ogg file I get an error. However the mp3 does load to the file tree. When I drag the mp3 to the whiteboard I get another error saying DELETED.  This 'deleted' audio file is able to be played.


How can I correct these error messages?

Thanks,

Dan 





 

-- 

WBR
Maxim aka solomax

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14148 - Release Date: 03/20/17

  _____  

No virus found in this message.
Checked by AVG - www.avg.com <http://www.avg.com/email-signature> 
Version: 2016.0.8007 / Virus Database: 4756/14148 - Release Date: 03/20/17


Re: uploading music files causes error to show

Posted by Daniel Baker <in...@collisiondetection.biz>.
Ok I will add the audio and then upgrade OM at a later stage.


Thanks,


Dan


On 03/20/2017 12:27 PM, Maxim Solodovnik wrote:
> Hello Daniel,
>
> I have this issue partially solved with 3.2.1 RC3: 
> https://dist.apache.org/repos/dist/dev/openmeetings/3.2.1/rc3/
> There are conversion errors (due to missing video stream, and thus not 
> being able to create preview image), but audio being played as expected
>
> On Mon, Mar 20, 2017 at 9:05 AM, Daniel Baker 
> <info@collisiondetection.biz <ma...@collisiondetection.biz>> wrote:
>
>     Hi,
>
>     Name 	
>     Version 	3.2.1-SNAPSHOT
>     Revision 	1787120
>     Build date 	2017/03/16 05:15
>
>
>
>     When I upload an mp3 or ogg file I get an error. However the mp3
>     does load to the file tree. When I drag the mp3 to the whiteboard
>     I get another error saying DELETED.  This 'deleted' audio file is
>     able to be played.
>
>
>     How can I correct these error messages?
>
>     Thanks,
>
>     Dan
>
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: uploading music files causes error to show

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel,

I have this issue partially solved with 3.2.1 RC3:
https://dist.apache.org/repos/dist/dev/openmeetings/3.2.1/rc3/
There are conversion errors (due to missing video stream, and thus not
being able to create preview image), but audio being played as expected

On Mon, Mar 20, 2017 at 9:05 AM, Daniel Baker <in...@collisiondetection.biz>
wrote:

> Hi,
>
> Name
> Version 3.2.1-SNAPSHOT
> Revision 1787120
> Build date 2017/03/16 05:15
>
> When I upload an mp3 or ogg file I get an error. However the mp3 does load
> to the file tree. When I drag the mp3 to the whiteboard I get another error
> saying DELETED.  This 'deleted' audio file is able to be played.
>
>
> How can I correct these error messages?
>
> Thanks,
>
> Dan
>



-- 
WBR
Maxim aka solomax