Skip to content
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

Open
chienpm304 opened this issue Aug 15, 2019 · 6 comments

Comments

@chienpm304
Copy link

No description provided.

@namespace7
Copy link

Yes it is possible

@chienpm304
Copy link
Author

Yes it is possible

Is there any sample about this problem? I tried some library but nothing worked.

@namespace7
Copy link

https://github.com/TakuSemba/RtmpPublisher/tree/master/app
this might help ! Coded in kotlin.

@chienpm304
Copy link
Author

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.
Please help!

@namespace7
Copy link

I had the same issue,seems there is some issue with the library. Still no reply from the library owner :(

@chienpm304
Copy link
Author

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?
Any help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants