-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
system:
windows: 10,
php: 8.4 thread safe
steps I followed:
composer init
- install webRTC -
composer require quasarstream/webrtc
- copied examples from - https://github.com/PHP-WebRTC/examples/tree/master/echo
- then i run simple php server and try to run that server.php file from cmd
it says following error:
Webrtc\Signaling\Adapters\WebSocketSignalingAdapter - not found error
then i checked. thatwebrtc/signaling
package installed -https://packagist.org/packages/quasarstream/signaling
it needsprotobuf
- i found in -https://pecl.php.net/package/protobuf/4.32.1/windows
. Then, i added this extension.
After, when i runcomposer require quasarstream/signaling:1.0.0
it saying below error:
` Problem 1- Root composer.json requires quasarstream/signaling * -> satisfiable by quasarstream/signaling[dev-master, v1.0.0].
- quasarstream/signaling[dev-master, v1.0.0] require cboden/ratchet dev-master -> found cboden/ratchet[dev-wamp-sync-bug, dev-container, v0.1, ..., v0.5.x-dev] but it does not match the constraint.`
Metadata
Metadata
Assignees
Labels
No labels