I use wireshark to capture a udp video data, after opening, there is a 00 00 00 0 01 x67, 0 x68, 0 x61 data frame, but no 0 x65 data frame, and there is no 0 x25, 0 x45 frame, this number can play right?
CodePudding user response:
refer to the original poster nudtcomputer response: I use wireshark to capture a udp video data, after opening, there is a 00 00 00 0 01 x67, 0 x68, 0 x61 data frame, but no 0 x65 data frame, and there is no 0 x25, 0 x45 frame, this number can play right? Try save with VLC CodePudding user response:
No IDR certainly no good CodePudding user response:
Under the condition of no IDR NAL unit, but have 0 x67 (SPS) sequence parameter set 0 x68 parameter set (image) 0 x61 (no matter) shows that the resolution of the video/frame rate and other relevant information, these conditions if there is a motion picture (such as people or car in motion), so sometimes can see some parts of the motion image, may need to build a false IDR NAL unit, can full fill some non-zero values, I do streaming media safe, tested this kind of situation, CodePudding user response:
The iconic parameters, also can make ourselves, as long as set the resolution, frame rate, you can, I had such a development, write a set of decoding library, communication QQ: 1049568282 CodePudding user response:
Not this estimate, also met before