WebRTC-Experiment icon indicating copy to clipboard operation
WebRTC-Experiment copied to clipboard

using PHP/MySQL for signaling

Open jking1492 opened this issue 12 years ago • 6 comments

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?

jking1492 avatar Mar 23 '14 20:03 jking1492

I already wrote about MySQL steps here; however I'll try to setup a PHP-based signaling demo very soon.

muaz-khan avatar Mar 24 '14 02:03 muaz-khan

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.

jking1492 avatar Mar 24 '14 12:03 jking1492

Have you written any code in PHP for signalling server.??

gkapoor121212 avatar Jul 16 '16 05:07 gkapoor121212

i still waiting you php signaling server demo insteat of nodeJS

fatimazbouj avatar Jan 04 '17 13:01 fatimazbouj

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. untitled

NettixCode avatar Mar 16 '18 22:03 NettixCode

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 ....

timoteo7 avatar Mar 06 '19 02:03 timoteo7