-
Notifications
You must be signed in to change notification settings - Fork 212
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
Why remove the RTMP support ? #33
Comments
Please see #30 We don't think RTMP serves the mobile broadcasting use case as well as HLS, and so we don't want to dedicate our limited resources towards supporting it. Would you mind letting me know why you need RTMP over HLS? |
@OnlyInAmerica I think the latency of RTMP less than HLS. My project is about live streaming. |
I have successfully tested RTMP using KickFlip's modified SDK to our server(ngins rtmp module) and the latency can be easily reduced to 2 secs. Though the major issues I had in re-adding the RTMP support was actually finding ffmpeg with rtmp. I found that the files in this commit - https://github.com/Kickflip/kickflip-android-sdk/tree/962aa39367d147bae54ccd094e03888833d00a95/sdk/src/main/jniLibs/armeabi worked. Anything after that did not work for rtmp streaming. I am a windows guy and have no knowledge in Linux. Can anyone help in getting the static builds for latest ffmpeg with rtmp for android. I wish Kickflip had not removed the support :( I wish Kickflip re-adds FFMpeg with rtmp support for both ARM and X86 |
@OnlyInAmerica for what it's worth, Facebook Live only supports RTMP to upload video AFAICT: Sad to see that Kickflip removed RTMP upload support, as I'm looking for a library that does exactly that, and it looks like there really aren't many (any?) other options to do that. |
Yes I'm interested in RTMP option as well - again because of facebook live stream API & RTMP marriage |
I noticed that there was RTMP support. But a patch which remove RTMP had been merged. Could you tell me why ?
The text was updated successfully, but these errors were encountered: