bluecherrydvr / bluecherry-apps

Bluecherry surveillance system (server application)
http://www.bluecherrydvr.com
GNU General Public License v2.0
217 stars 68 forks source link

Crash when MJPEG RTSP feed is detected from ACTi cameras #72

Closed curtishall closed 10 years ago

curtishall commented 11 years ago

Unknown if this crash is specifically related to ACTi's MJPEG feeds over RTP.

Jul 27 15:13:33 ladon bc-server[5990]: RTSP session for rtsp://Admin:123456@192.168.0.101:7070/ has multiple video streams. Only the first stream will be recorded. Jul 27 15:13:33 ladon bc-server[5990]: I(1/Lobby): RTP stream started: Video: mjpeg Jul 27 15:13:33 ladon bc-server[5990]: I(1/Lobby): avlib error: colorspace not supported in jpeg Jul 27 15:13:33 ladon kernel: [ 6697.021638] bc-server[18853]: segfault at 4 ip 013e057a sp b6dfef70 error 4 in libavcodec.so.53[f62000+6cc000] Jul 27 15:13:33 ladon kernel: [ 6697.034710] init: bluecherry main process (5990) killed by SEGV signal Jul 27 15:13:33 ladon kernel: [ 6697.034924] init: bluecherry main process ended, respawning Jul 27 15:13:33 ladon bc-server[18956]: I: Started Bluecherry daemon Jul 27 15:13:33 ladon bc-server[18956]: I: SQL database connection opened Jul 27 15:13:33 ladon bc-server[18956]: Event 5 left in-progress at shutdown; setting duration Jul 27 15:13:33 ladon bc-server[18956]: I: Not licensed; running in trial mode Jul 27 15:13:33 ladon bc-server[18956]: I(1/Lobby): Camera configured Jul 27 15:13:33 ladon bc-server[18956]: I(1/Lobby): Switching to new recording schedule 'continuous' Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib fatal: No JPEG data found in image Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib error: invalid id 30 Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib fatal: No JPEG data found in image Jul 27 15:13:34 bc-server[18956]: last message repeated 3 times Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib error: mjpeg: unsupported coding type (c6) Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib fatal: No JPEG data found in image Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib error: mjpeg: unsupported coding type (c5) Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib error: only 8 bits/component accepted Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib fatal: No JPEG data found in image Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib error: mjpeg: unsupported coding type (cd) Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib error: mjpeg: unsupported coding type (ca) Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib error: only 8 bits/component accepted Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib fatal: No JPEG data found in image Jul 27 15:13:34 ladon bc-server[18956]: I(1/Lobby): avlib error: invalid id 231

http://improve.bluecherrydvr.com/issues/1131

ghost commented 10 years ago

Probably a bug in previously used libav version. Not very probable to reappear in our recent versions.