Error RTSP stream

asked 2014-10-01 00:12:51 -0600

Hello First I want to apologize for my bad English-style. Rather than use OpenCV and I uduven it. I've tried it with Linux on Raspberry pi, Radxa Rock Pro, A10-OLinuXino-LIME, Intel I7, respectively 32 and 64. Everywhere I have the same problem. Use IP camera in the following way: capture.open ("rtsp: // admin: [email protected]: 554 // Streaming / Channels / 2"); - Camera HIKVISION or capture.open ("rtsp: //192.168.22.105: 8554 / CH002.sdp"); - Camera Geovision

Always gives me the following error:

[h264 @ 0x16ef660] cbp too large (342) at 4 28

[h264 @ 0x16ef660] error while decoding MB 4 28

[h264 @ 0x16eede0] negative number of zero coeffs at 23 9

[h264 @ 0x16eede0] error while decoding MB 23 9

[h264 @ 0x16ef660] cbp too large (93) at 8 22

[h264 @ 0x16ef660] error while decoding MB 8 22

[h264 @ 0x13ceaa0] corrupted macroblock 17 3 (total_coeff=-1)

[h264 @ 0x13ceaa0] error while decoding MB 17 3

[h264 @ 0x16ef660] cbp too large (69) at 12 7

[h264 @ 0x16ef660] error while decoding MB 12 7

[h264 @ 0x16eede0] P sub_mb_type 5 out of range at 24 16

[h264 @ 0x16eede0] error while decoding MB 24 16

[h264 @ 0x15ea620] negative number of zero coeffs at 13 29

[h264 @ 0x15ea620] error while decoding MB 13 29

[h264 @ 0x13ceaa0] corrupted macroblock 36 4 (total_coeff=-1)

[h264 @ 0x13ceaa0] error while decoding MB 36 4

ubuntu@ubuntu-All-Series:~/Projects/tutorial_code/objectD

I would be grateful if anyone can help me. D.

edit retag flag offensive close merge delete