Quantcast
Viewing all articles
Browse latest Browse all 8068

ACS Cloud Storage Video URL not playing in my device Media player

Hi friends,

I am developing Video decoded and send to the video file to cloud storage and retrive to directly play in my media player. The problem is Android Recorded video file not playing in iPhone and iPhone Recorded video file not playing in Android devices.

Here below code am using.please if you have any idea post here.

var iphoneurl = http://storage.cloud.appcelerator.com/qOA13SXYlTb27CM2lu5Xucfv4lSUFUpZ/files/92/58/530d78aeda5ba0076e002f61/1393391716017.mp4

var androidurl = http://storage.cloud.appcelerator.com/qOA13SXYlTb27CM2lu5Xucfv4lSUFUpZ/files/f4/d2/530d74691356b40b551bf02b/1393390692120.mp4

var recivetotalurl = urls

var videoPlayer = Titanium.Media.createVideoPlayer({ url:urls, autoplay : false, ullscreen: true, animate: true, backgroundColor : '#000', height : 0, width : 0, mediaControlStyle : Titanium.Media.VIDEO_CONTROL_DEFAULT, scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT, sourceType : Titanium.Media.VIDEO_SOURCE_TYPE_STREAMING

});


Viewing all articles
Browse latest Browse all 8068

Trending Articles