ffmpeg

  1. Malvineous

    [SOLVED] How to enable multicast on Dahua IPC-HDW3

    Hi all, I have just bought a Dahua DH-IPC-HDW3666EMP-S-AUS-BLK as I have heard Dahua cameras are supposed to be fairly good, however I can't seem to get it to send the video anywhere. I am using multicast with my existing cameras, which means each camera transmits its video feed to a...
  2. V

    Connecting IP Camera with YouTube using FFMPEG

    I´m trying to connect my ip camera with Youtube using ffmpeg to convert the stream from RTSP to RTMP. rtsp_url="rtsp:/xxxxxx" rtmp_url="rtmp:/xxxxxx" ffmpeg -rtsp_transport tcp -i $rtsp_url -tune zerolatency -vcodec libx264 -pix_fmt + -c:v copy -c:a aac -strict experimental -f flv $rtmp_url...
  3. K

    RTSP from Uniview cameras won't play on iPhone

    I am using FFMPEG to take the RTSP from uniview cameras and turn it into HLS. When I encode the rtsp to libx264 it will play on iPhones. BUT... When I copy the rtsp rather than encoding it... it won't play on iPhones. I just plays black. This is ONLY with uniview.... with all other...
  4. K

    Any FFMPEG gurus in here?

    Is anyone in here good at FFMPEG? I have a command that takes rtsp and streams it to HLS but... The CPU performance is horrible. I wonder if that is just the way it is... or if it is possible to tune it and make it perform well. Trying to stream multiple cams via hls on a vps...
  5. Player701

    Audio/video desync recording from RTSP & my experience dealing with it

    Hello everyone! (Sorry if this is not the proper section for posting this, it's my first time on these forums. Please move to the appropriate section if necessary, thank you very much.) I've recently encountered a very peculiar issue with one of my IP cameras, and would like to tell other...
  6. B

    FFmpeg to YouTube via RTSP

    I've searched and can't find this simple answer, I even posted this as a job on freelancer.com with no successful proposals. I'm trying to stream my hikvision DS-2CD2347G1 to YouTube with FFmpeg. I'm able to stream to YouTube, but the command line I'm using inserts a blank audio stream. My...
  7. N

    HIKVISION DS-2CD202WF-I(W) RTSP STREAM LAG

    I have a HIKVISION DS-2CD202WF-I(W) camera. The stream through the HIKVISION webpage - accessed using the camera IP address - in Internet Explorer and the ONVIF Device Manager(ODM) in Windows 10 works fine without any lags. But, when I try to stream using VLC, ffplay(ffmpeg), OpenCV C++...
  8. mynameisnothere

    Fix "Non-monotonous DTS" errors in ffmpeg?

    I'm trying to grab the live RTSP stream from my DS-2CD2085FWD-I camera and stream it in the browser, to do that I need to change it to the HLS format, but when I do that I get a bunch of DTS errors. The command I use: ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -thread_queue_size 512 -i...
Top