ltebean / Live

Demonstrates how to build a live broadcast app(Swift 3)
2.41k stars 419 forks source link

Is ther a similar android app ? #31

Open ishandutta2007 opened 7 years ago

karanatwal commented 7 years ago

https://github.com/ant-media/LiveVideoBroadcaster i am using this its very smooth and memory management and thread working is nice in this lib

lordmen99 commented 7 years ago

hi u have demo apk for that https://github.com/ant-media/LiveVideoBroadcaster ?

karanatwal commented 7 years ago

PLease go to link and compile project .It is sample app give your RTMP url in CameraActivity inside code

lordmen99 commented 7 years ago

can u give me ur url rtmp demo server? i want try now

lordmen99 commented 7 years ago

hi, i have build. when i press start broadcasting button its not enter into stream mode

ishandutta2007 commented 6 years ago

@lordmen99/ @karanatwal have you been able to run the app. I ties contacting ant media support, but they reply very rarely. I have set up my server and installed it on two androids. But whenever I press stream in both cases(ie suffixed with ' live=1' or nothing) in other android I see a recorded video. Can find a way to stream live.

karanatwal commented 6 years ago

@ishandutta2007 I am not using ant server , i am using facebook/youtube rtmp url to stream through this app https://github.com/ant-media/LiveVideoBroadcaster

karanatwal commented 6 years ago

You can simply test this app by replacing their RTMP URL with your fb/youtube rtmp url https://github.com/ant-media/LiveVideoBroadcaster/blob/03b5ba6cd4166b20660851b973b6399a8b98cf88/app/src/main/java/io/antmedia/android/liveVideoBroadcaster/LiveVideoBroadcasterActivity.java#L263

in this line

ishandutta2007 commented 6 years ago

@karanatwal I checked your forked version of LiveVideoBroadcaster, I dont see any commit there. can you tell what did you do?

karanatwal commented 6 years ago

You can mail me for more info .

harvey503 commented 6 years ago

good