sathish 0 Posted April 21, 2023 Hi, Everyone does anyone used omxplayer on tinker board r2.0. Are suggest me any player that need to be control based on command prompt like omxplayer. (omxplayer comes inbuild in raspberrypi ) Share this post Link to post Share on other sites
tooz 52 Posted April 21, 2023 hello @sathish, perhaps you can use gst-play-1.0, command: gst-play-1.0 FILE|DIRECTORY|URI [FILE2|DIRECTORY2|URI2] https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/using.html?gi-language=c#how-do-i-use-the-gstreamer-command-line-interface 1 Share this post Link to post Share on other sites
sathish 0 Posted April 21, 2023 Thank you. Is is possible to pass volume as a parameter. Eg. omxplayer --vol 80 -p -o both /home/pi/Desktop/landing.mp3 Share this post Link to post Share on other sites
tooz 52 Posted April 21, 2023 --volume=VOLUME Set initial playback volume to VOLUME, where 0.0=silent and 1.0=unchanged Share this post Link to post Share on other sites
sathish 0 Posted April 24, 2023 On 4/21/2023 at 6:05 PM, tooz said: --volume=VOLUME Set initial playback volume to VOLUME, where 0.0=silent and 1.0=unchanged Hi tooz, above volume parameter is working fine. Thank you . Share this post Link to post Share on other sites