I can't get video stream from camera using ffmpeg

Discussion in 'Setup and Configuration' started by nghiem tien vien, Feb 11, 2020.

  1. nghiem tien vien

    nghiem tien vien New Member

    I have an Yoosee 360 Panoramic. I can connect it to iphone app and I can see the private IP of that camera in LAN.
    Then I tried to use ffmpeg to catch the video stream but no luck.

    I used this command


    It always return

    I also can't ping the camera IP, is it normal ?
     
  2. Lewis-H

    Lewis-H Guest

    Assuming your ffmpeg is a recent build, use
    ffmpeg -f dshow -rtbufsize 64M -i "video=Integrated Webcam" -s 1280x720 -f sdl2 -
    A window will pop up with the video output.
    For not-so-recent builds, you may have to use sdl and not sdl2.
     
  3. Jackie

    Jackie Member

    Logon yoosee app, enable NVR stream, and set the password. You need to use this credential to acess stream by using any softwar.