This group is announcement-only. You cannot post messages because you are not a manager.
|
Opencore on Donut
|
| |
Hi,
How can I build the opencore tests (pvplayer tests, pv2way tests and
pvauthor tests) with donut?
Regards,
Tom
|
|
Question about stop sequence in Donut OpenCORE's camera MIO
|
| |
In Donut, OpenCORE AndroidCameraInput's DoStop() stops recording in
the following sequence:
mCamera->setListener(NULL);
mCamera->stopRecording();
ReleaseQueuedFrames();
However, during the period between clearing listener and calling
stopRecording(), buffers sent from camera to AndroidCameraInput will... more »
|
|
Sending Video/Audio frame as input to OpenCore
|
| |
Hi All,
I am not able to use MediaPlayer/VideoView to make rtsp to work in
Android. So I have created a client to interact with RTSP server, I
have succeeded in doing this.
I am able to get the video/audio frame from RTSP server (MySpace) in
Android. Now I want to play the frames. I have searched OpenCore APIs... more »
|
|
Is Android able to use 2 networks interfaces at the same time ?
|
| |
Every time my application need to establish a data connection it must
always do it using the carrier network.
So suppose Wifi is enabled . User shall be able to use browser and my
application at the same time. Browser might use WIFI, but my
application shall always use the carrier network (GRPS,EDGE, ...).... more »
|
|
RTSP stack implementation
|
| |
Hi,
I am working on making RTSP url to work on Android.
1. I have used MediaPlayer and VideoView to play the RTSP url but both
of them fail to play in G1 Device and emulator. Error is
PVMFFailureiin PLAYER_INIT.
2. So I thought of implementing a RTSP client from scratch. I have
developed a small application, it exchanges all the messages... more »
|
|
Linux kernel Include files
|
| |
Hi,
We are trying to call the linux kernel APIs enable_irq(), disable_irq
() etc directly from the opencore/codecs_v2/video/dec/s rc .There are
lot many compilation errors getting listed.
We would like to know whether kernel APIs can be directly called from
Opencore???
Has anybody tried like this before??... more »
|
|
Where the Video is decoded in MediaPlayerService.cpp?
|
| |
Hi,all
I am a beginner.I learn to how the Video is decoded in the MediaPlayer
and Opencore.But when I read the MediaPlayerService.cpp,I found
"AudioCache" was used in the function named "decode". Where the Video
is decoded in MediaPlayerService.cpp?
|
|
|