-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with H.264 bitstream malformed, no startcode found #34492
Comments
@deanlee After commit your code ,Warning of"non-strictly-monotonic PTS" still occurred .and the WedCam DO NOT WORK |
This is an encoder issue, not related to the webcam. If you're facing webcam issues, make sure the correct camera IDs are set properly. The |
Thank you very much. @deanlee webcam IDs maybe is not the reason. the ui message is "Sensor Data Invalid I do not have any IMU sensor ,this occur issue ? |
Yes, the UI message "Sensor Data Invalid" appears because the system can't detect accelerometer or gyroscope sensors. Since you're running this on a PC, which doesn't have these sensors, this message is expected and not indicative of an actual hardware issue. |
Describe the bug
RUN OpenPilot's master branch on PC with two webcam@30fps on mjpg model.
error log
000019- - 6350628e80--0
Getting VIN & FW versions
webcamerad logcatd proclogd logmessaged mic dmonitoringmodeld encoderd loggerd modeld ui soundd locationd pandad calibrationd torqued controlsd selfdrived card deleter monitoringd paramsd plannerd radard hardwared statsd
Setting OBD multiplexing to True Starting listener for: camerad
system/loggerd/encoderd.cc: encoder road_cam_encoder init 640x480
OBD multiplexing set successfully
[mpegts @ 0x62c5330c6c00] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb'
option with ffmpeg)
system/loggerd/video_writer.cc: ts encoder write issue len: 67624 ts: 50000
[mpegts @ 0x62c5330c6c00] H.264 bitstream malformed, no startcode faund, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb'
option with ffmpeg)
system/loggerd/video_writer,cc: ts encoder write issue len: 67616 ts: 100000
[mpegts @ 0x62c5330c6c00] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb'
OS Version
Ubuntu 24.04
openpilot version or commit
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: