You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great software BTW!
Using the latest "2021-01-11-raspios-buster-armhf-full" Pi 3b OS edition, we open a stream using the following format:
omxplayer --dbus_name org.mpris.MediaPlayer2.omxplayer2 --loop --win 200,700,840,1180 --refresh --no-osd /home/pi/Desktop/test.mp4
The issue is that the setvideopos does not behave as we expect, sometimes it moves and sometimes it does not and sometimes somewhere other than where we requested.
I've seen older bug fixing in this area, can you tell me if this is a known issue?
We do not open full screen, doing so never allows any setvideopos command to work, but this is acceptable.
Thanks in advance for any thoughts or advice.
Rich.
The text was updated successfully, but these errors were encountered:
Hi,
Great software BTW!
Using the latest "2021-01-11-raspios-buster-armhf-full" Pi 3b OS edition, we open a stream using the following format:
omxplayer --dbus_name org.mpris.MediaPlayer2.omxplayer2 --loop --win 200,700,840,1180 --refresh --no-osd /home/pi/Desktop/test.mp4
Then control the position of the window like so:
dbuscontrol.sh org.mpris.MediaPlayer2.omxplayer2 setvideopos 20,200,660,640
The issue is that the setvideopos does not behave as we expect, sometimes it moves and sometimes it does not and sometimes somewhere other than where we requested.
I've seen older bug fixing in this area, can you tell me if this is a known issue?
We do not open full screen, doing so never allows any setvideopos command to work, but this is acceptable.
Thanks in advance for any thoughts or advice.
Rich.
The text was updated successfully, but these errors were encountered: