[android-developers] Re: how to evoke pv logger

2008-12-23 Thread develop code
Hi, i tried the above modifications, i am not getting the logs from libraries (pv player). PV logger enabling method has changed? Any other methods to enable. I am trying it on the emulator. On Fri, Nov 7, 2008 at 8:21 AM, Dave wrote: > > To turn on PV logging, change extlibs/pv/oscl/pvlogge

[android-developers] Re: how to evoke pv logger

2008-12-24 Thread develop code
n Thu, Dec 25, 2008 at 1:11 AM, Dave Sparks wrote: > > It works for me - I have been using it extensively in the last few > weeks. > > On Dec 23, 10:33 pm, "develop code" wrote: > > Hi, > > > > i tried the above modifications, i am not getting the lo

[android-developers] Re: how to evoke pv logger

2008-12-25 Thread develop code
I tried replacing system.img, still no success. On Thu, Dec 25, 2008 at 12:34 PM, freepine wrote: > I think you should replace system.img in your SDK. > > > On Thu, Dec 25, 2008 at 2:13 PM, develop code wrote: > >> i am using emulator (eclispse) on windows xp. Do i need t

[android-developers] Re: how to evoke pv logger

2008-12-25 Thread develop code
Got it. i was changing in the older sdk ;-) On Thu, Dec 25, 2008 at 2:24 PM, freepine wrote: > That's strange, it works for me:) > > > On Thu, Dec 25, 2008 at 4:12 PM, develop code wrote: > >> I tried replacing system.img, still no success. >> >> >>

[android-developers] Re: RTP socket creation

2009-01-06 Thread develop code
Hi, What is the idea behind PVMF_STREAMING_MANAGER_RTPPACKETSOURCE_NODE node? Is this meant to play rtp data directly? If so, is the pv player capable of playing now or its a place holder for future enhancement? I did not see any node being created with this nodeTag, but this node is deleted in c

[android-developers] How to set sdp file in the MediaPlayer

2009-01-22 Thread develop code
Hi, I want to play a video file sitting in a server by setting local sdp file in the mediaplayer. How to set the mediaplayer to read the local sdp file and start playing depending on the sdp connect (if it has unicast/multicast, start corresponding session)? I want to test unicast for now. Anybo

[android-developers] Re: How to set sdp file in the MediaPlayer

2009-01-22 Thread develop code
rce PVMF_DATA_SOURCE_SDP_FILE > in playerdriver.cpp > > On Jan 22, 4:58 pm, develop code wrote: > > Hi, > > > > I want to play a video file sitting in a server by setting local sdp file > in > > the mediaplayer. > > > > How to set the mediaplayer