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

Why remove the RTMP support ? #33

Open
jpxiong opened this issue Jun 15, 2015 · 5 comments
Open

Why remove the RTMP support ? #33

jpxiong opened this issue Jun 15, 2015 · 5 comments

Comments

@jpxiong
Copy link

jpxiong commented Jun 15, 2015

I noticed that there was RTMP support. But a patch which remove RTMP had been merged. Could you tell me why ?

@OnlyInAmerica
Copy link
Member

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?

@jpxiong
Copy link
Author

jpxiong commented Jun 17, 2015

@OnlyInAmerica I think the latency of RTMP less than HLS. My project is about live streaming.

@gouravd
Copy link

gouravd commented Jun 20, 2015

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

@mikelambert
Copy link

@OnlyInAmerica for what it's worth, Facebook Live only supports RTMP to upload video AFAICT:
https://developers.facebook.com/docs/videos/live-video/getting-started#creating

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.

@dmitry-saritasa
Copy link

Yes I'm interested in RTMP option as well - again because of facebook live stream API & RTMP marriage

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

5 participants