Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Alex Povolotsky
On 24.02.2016 18:04, Moritz Barsnick wrote: > Hi Alex, > although there's a lot of confusion on this thread, there is one thing > I can likely say: > > On Wed, Feb 24, 2016 at 17:41:47 +0300, Alex Povolotsky wrote: > >> [mpeg1video @ 0x808476400] MPEG1/2 does not support 3/1 fps > [...] >> Error

Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Moritz Barsnick
Hi Alex, although there's a lot of confusion on this thread, there is one thing I can likely say: On Wed, Feb 24, 2016 at 17:41:47 +0300, Alex Povolotsky wrote: > [mpeg1video @ 0x808476400] MPEG1/2 does not support 3/1 fps [...] > Error while opening encoder for output stream #0:0 - maybe incorre

Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Alex Povolotsky
On 24.02.2016 17:36, Alex Povolotsky wrote: >>> >>> File /tmp/feed1.ffm >> >> Can ffserver write to this location? Yes. Just in case: [16:59] superbook:~ % ls -ls /tmp/feed1.ffm 5 -rw-r--r-- 1 root wheel 4096 Feb 24 17:39 /tmp/feed1.ffm [17:39] superbook:~ % date Wed Feb 24 17:39:33 MSK 2016

Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Jimmy Asher
Ffserver documentation: https://ffmpeg.org/ffserver.html ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Alex Povolotsky
On 24.02.2016 17:28, Jimmy Asher wrote: > FYI: This thread considers top posing “rude" > > > > On 2/24/16, 9:16 AM, "ffmpeg-user on behalf of Alex Povolotsky" > wrote: > >> Skipping comments: >> >> HTTPPort 8090 >> HTTPBindAddress 0.0.0.0 >> MaxHTTPConnections 2000 >> MaxClients 1000 >> Max

Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Jimmy Asher
FYI: This thread considers top posing “rude" On 2/24/16, 9:16 AM, "ffmpeg-user on behalf of Alex Povolotsky" wrote: >Skipping comments: > >HTTPPort 8090 >HTTPBindAddress 0.0.0.0 >MaxHTTPConnections 2000 >MaxClients 1000 >MaxBandwidth 1000 >CustomLog - > > >File /tmp/feed1.ffm Can ffserver wr

Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Alex Povolotsky
Skipping comments: HTTPPort 8090 HTTPBindAddress 0.0.0.0 MaxHTTPConnections 2000 MaxClients 1000 MaxBandwidth 1000 CustomLog - File /tmp/feed1.ffm FileMaxSize 200K ACL allow 127.0.0.1 Feed feed1.ffm Format mpeg AudioChannels 0 VideoBitRate 64 VideoBufferSize 40 VideoFrameRate 3 VideoSize 160x

Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Jimmy Asher
See https://trac.ffmpeg.org/wiki/ffserver for example ffserver config files ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Jimmy Asher
On 2/24/16, 9:04 AM, "ffmpeg-user on behalf of Alex Povolotsky" wrote: >Hello > >I'm working with pretty aged video recorer for surveillance cams, trying >to connect it to zoneminder instead of weird propiertary surveillance soft. > >tanidvr gets video stream, but all attempts to send it to

[FFmpeg-user] Feeding DVR to ffserver

2016-02-24 Thread Alex Povolotsky
Hello I'm working with pretty aged video recorer for surveillance cams, trying to connect it to zoneminder instead of weird propiertary surveillance soft. tanidvr gets video stream, but all attempts to send it to ffserver failed so far. === ffserver.conf === File /tmp/feed1.ffm FileMaxSize 200K