Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#9920 closed defect (invalid)

d165ce22a4a7cc4ed60238ce8f3d5dcbbad3e266 broke my encoder

Reported by: any1 Owned by:
Priority: normal Component: avcodec
Version: unspecified Keywords:
Cc: any1 Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
After commit d165ce22a4a7cc4ed60238ce8f3d5dcbbad3e266, my h264 encoder doesn't work anymore. The avcodec_receive_packet() function always returns EAGAIN.

How to reproduce:

# Get wayvnc, wlvncc and sway.

# Run sway headlessly:
WLR_BACKENDS=headless WLR_LIBINPUT_NO_DEVICES=1 sway

# Run wayvnc (set WAYLAND_DISPLAY=2 if you're already running a wayland compositor):
WAYLAND_DISPLAY=1 wayvnc -g -Ltrace

# Connect using wlvncc:
wlvncc -eopen-h264 localhost

Change History (3)

comment:1 by Carl Eugen Hoyos, 22 months ago

Resolution: invalid
Status: newclosed

This does not look like a valid ticket to me.

in reply to:  1 comment:2 by any1, 22 months ago

Replying to Carl Eugen Hoyos:

This does not look like a valid ticket to me.

Care to explain why this is invalid?

comment:3 by Balling, 22 months ago

h264 encoder

h264 is a decoder, not encoder.

Note: See TracTickets for help on using tickets.