Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-good gst-plugins-good
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 646
    • Issues 646
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 71
    • Merge requests 71
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #311
Closed
Open
Issue created Oct 26, 2016 by Bugzilla Migration User@bugzilla-migration

splitmuxsink: Support NULL muxer

Submitted by Baby octopus

Link to original bug (#773505)

Description

Hi,

I'm figuring a way out to periodically upload thumbnails to an FTP location

.. ! videorate ! video/x-raw,framerate=1/3 ! jpegenc ! curlftpsink

Unfortunately, curlftpsink just creates one big file rather than creating many running files

One way to do this would be through splitmuxsink by having NULL or identity as the muxer. In this way, each buffer would be uploaded to the FTP buffer
This would also need next file indicator i.e., buffer, duration etc which is missing in splitmuxsink

Assignee
Assign to
Time tracking