andreipitis / ASPVideoPlayer

A simple video player that allow animations to be performed on the view during playback.
MIT License
89 stars 43 forks source link

rtsp/rtmp support? #35

Closed fukemy closed 6 years ago

fukemy commented 6 years ago

hello. that's great lib. Does it support for rtsp/rtmp?

andreipitis commented 6 years ago

Hi @fukemy ,

ASPVideoPlayer is based on AVPlayer so it is limited by what the underlying AVPlayer can do. As far as I know AVPlayer only supports HTTP Live Streaming.

fukemy commented 6 years ago

ok thanks you. i found ffmpeg is still best choice for it at this moment