vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.77k stars 152 forks source link

RTSP Direct stream support #59

Open jitendracodehacker opened 4 years ago

jitendracodehacker commented 4 years ago

Could you provide RTSP stream support. My use case is : To Stream CCTV ( IP camera) which provides RTSP streams and directly to browsers.

mihar-22 commented 4 years ago

Sure I'll look into it after I release Vime 2.

jitendracodehacker commented 4 years ago

Wow thats really fast response. but could you provide tentative timelines

mihar-22 commented 4 years ago

No unfortunately not at this time @jitendracodehacker. Vime 2 progress is tracked here. Here's something that might help you out for now -> https://github.com/Streamedian/html5_rtsp_player.

jitendracodehacker commented 4 years ago

ok thanks for pointer..but this player relies on server-side websocket proxy for retransmitting RTSP streams to browser. The proxy module seems to be proprietary