How can I stream live RTMP video on HTML5 player on shared cpanel without Flash or NGINX?
Are there any open source javascript, jQuery, PHP library?
How can I stream live RTMP video on HTML5 player on shared cpanel without Flash or NGINX?
Are there any open source javascript, jQuery, PHP library?
Flash is disabled in H5, so it's not able to use Flash to play video stream.
Rather than Flash, you should use HTTP-FLV/HLS/WebRTC for H5. All theses protocols are natively supported by H5, so you should covert the RTMP stream.
SRS supports coverting RTMP to HTTP-FLV/HLS/WebRTC for H5 to play the video stream, please read this post.
You could also use FFmpeg to covert RTMP to HLS, then deliver by any web server.