I need to connect my Titanium app to a stream video server (fms). Is possible to do this with Titanium Mobile ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are two ways you can stream your video.
1) First is directly streaming video in video player of device but i think fms is not going to supported by default video player.
2) you have to embed your html 5’s video tag.
For titanium I don’t think there is any other way to stream live. I am native and titanium developer both. For my live streaming app i preferred to go for native development.