Latest version of android(2.3 and above) will not support rtsp stream consistently so rtmp is preferrable as per my search. streaming type is based on the media server for ex if u use red5 it will support red5 and for wowza it will support all like rtsp rtmp and httplive streaming. In flash we need to write code separately for packetize the data for eg no need to set header format audio type video type etc we can handle those process in single method called net stream. but in android we need to write our own code for each and every internal process.
On 15 September 2012 07:32, Dilip Kumar Chaudhary <[email protected]>wrote: > Thanks for reply Malar, > Relly you are doing great project.Once again i wanna to know why people > use *flash* instead of *java* for android. I have also doubt about RTSP > and RTMP stream.please read my question properly and try to give related > solution. > > > On Sat, Sep 15, 2012 at 4:52 PM, Malar Prathap > <[email protected]>wrote: > >> Hi Dilip, >> I also working in live streaming in android. i have developed video chat >> app in flash using rtmp path and it works great. but in android i am unable >> to implement that flash code since most of android devices will not support >> flash and it doesn't have flash player in it. in case of air for android we >> can do. >> >> On 15 September 2012 06:52, Dilip Kumar Chaudhary < >> [email protected]> wrote: >> >>> I had developed an app in which have to play different RTSP streams >>> coming from server.I have used videoView and MedaiController class for >>> that.Now I have to use RTMP stream instead of RTSP in the same app.I >>> have some confusion, >>> >>> 1.is it good way to use RTMP stream instead of RTSP for Android app? >>> >>> >>> 2.If we develop app in flash then what's wrong? >>> >>> 3.How java/android app is differ from flash app?Give exact difference. >>> >>> >>> >>> -- >>> *Thanks & Regards* >>> Dilip Kumar Chaudhary >>> My Linkedin >>> Profile<http://in.linkedin.com/pub/dilip-kumar-chaudhary/44/64/55b> >>> My Development Blog <http://dilipdevelopment.blogspot.com/> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/android-developers?hl=en >> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > > > -- > *Thanks & Regards* > Dilip Kumar Chaudhary > My Linkedin > Profile<http://in.linkedin.com/pub/dilip-kumar-chaudhary/44/64/55b> > My Development Blog <http://dilipdevelopment.blogspot.com/> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

