Skip to content

without wsl - i just try to install this package in my windows laptop #3

@Aathiappan

Description

@Aathiappan

system:
windows: 10,
php: 8.4 thread safe

steps I followed:

  1. composer init
  2. install webRTC - composer require quasarstream/webrtc
  3. copied examples from - https://github.com/PHP-WebRTC/examples/tree/master/echo
  4. 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. that webrtc/signaling package installed - https://packagist.org/packages/quasarstream/signaling
    it needs protobuf - i found in - https://pecl.php.net/package/protobuf/4.32.1/windows. Then, i added this extension.
    After, when i run composer 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions