Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • J jami-daemon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 112
    • Issues 112
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • savoirfairelinux
  • jami-daemon
  • Issues
  • #69

Closed
Open
Created Dec 06, 2018 by Philippe Gorley@pgorleyDeveloper

Crash on startup after building with video when having previously disabled video during build

Steps:

  1. Configure daemon with --disable-video and build
  2. Launch daemon so it can save your new preferences
  3. Configure daemon with --enable-video and build
  4. Launch daemon

Expected result: No crash, daemon runs just fine.

Actual result: Crash, because daemon can't load non-existing video preferences.

Workaround: Add the following to dring.yml (after audio section):

video:
  decodingAccelerated: false
  devices:
    - framerate: 30
      name: Blabla
      video_size: 1280x720
      channel: Camera 1

Device can be removed from dring.yml once daemon saves new configuration (launch and quit).

Assignee
Assign to
Time tracking