Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-rtsp-server gst-rtsp-server
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 91
    • Issues 91
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-rtsp-servergst-rtsp-server
  • Issues
  • #151

Closed
Open
Created Dec 29, 2021 by Stepan Trofimov@steve.trofimov

Errors with decklinkvideosrc

I am faced with the following problem. I'm trying to run the following pipeline:

gst-launch-1.0 decklinkvideosrc device-number=0 connection=sdi mode=2160p25 ! video/x-raw,width=3840,height=2160,format=UYVY,framerate=25/1 ! videoconvert ! x264enc ! queue ! mpegtsmux ! rtspclientsink location=rtsp://wowza-1234test.live:1935/dev/test

but it breaks with an error:

gst-launch-1.0: /build/libproxy-1BEpaZ/libproxy-0.4.15/libmodman/module_manager.hp:58: std::vector<T*> libmodman::module_manager::get_extensions() const [with T = libproxy::network_extension]: Assertion `obj != NULL' failed.
Aborted (core dumped)

At the same time, if I use video src -> videotestsrc instead of decklink, then everything is fine.

Assignee
Assign to
Time tracking