FD- / RPiPlay

An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
GNU General Public License v3.0
4.93k stars 353 forks source link

Connected and working, but windowed, not fullscreen #162

Closed ema07cqc closed 3 years ago

ema07cqc commented 3 years ago

Hello there, this is a great project. Got it working on Ubuntu 20.04 but its windowed mode. There is a way to get it fullscreen? Thanks,

rajb245 commented 3 years ago

@ema07cqc can you share more about how you got it working on Ubuntu? I used apt to install all the pre-requisites, was able to cmake and make, and call it like this: ./rpiplay -n "Laptop" -d I can see an AirPlay device called "Laptop" on my iPhone and it connects. I can even hear the audio come across the connection! But I don't see any video. Does rpiplay open a new window for the video automatically when it starts, or when something connects?

ema07cqc commented 3 years ago

@ema07cqc can you share more about how you got it working on Ubuntu? I used apt to install all the pre-requisites, was able to cmake and make, and call it like this: ./rpiplay -n "Laptop" -d I can see an AirPlay device called "Laptop" on my iPhone and it connects. I can even hear the audio come across the connection! But I don't see any video. Does rpiplay open a new window for the video automatically when it starts, or when something connects?

Hi there. I tried mirroring my MacBook 12" with Catalina 10.15.7. Your command seems ok. Im using "/RPiPlay/build/./rpiplay -l -a off -b off" because i don't need audio. It opens a new window titled "unknown" and I can minimize or resize only.

RafaelGreenblatt commented 3 years ago

I was able to do this by setting a shortcut for "toggle fullscreen mode" in the "keyboard" section of system settings. AFAICT this is an all-purpose solution (i.e. nothing to do specifically with this project).

pallas commented 3 years ago

Those instructions are helpful. Since it's general and it sounds like it works, going to close this issue.

tanmaster commented 2 years ago

I was able to do this by setting a shortcut for "toggle fullscreen mode" in the "keyboard" section of system settings. AFAICT this is an all-purpose solution (i.e. nothing to do specifically with this project).

this worked for me as well