live stream encoding problem

Issue #343 invalid
Former user created an issue

I am using ffmpeg 3.3 and x265 ver. 2.3 on debian 9 setup. I can encoding live dvbs SD streams without problem but When I try to encoding live dvbs HD streams FFmpeg stop a few seconds later I have tried with tvheadend and astra same result.

[mpegts @ 0x55a366ceac20] PES packet size mismatch:00:07.01 bitrate= 302.8kbits/s speed=1.69x [h264 @ 0x55a367118100] error while decoding MB 54 62, bytestream -26 [h264 @ 0x55a367118100] concealing 715 DC, 715 AC, 715 MV errors in B frame frame= 158 fps= 28 q=-0.0 Lsize= 372kB time=00:00:08.12 bitrate= 375.6kbits/s speed=1.44x video:278kB audio:44kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 15.536996% x265 [info]: frame I: 1, Avg QP:27.75 kb/s: 5081.00 x265 [info]: frame P: 32, Avg QP:29.44 kb/s: 997.74 x265 [info]: frame B: 125, Avg QP:35.41 kb/s: 156.39 x265 [info]: Weighted P-Frames: Y:0.0% UV:0.0% x265 [info]: consecutive B-frames: 3.0% 3.0% 0.0% 0.0% 93.9%

encoded 158 frames in 5.38s (29.38 fps), 357.96 kb/s, Avg QP:34.15

is this FFmpeg or x265 issue?

Comments (2)

  1. Pradeep Ramachandran Account Deactivated

    Sounds like something to do with ffmpeg or your system as between HD and SD, the only difference is in the amount of memory that is allocated. We've been able to use ffmpeg + x265 to encode hours of video without any problems.

  2. Log in to comment