processing / processing-video

GStreamer-based video library for Processing
274 stars 130 forks source link

Only video and no sound - linux #141

Closed tonioliveira closed 4 years ago

tonioliveira commented 4 years ago

Hi, i'm using ubuntu 18.04lts and processing 3.5.3. The video is playing but no sound. I tried the video library beta version but nothing has changed. Console message: Processing video library using GStreamer 1.14.5 Thanks

tonioliveira commented 4 years ago

unbelievable!!! after take a look at the Movie.java in the library folder i found a volume method. After that a set the volume to 1 on the code: movie.volume(1); and the sound is playing I suggest that this be mentioned in the library documentation: https://www.processing.org/reference/libraries/video/index.html By default the video volume is at 0 and the volume method is not even mentioned on the processing page. I hope this helps others in the same situation. Thanks