Hey there,
finally I installed the camera this week. I set up a ftp on the raspi as well, where it uploads its motion alerts.
Now im trying to get the rtsp stream with the omxplayer run, but it fails since hours.
The stream doesn't open at all.
my command is:
omxplayer -g --live rtsp:///192.168.2.3:554
which leads to this terminal output:
Invalid framerate 90000, using forced 25fps and just trust timestamps
have a nice day
That's the omxplayer.log logfile:
17:16:46 T:2126494360 DEBUG: DllBcm: Using omx system library
17:16:46 T:2126496458 DEBUG: DllOMX: Using omx system library
17:16:46 T:2126497607 DEBUG: DllAvFormat: Using libavformat system library
17:16:46 T:2126502138 DEBUG: DBus connection succeeded
17:16:46 T:2126504543 DEBUG: Keyboard: DBus connection succeeded
17:16:46 T:2126504920 DEBUG: OMXThread::Create - Thread with id 1901065264 started
17:16:46 T:2126505188 DEBUG: DllAvUtilBase: Using libavutil system library
17:16:46 T:2126505297 DEBUG: DllAvCodec: Using libavcodec system library
17:16:46 T:2126505355 DEBUG: DllAvFormat: Using libavformat system library
17:16:46 T:2126518271 DEBUG: COMXPlayer::OpenFile - avformat_open_input rtsp://192.168.2.3:554
17:16:46 T:2126729409 DEBUG: COMXPlayer::OpenFile - avformat_open_input enabled SEEKING
17:16:56 T:2136760515 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.clock input port 80 output port 81 m_handle 0x1190a10
17:16:56 T:2136761441 DEBUG: OMXClock::OMXStop
17:16:56 T:2136761785 DEBUG: OMXClock::OMXSetSpeed(0.00) pause_resume:1
17:16:56 T:2136762334 DEBUG: DllAvUtilBase: Using libavutil system library
17:16:56 T:2136762446 DEBUG: DllAvCodec: Using libavcodec system library
17:16:56 T:2136762562 DEBUG: DllAvFormat: Using libavformat system library
17:16:56 T:2136764226 DEBUG: OMXClock::OMXStop
17:16:56 T:2136777643 DEBUG: OMXThread::Run - Exited thread with id 1901065264
17:16:56 T:2136778502 DEBUG: OMXThread::StopThread - Thread stopped
17:16:56 T:2136781317 DEBUG: COMXCoreComponent:
einitialize : OMX.broadcom.clock handle 0x1190a10
Does someone got the rtsp stream running on a raspberry pi?
I tried Kodi as well, but the rtsp doesn't work there as well.
Any ideas?
Best,
Patrick.