Search code examples
androidftpvideo-streaming

How to play video from ftp streaming file?


If found many tips about how to stream from classic url link, but nothing about ftp. Is it the same way to proced ?

Thanks you. AL.


Solution

  • Android's media framework only supports HTTP and RTSP for streaming. You will need to download your file and play it back, or use some alternative URL that offers HTTP or RTSP for the media file.