Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Route from progressive channel to interlaced channel doesn't play properly #1576

Open
Sidonai-1 opened this issue Oct 2, 2024 · 0 comments
Labels

Comments

@Sidonai-1
Copy link

Sidonai-1 commented Oct 2, 2024

Observed Behavior

If you configure a custom resolution 25p channel and a second 50i channel both with decklinks and route the progressive to the interlaced, the playback from the interlaced channel inserts black frames constantly.

  • If you do this without a decklink on the interlaced channel it plays properly on the screen consumer.
  • If both your channels are 50p, it works as expected.

PLAY 2-10 route://1

  <channels>
    <channel>
      <video-mode>3456x960px25</video-mode>
       <consumers>
          <decklink>
          <device>1</device>
          <video-mode>2160p2500</video-mode>
          </decklink>
        </consumers>
    </channel>
    <channel>
      <video-mode>1080i5000</video-mode>
       <consumers>
          <decklink>
          <device>2</device>
          <video-mode>1080i5000</video-mode>
          </decklink>
        </consumers>
    </channel>
  </channels>
  <video-modes>
    <video-mode>
      <id>3456x960px25</id>
      <width>3456</width>
      <height>960</height>
      <time-scale>25000</time-scale>
      <duration>1000</duration>
      <cadence>1920</cadence>
    </video-mode>
  </video-modes>

Expected behaviour

Smooth playing through Decklink

Environment

  • Server version: 2.4.x / 2.5
  • Operating system: Windows 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant