As you may know, Android uses a strange implementation of RTP - It can only play low bitrate RTP streams. On the other hand, it can play Full HD HTTP stream flawlessly.
I'm trying a workaround for this problem: As stated in the title, using ffmpeg to convert the RTP/UDP stream to HTTP.
I've already compile ffmpeg for android, but I'm having difficulties configuring the ffserver.conf.
- Is it possible to achieve what I want with ffmpeg?
- I dont need any transcoding, will it use lots of the processor/memory?
- Can you help me with these configurations?
I receive a udp/rtp multicast stream:
- udp://@239.192.1.31:1234 or rtp://@239.192.1.31:1234 - TV channels
I want to output to HTTP:
Thank you in advance
inversus