Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (videoplayer)
Browsing latest articles
Browse All 73 View Live

How to play Youtube video using Ti.Media.VideoPlayer?

Hi, I would like to know is it possible to play Youtube video using Ti.Media.VideoPlayer and how to do it? I had gone thru some of the solution posted here several months ago and none of them seems...

View Article



Ti.Media.AudioPlayer seeking / Ti.Media.VideoPlayer background

Is anyone aware of a solution, that would enable seeking when using Ti.Media.AudioPlayer to stream remote sound files? This question has been asked previously, however i would like to know if someone...

View Article

Controls (seek bar) does not show and a black screen appear on start of...

Hi, video player does not working properly for android. I am having a problem with no control bar and a black screen on start of video player. I want to get rid of that black screen. iOS working...

View Article

Image may be NSFW.
Clik here to view.

Programmatic showing of controls in videoplayer

Hi, in my HoerSuppe-project I want to use a videoplayer to realize a smart audioplayer. This is my version on left side: But if I start the view, then I see the right side. Here my code: self.player =...

View Article

VideoPlayer blinks (black screen) before playing video on Android

This does not happen on iPhone. It only happens on Android (both device and simulator). After the blink, the video plays as normal. But, I am not sure when the blink really happens: whether it happens...

View Article


Audioplayer + Videoplayer error: Audio queue start failed. err: hwiu

I am developing an application that has audio streaming wich should also stream when the iPhone is in background. Info.plist is prepared and session mode set to AUDIO_SESSION_MODE_PLAYBACK audio plays...

View Article

Open YouTube video in the iOS native video player without using a webview

Is there any way to open a youtube video DIRECTLY in the iOS native youtube video player? What I tried: 1. I loaded a video into a webview: when I click it the video opens in the youtube player; 2. I...

View Article

Android VideoPlayer stops / repeat not working properly

SDK 3.4.1.GA (and earlier) Platform: Android Device (Samsung Note 3), Genymotion (Motorola Moto X) Host OS: Mac OS X 10.9.1 Studio: 3.4.1 When I create an application using the default alloy template...

View Article


List .mp4 file in listview and on file name click open video player. Access...

var mydir = Ti.Filesystem.getFile(Ti.Filesystem.externalStorageDirectory); var sdcardDir = mydir.getParent(); var list = Ti.UI.createListView({ top:80 }); //var listitem = Ti.UI.createListSection();...

View Article


a problem of requestThumbnailImagesAtTimes

var playview = Ti.UI.createView({ width:Ti.UI.SIZE, height:Ti.UI.SIZE }); var player = Titanium.Media.createVideoPlayer({ height: Ti.UI.FILL, scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT,...

View Article

Handling of HLS (HTTP-streaming) in videoplayer

Hi, I try to build a video portal. This portal uses HLS. In web implementation flash is using. I can see: the flash uses first time a manifest with bootstrap Info. How can I handle inside the...

View Article

Save cache file to device from videoPlayer/webview

Hi, I've got a video and audio url that I played using titanium media player. The question I want to know is can I get the video and audio cache file so that I can save it to the device? Or I can also...

View Article

VideoPlayer stream stops

Hi, I have a radio stream which is in the format of .m3u, whic I can only paly through a VideoPlayer. However, after about 15-20 minutes, the player suddenly stops, and it looks like I have to open the...

View Article


VideoPlayer - on occasion blank screen

I have run several tests with the videoplayer. When creating new instances, with and without releasing previous instances first, sometimes the content won't show (the players controls are visible, but...

View Article

VideoPlayer not working for Android

Hi Everyone, I've been working with Titanium lately, and I just noticed that I'm unable to play a video through Titanium on Android. It does however, work for iOS. videooverlay.xml: <Alloy>...

View Article


VideoPlayer has erro on Android 5.0 Lollipop

I wrote an video app which works fine in Android 4.x. When I test on Android 5.0, it has error as follows: [INFO] :...

View Article

Placing UI elements over a full screen videoplayer

Hey there guys, I'm trying to place a button over a fullscreen video that is displayed as soon as my app loads. I already tried playing with zIndex properties, and adding the button element to my video...

View Article


VideoPlayer RTSP for Android doesn't work ...

Hi, I tried to open a rtsp video with a VideoPlayer ( for android ) but it doesn't work... Does anyone know a solution ?? Thanks in advance

View Article

Playing of MP4-videos in Android videoPlayer

Hi, I'm using standard procedure of playing remote videos:var player = Ti.Media.createVideoPlayer({ scalingMode : Ti.Media.VIDEO_SCALING_ASPECT_FILL, autostart : true, fullscreen : false,...

View Article

VideoPlayer Vimeo Android

Hi! I have a problem with VideoPlayer to play a vimeo video in android. In iOS is ok. [ERROR] MediaPlayer: error (1, -2147483648) [ERROR] MediaPlayer: start called in state 0 [ERROR] MediaPlayer: error...

View Article
Browsing latest articles
Browse All 73 View Live




Latest Images