Coder Social home page Coder Social logo

Comments (4)

josejich avatar josejich commented on May 23, 2024

Hi,
How are you setting the port? For instance, a typical process should be executing the daemon as gstd --base-port=6000

$ gstd --help-gstd-tcp
Usage:
  gstd [OPTION...]  - gst-launch under steroids

TCP Options
  -t, --enable-tcp-protocol         Enable attach the server through given TCP ports 
  -p, --base-port=base-port         Attach to the server starting through a given port (default 5000)
  -n, --num-ports=num-ports         Number of ports to use starting at base-port (default 1)

And then the client gst-client --port=6000 --address=localhost (if you are running the client locally)

$ gst-client --help
Usage:
  gst-client [OPTION...] [COMMANDS...] - gst-launch under steroids

Help Options:
  -h, --help                Show help options

Application Options:
  -q, --quiet               Dont't print startup headers
  -f, --file=script         Execute the commands in file
  -i, --interactive         Enter interactive mode after executing cmdline
  -l, --launch              Emulate gst-launch, often combined with -i
  -p, --port=port           Attach to the server through the given port (default 5000)
  -a, --address=address     The IP address of the server (defaults to localhost)
  -v, --version             Print current gstd-client version

from gstd-1.x.

josejich avatar josejich commented on May 23, 2024

We were able to reproduce the issue, a ticket was opened for this . Will get back to you shortly.

from gstd-1.x.

michaelgruner avatar michaelgruner commented on May 23, 2024

Hi @zmlopez I've fixed this critical issue in master in 3526d0f. I've also absorbed the fix in develop in 4b49639.

I'd appreciate if you confirm on your side. Thanks!

from gstd-1.x.

zmlopez avatar zmlopez commented on May 23, 2024

Changed and tested. It works like a charm.
Thank you very much.

from gstd-1.x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.