Hello, good afternoon I have got a IP camera in an app where I have had to log in. In the app's setting it appears the posibility of setting up Onvif with an user and password. My intention is to record the camera using ffmpeg. I have tried to reproduce the streaming without success:
ffplay http://admin:[email protected]:8000 and to record it in various protocols and formats: ffmpeg -i http://admin:[email protected]:8000 stream.h264 or ffmpeg -i rtsp://admin:[email protected]:8000//onvif/device_service stream.mp4 Nothing happens and when I cancel with "ctrl + c" appear "Exiting normally, received signal 2." I have been able to see the camera in software under Windows such as AnyCam or IP Camera Viewer ( is detected as PPS IPC based on ONVIF MINI 9T). But I am a linux user and I prefer to use ffmpeg Do you have any sugestion? Thank you very much. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
