Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S streaming-docker
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • sms
  • streaming-docker
  • Issues
  • #26

Closed
Open
Created May 08, 2020 by hark@hark

integration with (for example) peertube

Integrate the streaming server with some video hosting platform, so its easy to publish a live feed.

The way someone would use this would be something like:

  • create account on video hosting website
  • login on website
  • copy paste their rtmp url in obs (or use the javascript publishing tool embedded in website)
  • when stream starts, it will be listed on front page of website (or special page)
  • after they are done streaming, the video will be published as a normal video in their account

To do this with peertube could be something like this:

  • on_publish callback will contact peertube api (and pass the auth_secret / userid ) and will start a new "upload"
  • nginx-rtmp will get a new UUID (thats what peertube uses to identify video's) and will use that as the stream_name
  • nginx-rtmp will record the files with that uuid (same quality / filenames) peertube does it
  • on_record_end will call again peertube api and will finish the upload
Assignee
Assign to
Time tracking