java-airplay
java-airplay copied to clipboard
Hello, may I ask how to send this to the RTMP fluid server after receiving the stream?
https://github.com/serezhka/java-airplay/blob/9eef60f9d13fcbc3ecb4246d481164aaa54a35a1/player/h264-dump/src/main/java/com/github/serezhka/airplay/player/h264dump/H264Dump.java#L26-L41 to (e.g) ```java @Override public void onVideo(byte[] bytes) { try { videoFileChannel.write(ByteBuffer.wrap(bytes)); } catch (IOException e) { e.printStackTrace(); } } @Override public void onVideoSrcDisconnect() { } @Override public void...
Hi i am using windows 10 and I tried to use your code I have downloaded gstreamer for windows from: https://gstreamer.freedesktop.org/documentation/installing/on-windows.html?gi-language=c C:\gstreamer And run your code Your codes runs fine...
Can this project implement iOS screen projection to android
it is not necessarily。 Is it because the iPhone uses other protocols to replace the screen projection when playing music?
In [java-airplay-server-examples](https://github.com/serezhka/java-airplay-server-examples) was an example with jmuxer. Would be nice if it could be added again
Hi, Does it have the capability of casting it to a browser, or any plans to cast to a browser. Thanks.
If you decide to simply not support such an old operating system it would be fully understandable. I tried the pre compileed jar file as well as compiling from source....