You can now do this with ffmpeg+ffserver.

http://forum.xda-developers.com/showthread.php?p=5253967
https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-May/088706.html

I don't think it's practical to run this on the G1 itself, unless the
codecs and frame sizes are already compatible.
E.g., if you have an RTMP stream containing H.264BP and dimensions
that fit in 480x320 then it would be OK.
Otherwise, you need to transcode and that's better left to a fast
server machine.

Anyway, this works:
    ffmpeg -i rtmpe://someserver/any/stream http://ffserver/feed.ffm
    (ffserver accepting that stream)
    rtsp://ffserver/stream

On Jan 16 2009, 11:22 am, dar <[email protected]> wrote:
> Does anyone know of a library or component which can be used to open
> and convert anRTMPvideostreamto RTSP to be used with the
> MediaPlayer object?  Specifically looking to use this on the G1 with
> the current sdk.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to