Play RTP stream with RTSP in Android VideoView

I want to play RTP stream in Android VideoView. I create a stream with gstreamer on a linux machine and run the rtp stream in the udp receiver.

Can I use this stream in Android VideoView without an RTSP server?

I tried to set the video URI to "rtp: //: @", but then I got the error message "Video failed to play". I also thought about creating an SDP file and using this on an Android device. But I'm not sure if this works and how to create such a file.

thank

+4
source share
1 answer

Source: https://habr.com/ru/post/1533958/


All Articles