I have a bosch ip camera, that can do mjpeg, but i only get ~1 fps that way, it also does h264 streaming.
The stream works well, i can see the video if i connect to it with vlc
Code: Select all
vlc rtsp://192.168.1.60:554/video.mp4
Things i have tried, unsuccessfully:
type: remote
protocol: rtsp
host: 192.168.1.60
port:554
host path: /video.mp4
type: ffmpeg
source path: rtsp://192.168.1.60:554/video.mp4
Any ideas how to get this working?