Re: [FFmpeg-user] saving rtsp stream

2018-03-03 Thread Marcin Woźniak
W dniu 03.03.2018 o 14:21, Lars von Gehr pisze: Hi, I tried your ideas. Got the newest version of ffmpeg on Mac and used quotes. This seems to be the right way, it´s running better, but now I got new errors, I have no idea to solve. First on is a invalid frame dimensions 0x0 and second no such

Re: [FFmpeg-user] saving rtsp stream

2018-03-03 Thread 桃源老師
Hi, > 2018/03/03 午後10:21、Lars von Gehr のメール: > > /downloads/test1.ts: No such file or directory Assuming you are on the macOS... Does your download directory is placed under "/" (Slash)? On macOS, slash means start up disk directory. Might not be placed download directory on there... Also, d

Re: [FFmpeg-user] saving rtsp stream

2018-03-03 Thread Lars von Gehr
Hi, I tried your ideas. Got the newest version of ffmpeg on Mac and used quotes. This seems to be the right way, it´s running better, but now I got new errors, I have no idea to solve. First on is a invalid frame dimensions 0x0 and second no such file or directory. Any ideas? :~ Lars$ ffmpeg -i

Re: [FFmpeg-user] saving rtsp stream

2018-03-02 Thread Marcin W.
Put rtsp path into quotes. 02.03.2018 18:43 "Carl Zwanzig" napisał(a): > On 3/2/2018 9:41 AM, Lars von Gehr wrote: > >> ffmpeg is running on a Synology DS and this version is the newest >> available for this system. But maybe this is the problem. >> > I don't know synology, but you may find a ne

Re: [FFmpeg-user] saving rtsp stream

2018-03-02 Thread Carl Zwanzig
On 3/2/2018 9:41 AM, Lars von Gehr wrote: ffmpeg is running on a Synology DS and this version is the newest available for this system. But maybe this is the problem. I don't know synology, but you may find a newer version on online somewhere. (Can you manually build for that system?) Oh, and p

Re: [FFmpeg-user] saving rtsp stream

2018-03-02 Thread Lars von Gehr
Hi Carl, You are right, the seems to be little bit older. ffmpeg is running on a Synology DS and this version is the newest available for this system. But maybe this is the problem. Regards Lars > Am 02.03.2018 um 18:20 schrieb Carl Zwanzig : > > On 3/2/2018 9:17 AM, Lars von Gehr wrote: >>

Re: [FFmpeg-user] saving rtsp stream

2018-03-02 Thread Carl Zwanzig
On 3/2/2018 9:17 AM, Lars von Gehr wrote: ffmpeg version 2.7.1 Copyright (c) 2000-2015 the FFmpeg developers Try a *much* newer version of ffmpeg. z! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] saving rtsp stream

2018-03-02 Thread Lars von Gehr
Hi William, thanks for your answer. Unfortunately it now fails with an unknown protocol. I’m thinking of errors in the url, but as I told it is working in vlc. ~$ ffmpeg -i "rtsp://192.168.178.254:554/?freq=322&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=0&pids=0,16,17,18,20,6208,6209,6212,6214"

Re: [FFmpeg-user] saving rtsp stream

2018-03-02 Thread William McCall
Try putting the URL in quotes. On Fri, Mar 2, 2018 at 3:33 PM, Lars von Gehr wrote: > Hi users, > I’m trying to save a rtsp tv stream from my fritzbox 6490. Streaming in VLC > player is no problem. > When I’m trying to save it following output is generated. The process is not > stopping itself.