Hi there. I'm having some trouble with a ffmpeg working with an external stream as input. This are the logs I see:
``` (...) Jun 8 10:57:05 server-name journal: [h264 @ 0x55a098c0c700] non-existing PPS 0 referenced Jun 8 10:57:05 server-name journal: [h264 @ 0x55a098c0c700] decode_slice_header error Jun 8 10:57:05 server-name journal: [h264 @ 0x55a098c0c700] non-existing PPS 0 referenced (...) Jun 8 10:57:05 server-name journal: [NULL @ 0x55a0984b5fc0] non-existing PPS 0 referenced (...) Jun 8 10:57:05 server-name journal: [h264 @ 0x55a098dbc740] non-existing PPS 0 referenced Jun 8 10:57:05 server-name journal: [h264 @ 0x55a098dbc740] decode_slice_header error Jun 8 10:57:05 server-name journal: [h264 @ 0x55a098dbc740] non-existing PPS 0 referenced (...) Jun 8 11:04:26 server-name journal: [h264 @ 0x55ae88d1c3c0] non-existing PPS 0 referenced Jun 8 11:04:26 server-name journal: [h264 @ 0x55ae88d1c3c0] decode_slice_header error Jun 8 11:04:26 server-name journal: [h264 @ 0x55ae88d1c3c0] no frame! (...) ``` Thing is, I have several instances of ffmpeg running in the same server (configured as a system service, and thus the systemd journal logs), and can't find which one is triggering the errors. All I have is that memory address form the encoder/decoder. So, I come to this mailing list to ask this question: does anybody knows a simple way to match that memory address with the current system proccess using it? Thanks in advance. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
