I have a website based on video content. To show video i was using so far HTML5 and PHP VideoStream Class. VideoStream --> GitHub
Also protect my video by creating SESSION with uniqid when i hold url to video. After click on url with session id i compare uniqid and if is correct i using VideoStream to play a video. The problem is that when i press play and video is playing i can not do anything on my site i cant move back from page with video i cant go to my site in new tab unless i close page with video stream. Also when on my site is over 200 watchers apache crash and then i have to reset it by SSH. Someone told me that i not suppose to use PHP for streaming and i suppose use NODE JS instead. But i completly dont know node js and i haven't a clue how to do do that. Is it true that i suppose to resign PHP streamin? Is it possible to unlock my site and use it while video is streaming on the other tab? Thanks for all answers.
via Arkadiusz
No comments:
Post a Comment