using PHP/MySQL for signaling
every time I visit your Experiment repository, there's always something new and interesting. No issue, but I'd like to know more about this since you mentioned it your latest notes about Signaling.
Do you have some guidance you can share about PHP/MySQL signaling?
I already wrote about MySQL steps here; however I'll try to setup a PHP-based signaling demo very soon.
Thnx. I did scan this and it was suggestive. I just didn't make the connection. Although Firebase, etc., would be the easiest to implement, I'm sure they wouldn't want someone using their development account in a live situation. My needs are strictly for occasional use.
Anyway, I appreciate your sharing all this with us.
I already wrote about MySQL steps here https://www.webrtc-experiment.com/docs/WebRTC-Signaling-Concepts.html#xhr; however I'll try to setup a PHP-based signaling demo very soon.
— Reply to this email directly or view it on GitHub https://github.com/muaz-khan/WebRTC-Experiment/issues/181#issuecomment-38408343.
Have you written any code in PHP for signalling server.??
i still waiting you php signaling server demo insteat of nodeJS
i have a example plugin for oxwall which use mysql for signaling.. but i dont really understand the code .. im just learn php .. maybe someone wanna check it and share the algoritm .. just contact fee to see the plugin file..
here the screenshot when i made i call , it update the signaling on mysql table.

SSE+PHP Signaling using RTCMultiConnection: This demo is using SSE (Server Sent Events) to setup WebRTC one-to-one connection:
https://github.com/muaz-khan/RTCMultiConnection/tree/master/demos/SSEConnection
maybe this work ....