[android-developers] Issue with compiling Unit tests that use Mockito

2012-07-12 Thread Yadnesh Phadke
class inside. http://www.jarfinder.com/index.php/java/info/org.hamcrest.BaseDescription I thought that already added error was taken care of with the tools 17 release. Is the issue still there in tools 20? Do I need to do something different to resolve this issue? Regards, Yadnesh -- You received

[android-developers] Running Java unit tests for Android project using Ant

2012-07-12 Thread Yadnesh Phadke
project. Also, the command to execute these case is adb shell am instrument. this needs to have the device or emulator attached. Can someone please point out the right way to run these JUnits? Regards, Yadnesh -- You received this message because you are subscribed to the Google Groups Android

[android-developers] MediaPlayer RTSP Timeout

2010-09-17 Thread Yadnesh
is still active 3) Is there any way make MediaPlayer wait longer for the Live stream, before sending the TEARDOWN? For testing, I am using a local RTSP server (FFMPeg) that streams video over RTSP. Regards, Yadnesh -- You received this message because you are subscribed to the Google Groups

[android-developers] Android 1.6, RTP live supported?

2010-07-26 Thread Yadnesh Phadke
=144 07-21 19:41:12.152: WARN/PlayerDriver(1501): PVMFInfoErrorHandlingComplete = Regards, Yadnesh -- -- Christopher Morley - There is only one success - to be able to spend your life in your own

[android-developers] Re: Android 1.6, RTP live supported?

2010-07-26 Thread Yadnesh
search tells me that many users are playing live stream from Wowza media server. Also there are notes suggesting that users are watching RTP live streams on their Android G1. Could anyone please clarify? Regards, Yadnesh On Jul 26, 4:51 pm, Yadnesh Phadke yadn...@gmail.com wrote: Hi All

[android-developers] Re: Cannot play MPEG4 video stream on Android SDK 1.6

2010-07-21 Thread Yadnesh
to be fixed at the RTSP streamer side? Regards, Yadnesh On Jul 21, 3:19 am, Indicator Veritatis mej1...@yahoo.com wrote: Then again, Googling 'android PV SW DECODER is used forMPEG4' suggests your problem is completely different from what I just suggested in another post: it suggests that you

[android-developers] Re: Cannot play MPEG4 video stream on Android SDK 1.6

2010-07-19 Thread Yadnesh
playback on Android 1.6 or later? Regards, Yadnesh On Jul 20, 7:49 am, Indicator Veritatis mej1...@yahoo.com wrote: First suggestion: tell us more than 'MPEG4', which is only a container format. We need to know what is in the container, e.g., if the audio/ video codecs are supported by your

[android-developers] Re: Cannot play MPEG4 video stream on Android SDK 1.6

2010-07-19 Thread Yadnesh
is sending the audio and video streams over RTP using RTSP. Now that refuses to play. Regards, Yadnesh On Jul 20, 10:34 am, Yadnesh yadn...@gmail.com wrote: I am new to the media domain.  I am streaming using ffmpeg and ffserver. In ffserver configuration I choose format as RTP and video codec

[android-developers] Re: Cannot play MPEG4 video stream on Android SDK 1.6

2010-07-18 Thread Yadnesh
Anybody any ideas or questions/suggestions? Regards, Yadnesh On Jul 16, 3:30 pm, Yadnesh yadn...@gmail.com wrote: Hi, I am sending aMPEG4 videostreamin RTP format over RTSP to myandroidemulator using ffmpeg and ffserver.  I use theAndroid VideoView toplaythe RTSPstream.  I do not see

[android-developers] Cannot play MPEG4 video stream on Android SDK 1.6

2010-07-16 Thread Yadnesh
07-16 15:50:49.072: INFO/MP(807): onError called === Regards, Yadnesh -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Cannot play MPEG4 video stream on Android SDK 1.6

2010-07-16 Thread Yadnesh Phadke
07-16 15:50:49.072: INFO/MP(807): onError called === Regards, Yadnesh -- -- Christopher Morley - There is only one success - to be able to spend your

[android-developers] Re: rtsp client?

2010-07-05 Thread Yadnesh
'/home/yadnesh/Media/ fileSequence0.mp4': Metadata: major_brand : isom minor_version : 0 compatible_brands: mp41 encoder : vlc 1.0.1 stream output encoder-eng : vlc 1.0.1 stream output Duration: 00:00:09.80, start: 0.00, bitrate: 456 kb/s Stream

[android-developers] play RTSP stream using MediaPlayer or VideoView

2010-07-02 Thread Yadnesh Phadke
on Android support RTSP playback. Is playing RTSP stream possible in simple application? Is there any example? Regards, Yadnesh -- -- Christopher Morley - There is only one success - to be able to spend your life in your own

[android-developers] Re: Playing live stream (RTP) in MediaPlayer

2010-06-24 Thread Yadnesh
on the adb shell shows following Could not open output feed file '/tmp/feed1.ffm.ffm' error. All suggestions to resolve/work around this error are welcome :) Regards, Yadnesh On Jun 22, 7:02 am, Andy Savage a...@bluewire.net.nz wrote: *Hi Everyone,* This problem is *really* bugging me. It's a lot