SteeBono / airplayreceiver

Open source implementation of AirPlay 2 Mirroring / Audio protocol.
MIT License
190 stars 36 forks source link

How to detect video in portrait or landscape mode #22

Closed wenlipeng closed 2 years ago

wenlipeng commented 2 years ago

The video general in portrait mode. But when I fullscreen the playing video and rotate the iPhone, the video change to landscape mode. Currently, how to know the video in landscape mode and need to rotate the decode frame? Any flag can distinguish this requirement?

SteeBono commented 2 years ago

Have you tried to check if it sends you any HTTP request?

wenlipeng commented 2 years ago

It works, thank you.