guuuug Posted March 21, 2011 Share Posted March 21, 2011 Hi everybody, I'd like to protect a rtsp stream coming from a videoserver using a php page. Is this possible? The rtsp stream is a live h.264 stream with it's own local ip address. Currently i can access the stream by entering rtsp://192.168.1.3 in the browser and quicktime starts up. I have apache running on a different machine (192.168.1.2), which I want to use to pass on the stream. I'd like the rtsp stream to be accessed by entering rtsp://192.168.1.2/?password=changes-a-lot I've been using headers and readfile a lot to protect files. But the live stream seems to work differently. I've seen a lot of posts on how to access media using rtsp, but none of these work with a live stream. Does anybody have any ideas on how to get this to work? Quote Link to comment https://forums.phpfreaks.com/topic/231233-protect-rtsp-stream/ Share on other sites More sharing options...
guuuug Posted October 3, 2011 Author Share Posted October 3, 2011 bump Quote Link to comment https://forums.phpfreaks.com/topic/231233-protect-rtsp-stream/#findComment-1275315 Share on other sites More sharing options...
guuuug Posted October 3, 2011 Author Share Posted October 3, 2011 Can this be done with a php script or do i really need a application like wowza. Quote Link to comment https://forums.phpfreaks.com/topic/231233-protect-rtsp-stream/#findComment-1275316 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.