-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to stream a raw h264 (come frome virtual display) to server? #30
Comments
Yes it is possible |
Is there any sample about this problem? I tried some library but nothing worked. |
https://github.com/TakuSemba/RtmpPublisher/tree/master/app |
Is your lib still working? I have try your sample on some rtmp server like Restream.io, mixer.com and youtube but nothing worked. I observer the Restream's dashboard that show your app just connect to server about 10s (nothing video/audio appear) and then it offline while your app still running. |
I had the same issue,seems there is some issue with the library. Still no reply from the library owner :( |
I explored this library, it is based on https://github.com/ant-media/LibRtmp-Client-for-Android (RTMPMuxer) which call writeVideo(byte[] data ...). In this case ant-media wrote that video data is "h264 nal units", but I have not had any experience about this scope? |
No description provided.
The text was updated successfully, but these errors were encountered: