SteeBono / airplayreceiver

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

Instructions for inspecting the dump output? #7

Closed michaelforrest closed 2 years ago

michaelforrest commented 2 years ago

I've got the code running and dumping out screen mirrored frames but I'm not sure how to look at these.

Can I concatenate these into a file viewable with Quicktime or something? Do I need to create a header?

michaelforrest commented 2 years ago

I had missed a socket exception (I was already running AirServer). When I quit AirServer I started to get the dump.h264 file. Then I was able to use

ffmpeg -i dump.h264 -c copy output.mp4

to take a look at the output.