Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Anthony Griffiths
On Thu, Sep 20, 2018 at 12:27 PM, Moritz Barsnick wrote: > On Thu, Sep 20, 2018 at 10:24:55 +0100, Anthony Griffiths wrote: >> On Thu, Sep 20, 2018 at 9:59 AM, Carl Eugen Hoyos wrote: >> > 2018-09-20 10:46 GMT+02:00, Anthony Griffiths : >> > >> > The problem w

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Anthony Griffiths
On Thu, Sep 20, 2018 at 11:55 AM, Carl Eugen Hoyos wrote: > 2018-09-20 11:24 GMT+02:00, Anthony Griffiths : > > "vcodec" is equivalent to "codec:v" yeah I figured it might be but this still leaves me stuck at square one with a command that won't work with text ove

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Anthony Griffiths
On Thu, Sep 20, 2018 at 9:59 AM, Carl Eugen Hoyos wrote: > 2018-09-20 10:46 GMT+02:00, Anthony Griffiths : > > The problem was not that you used "-f flv -vcodec libx264" but > "-f flv -vcodec flv -vcodec libx264" now I'm really puzzled, because in the co

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-20 Thread Anthony Griffiths
On Wed, Sep 19, 2018 at 5:55 PM, Carl Eugen Hoyos wrote: > 2018-09-19 18:46 GMT+02:00, Anthony Griffiths : >> On Wed, Sep 19, 2018 at 5:04 PM, Carl Eugen Hoyos >> wrote: > > You have (above) "-vcodec flv -vcodec libx264" which is not ok. > >> is t

Re: [FFmpeg-user] text overlay will not work on rtmp stream

2018-09-19 Thread Anthony Griffiths
On Wed, Sep 19, 2018 at 5:04 PM, Carl Eugen Hoyos wrote: > 2018-09-19 17:08 GMT+02:00, Anthony Griffiths : >> I stream video from a canopus advc100 device to a vps running nginx >> using ffmpeg with the following command: >> dvgrab -format dv1 - | >> /home//Download

[FFmpeg-user] text overlay will not work on rtmp stream

2018-09-19 Thread Anthony Griffiths
I stream video from a canopus advc100 device to a vps running nginx using ffmpeg with the following command: dvgrab -format dv1 - | /home//Downloads/ffmpeg-git-20170817-64bit-static/ffmpeg -deinterlace -f dv -i - \ -vf

Re: [FFmpeg-user] m3u8 live stream will not play in google chrome

2018-07-25 Thread Anthony Griffiths
On Wed, Jul 25, 2018 at 9:26 AM, Karim SLIMANI wrote: > I am not sure that Chrome desktop can natively play HLS stream. > I suggest you try to play video using a playback library, for example, > HLS.JS (just google it). thankyou but its my ffmpeg command that's at fault here. There's a demo

Re: [FFmpeg-user] m3u8 live stream will not play in google chrome

2018-07-25 Thread Anthony Griffiths
On Tue, Jul 24, 2018 at 7:12 PM, Carl Eugen Hoyos wrote: > 2018-07-24 19:53 GMT+02:00, Micael Silva : >> On Tue, Jul 24, 2018 at 8:14 AM, Anthony Griffiths >> wrote: >> >>> I use ffmpeg on a centos 6 machine to create a live stream that goes >>>

Re: [FFmpeg-user] m3u8 live stream will not play in google chrome

2018-07-25 Thread Anthony Griffiths
t 8:14 AM, Anthony Griffiths > wrote: > >> I use ffmpeg on a centos 6 machine to create a live stream that goes >> to a centos 6 vps server running nginx. This is the command: >> >> ffmpeg -y -f mpegts -i /dev/dvb/adapter0/dvr0 -f flv \ >> -codec:v libx264 -prese

[FFmpeg-user] m3u8 live stream will not play in google chrome

2018-07-24 Thread Anthony Griffiths
I use ffmpeg on a centos 6 machine to create a live stream that goes to a centos 6 vps server running nginx. This is the command: ffmpeg -y -f mpegts -i /dev/dvb/adapter0/dvr0 -f flv \ -codec:v libx264 -preset slow -s 320x180 -qscale:v 20 -maxrate 600k -bufsize 1000k -vf scale=-1:240 -threads 0 \

Re: [FFmpeg-user] Autolaunch FFMPEG when network traffic detected

2018-07-23 Thread Anthony Griffiths
On Mon, Jul 23, 2018 at 4:34 PM, yannickb wrote: > Yes, I should have started with the setup description: > > I have several (i)Phones that send mpeg-ts/udp video stream over LTE to a > debian 9.0 computer with a Blackmagic Decklink Quad with up to 8 SDI output. > I link each phone to a SDI

Re: [FFmpeg-user] Autolaunch FFMPEG when network traffic detected

2018-07-23 Thread Anthony Griffiths
ill the log file? With iptables? Could you give me an example ? > (I guess you use the limit and burst options to avoid geting huge log > files?) > > > On 20 July 2018 at 14:46, Anthony Griffiths wrote: > >> On Fri, Jul 20, 2018 at 11:55 AM, yannickb >> wrote: >> >>

Re: [FFmpeg-user] Autolaunch FFMPEG when network traffic detected

2018-07-20 Thread Anthony Griffiths
I'm struggling to understand exactly what your setup is but what ever it is you have to do it so that a log file is generated. Maybe /var/log/messages will contain the string you need. I start ffmpeg with an init.d script called 'stream', and this script creates a pid file at /var/run/stream.pid

Re: [FFmpeg-user] Best option for live stream

2018-07-20 Thread Anthony Griffiths
On Fri, Jul 20, 2018 at 12:20 PM, hans gerte wrote: > Hi all. > need some advise on parameters for live streaming. > This is currently my string, it takes the stream from tvheaedned: > need to lower the bitstream as im sending the stream over wan. but the > problem that i have, is that it uses a

Re: [FFmpeg-user] Autolaunch FFMPEG when network traffic detected

2018-07-20 Thread Anthony Griffiths
On Fri, Jul 20, 2018 at 11:55 AM, yannickb wrote: > Hi, > > I am trying to build a *headless encoder* that would *autostart* streaming > with *ffmpeg* as soon as it receives a stream on a given port (let's say a > MPEG-TS stream on UDP/3000) and output it to a blackmagic SDI output. > I don't

[FFmpeg-user] Option rc_eq not found | conversion failed

2018-07-18 Thread Anthony Griffiths
I'm using ffmpeg to stream a live broadcast to another machine running ffserver but the process won't run and I keep betting the error: "Option rc_eq not found Conversion failed!" This is the ffmpeg command: # .../ffmpeg-git-20171101-64bit-static/ffmpeg -y -f mpegts -i /dev/dvb/adapter0/dvr0

[FFmpeg-user] (no subject)

2018-06-07 Thread Anthony Griffiths
I have a live video stream on a centos 6 server that can be viewed at http://198.91.92.112:90/mobile/index.m3u8 using nginx and I'm trying to re-stream this to ffserver (on the same machine) using ffmpeg-0.10.16-1.el6.x86_64 that I installed with yum. The output video from ffmpeg can be viewed at

[FFmpeg-user] rtmp output is black, bitrate= N/A

2015-04-25 Thread Anthony Griffiths
this post is a continuation of a previous thread (of mine) about encoding to multiple targets. I'm trying to create a stream and record it too in one command, this is the command I'm using: ffmpeg -i [input] blah-de-blah '[f=flv]rtmp://xxx.xxx.xxx.xxx:1935/live/livestream1|recording.mp4 this is

Re: [FFmpeg-user] rtmp output is black, bitrate= N/A

2015-04-25 Thread Anthony Griffiths
On Sat, Apr 25, 2015 at 8:40 PM, DopeLabs dopel...@dubstep.fm wrote: from https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs Tee pseudo-muxer https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs#Teepseudo-muxer The

Re: [FFmpeg-user] output to multiple targets

2015-04-25 Thread Anthony Griffiths
On Sat, Apr 25, 2015 at 2:59 PM, Nicolas George geo...@nsup.org wrote: Le sextidi 6 floréal, an CCXXIII, Anthony Griffiths a écrit : # dvgrab -format dv1 - | ffmpeg -deinterlace -f dv -i - -f flv -vcodec flv -s 320x240 -r 10 -b:v 1000k -vcodec libx264 -preset veryfast -crf 25 -maxrate 3000k

[FFmpeg-user] output to multiple targets

2015-04-25 Thread Anthony Griffiths
I'm running ffmpeg on fedora 20 64 bit. I've been using the following command with success to encode a (live camera) dv input to rtmp stream : # dvgrab -format dv1 - | ffmpeg -deinterlace -f dv -i - -f flv -vcodec flv -s 320x240 -r 10 -b:v 1000k -vcodec libx264 -preset veryfast -crf 25

Re: [FFmpeg-user] output to multiple targets

2015-04-25 Thread Anthony Griffiths
On Sat, Apr 25, 2015 at 4:04 PM, Nicolas George geo...@nsup.org wrote: Le sextidi 6 floréal, an CCXXIII, Anthony Griffiths a écrit : thanks for your response and apologies for the overdose of detail in my original post. On the ffmpeg forum if you don't give full details with console output you

[FFmpeg-user] ffmpeg forum down

2015-04-24 Thread Anthony Griffiths
does anyone know if/when the ffmpeg forum (http://ffmpeg.gusari.org/) will be back up? I haven't been able to get the forum for several days and I've tried from two different ip addresses. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] update atomically

2015-01-28 Thread Anthony Griffiths
so how would I get around the problem of the stream randomly crashing because the file can't update fast enough? Is this a case of me simply not having a fast enough machine? On Wed, Jan 28, 2015 at 9:55 AM, Nicolas George geo...@nsup.org wrote: Le nonidi 9 pluviôse, an CCXXIII, Simon Thelen a

[FFmpeg-user] update atomically

2015-01-28 Thread Anthony Griffiths
I stream video with text overlay and wish to change the text every few seconds, The text file I use is 'screentext.txt' and I update it by a line in a bash script thus: 'cp -f new-screentext.txt screentext.txt' However the ffmpeg stream process is crashing at random, blaming the screentext.txt

Re: [FFmpeg-user] update atomically

2015-01-28 Thread Anthony Griffiths
On Wed, Jan 28, 2015 at 6:57 PM, Marton Balint c...@passwd.hu wrote: On Wed, 28 Jan 2015, Anthony Griffiths wrote: so how would I get around the problem of the stream randomly crashing because the file can't update fast enough? Is this a case of me simply not having a fast enough machine