Can Corona play RTMP live streaming into a game?

Hi all,

I have a requirement for my game development which is to live stream a video in a small frame. Any chances that Corona or even Enterprise version can play RTMP live stream source into a game? I understand native java android development can play RTMP live stream but I tried to use web popup with a videojs html5 player but unfortunately Android browser doesn’t support it too. Appreciate if anyone can help to solve my unsolved problem.

Bump,  similar question is RTMP possible? any examples if so?

Not with Corona SDK.  It might be possible with Corona Enterprise or Corona Cards.

Bump, to answer the solution on this topic, I’m trying Corona Enterprise and Corona cards, I hope either one can solve it.

I just googled “ios rtmp sdk” and there are several hits that might get you going in the right direction.

Rob

Hi guys,

I’m not trying to build ios with RTMP but Android. I have already done the game and the RTMP library in native java. Unfortunately I tried Corona Enterprise and Corona cards. both are not working well. First, Corona Enterprise is lack of documentation for starter like me, there is more time spent on compilation issue. To move on, I tried Corona cards, I write a simple one page corona app with just a button to call the live streaming, it works well. Then I tried to port in my game into Corona cards, that’s the pain comes. I was trying to solve and solve the dimension issue, some events are not working and sub-folder are not working on Corona cards. I’ve to say I’m running out of idea how to integrate live streaming into my Corona game now.

Hi,

I am looking into this too. Butt my main objective is to play a video over the internet (with RTMP support, from sites like livestream.com).

Would playing a video in webpage be plausible ? Then we just call the native webShow to display a webpage.

Bump,  similar question is RTMP possible? any examples if so?

Not with Corona SDK.  It might be possible with Corona Enterprise or Corona Cards.

Bump, to answer the solution on this topic, I’m trying Corona Enterprise and Corona cards, I hope either one can solve it.

I just googled “ios rtmp sdk” and there are several hits that might get you going in the right direction.

Rob

Hi guys,

I’m not trying to build ios with RTMP but Android. I have already done the game and the RTMP library in native java. Unfortunately I tried Corona Enterprise and Corona cards. both are not working well. First, Corona Enterprise is lack of documentation for starter like me, there is more time spent on compilation issue. To move on, I tried Corona cards, I write a simple one page corona app with just a button to call the live streaming, it works well. Then I tried to port in my game into Corona cards, that’s the pain comes. I was trying to solve and solve the dimension issue, some events are not working and sub-folder are not working on Corona cards. I’ve to say I’m running out of idea how to integrate live streaming into my Corona game now.

Hi,

I am looking into this too. Butt my main objective is to play a video over the internet (with RTMP support, from sites like livestream.com).

Would playing a video in webpage be plausible ? Then we just call the native webShow to display a webpage.

Hi all,

Just to update my progress on RTMP streaming using Corona Enterprise. It’s working on Android after few obstacles. I’m using vitamio library but it’s not that straight forward with just reference the library. Anyway, I’m happy to share it back to those who needs this particular part.

As for IOS, I’m currently working on it and facing issues too. I’m using https://wiki.videolan.org/VLCKit/ library and manage to build standalone ios app using it. However, it doesn’t fit well when integrating into Corona Enterprise IOS too with linker error that I can’t solved for weeks (Apple Mach-O linker error). Any advise from any guru here?

Hi all,

Just to update my progress on RTMP streaming using Corona Enterprise. It’s working on Android after few obstacles. I’m using vitamio library but it’s not that straight forward with just reference the library. Anyway, I’m happy to share it back to those who needs this particular part.

As for IOS, I’m currently working on it and facing issues too. I’m using https://wiki.videolan.org/VLCKit/ library and manage to build standalone ios app using it. However, it doesn’t fit well when integrating into Corona Enterprise IOS too with linker error that I can’t solved for weeks (Apple Mach-O linker error). Any advise from any guru here?