[android-developers] VideoView playing video but no audio

2013-05-13 Thread Tony Farag
I'm trying to play a m3u8 file using a VideoView and a MediaController. Here's a code snippet: view.setVideoURI(Uri.parse(path)); MediaController mediaController = new MediaController(getApplicationContext()); mediaController.setMediaPlayer(view); view.setMediaController(mediaController);

[android-developers] Layout problem with TextView on RelativeLayout

2011-07-21 Thread Tony Farag
Hi all, I have a question related to layout of a textView on top of a RelativeLayout. I have the background layout set to a 9-patch image. When I do set it to a 9 patch image, the text in the textviews is drawn vertically. If all I do is change the background image from a 9- patch to a regular

[android-developers] HTTP Live Streaming Library for pre 3.0

2011-03-14 Thread Tony Farag
All, I'm looking for a library or 3rd party SDK that will allow me to support HTTP live streaming on a mobile phone. Unfortunately, Honeycombs implementation is only for the tablets right now. Does anybody know of any libraries/sdk's that support this to stream a m3u8 file. Any help would be

[android-developers] HTTP Live Streaming with Encryption on Android 2.x

2011-03-02 Thread Tony Farag
available to support HTTP Live Streaming with encryption in 2.1/2.2 ? I'm trying to understand my options here, and if it makes more sense to build this around 3.0, but would like to leverage the install base of 2.x Thanks, Tony Farag -- You received this message because you are subscribed