Working on Android 4.0+ above.
I am in process of analyzing ways to live stream my camera video to Window PC using RTP , encoding MPEG-2.
Is there readily available "rtp-server" in android 4.0+ ?
Is following true:: "The Android platform lacks support for streaming protocol, which makes it difficult to stream live audio / video to Android enabled devices." extracted from website
Currently I analyzed used the ffserver from the ffmpeg libraries, but the FPS is < 5. which is far slow. Did any one explored other solution which has more FPS?
- Did anybody tried using StageFright for same? Capturing raw data from camera and sending it to stagefright framework for encoding and then streaming the same using RTP ??
Many Thanks.