For these:
- RTSP URL that's been invoked.
- When the buffering starts/ends
- When the playback starts - basically when the video displayed on the
screen
- When the re-buffering (probably caused by buffer underrun)
- When the device starts/stops receiving data
- When the user paused/stopped/resumed/rewinded/fastforwarded playback
- Server error (like RTSP error or server not reachable)
- Render error (like unsupported encoding option used.)


Probably the player driver is a good place since:

1.-player engine will send all the events to the upper layer (PlayerDriver)
2.- all the cmd's from the ui have to reach this component in order to pass
them to the player engine (PlayerDriver is the beef of the hamburger).


For these
- Codec used in rendering media
- Average bitrate

take a look at the player engine where the decnode is being added

MR


On Mon, Jun 8, 2009 at 2:11 PM, crack74 <lee.woo...@gmail.com> wrote:

>
>
> I would like to add some debugging message in Open Core RTSP
> streaming.
>
> Where can I insert a debug message to find out following events?
>
> - RTSP URL that's been invoked.
> - When the buffering starts/ends
> - When the playback starts - basically when the video displayed on the
> screen
> - When the re-buffering (probably caused by buffer underrun)
> - When the device starts/stops receiving data
> - When the user paused/stopped/resumed/rewinded/fastforwarded playback
> - Server error (like RTSP error or server not reachable)
> - Render error (like unsupported encoding option used.)
> - Codec used in rendering media
> - Average bitrate
>
> Thank you,
> Woojae
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to