Since i'm a little familiar with android and video streaming, i know it's complicated to handle live video streams from device to device.
Requirement: play incoming raw h264 stream
Are there any ways beside serving rtp/rtsp to playback the stream? VideoView needs local rtsp or http server to handle the stream and i cannot believe, that there are no other ways to simply play it.
Could be GStreamer / FFMpeg a good solution to decode the stream?