GenericMappingTools / gmt-for-geodesy

Material for the annual GMT for EarthScope short course
33 stars 16 forks source link

error in opening the count.webm or count.mp4 #11

Closed pplaodong closed 2 years ago

pplaodong commented 2 years ago

Dear community,

I met a problem in opening the count.webm and count.mp4. Error messages as follows:

xdg-open: no method available for opening 'count.mp4'

/usr/bin/xdg-open: line 658: 28681 Bus error (core dumped) $browser "$1" > /dev/null 2> /dev/null xdg-open: no method available for opening 'count.webm'

I am using CentOS Linux release 7.3.1611. I am wondering how to solve the problem.

Best, Pingping Huang (gmt-for-geodesy learner)

PaulWessel commented 2 years ago

Googling indicates that the standard video viewer for CentOS is VLC. Do you have it installed? I believe xdg-open will call the default video viewer for MP4 files but if you do not have a viewer then this error is likely the result.

seisman commented 2 years ago

For WebM files, you should be able open and view them directly in your web browser (e.g., Firefox).

pplaodong commented 2 years ago

Thanks. Problem solved.