[FFmpeg-user] RTMP stream from digital mic : interruptions

2021-05-17 Thread Yannick Barbeaux
Hello I capture the audio from a digital mic (ICS-43434-FX) connected on the GPIO of a Raspberry Pi and send the signal through a RTMP stream to a RTMP server (node-media-server) running on a computer directly connected to the Raspberry : $ ffmpeg -ar 48000 -acodec pcm_s32le -ac 2 -f alsa -i

Re: [FFmpeg-user] timeout error when reading RTSP/RTP incoming audio stream

2020-06-18 Thread Yannick Barbeaux
On Mon, Jun 15, 2020 at 9:28 AM Yannick Barbeaux < yannick.barbe...@keemotion.com> wrote: > Hello > I am struggling to read a multicast audio RTP stream controlled by RTSP. > As soon as I launch the ffplay or ffmpeg command, the RTP traffic starts > (tcpdump) on port 5004/

Re: [FFmpeg-user] timeout error when reading RTSP/RTP incoming audio stream

2020-06-17 Thread Yannick Barbeaux
On Tue, Jun 16, 2020 at 9:45 AM Yannick Barbeaux wrote: > On Mon, 15 Jun 2020 at 09:37, Yannick Barbeaux > wrote: > > > > Hello > > I am struggling to read a multicast audio RTP stream controlled by RTSP. > As > > soon as I launch the ffplay or ffmpe

Re: [FFmpeg-user] timeout error when reading RTSP/RTP incoming audio stream

2020-06-16 Thread Yannick Barbeaux
On Mon, 15 Jun 2020 at 09:37, Yannick Barbeaux wrote: > > Hello > I am struggling to read a multicast audio RTP stream controlled by RTSP. As > soon as I launch the ffplay or ffmpeg command, the RTP traffic starts > (tcpdump) on port 5004/UDP (as advertised in the SDP file), so i

[FFmpeg-user] timeout error when reading RTSP/RTP incoming audio stream

2020-06-15 Thread Yannick Barbeaux
Hello I am struggling to read a multicast audio RTP stream controlled by RTSP. As soon as I launch the ffplay or ffmpeg command, the RTP traffic starts (tcpdump) on port 5004/UDP (as advertised in the SDP file), so it should read the stream correctly but I finally get a time-out instead (and empty

[FFmpeg-user] RTMP/RTP input timeout (valid stream)

2020-06-13 Thread Yannick Barbeaux
Hello I am struggling to read a multicast audio RTP stream controlled by RTSP. As soon as I launch the ffplay or ffmpeg command, the RTP traffic starts on port 5004/UDP (as advertised in the SDP file), so it should read the stream correctly but I finally get a time-out instead (and empty out

[FFmpeg-user] multicast RTSP/RTP input : timeout

2020-06-11 Thread Yannick Barbeaux
Hello I am struggling to read a multicast audio RTP stream controlled by RTSP. As soon as I launch the ffplay or ffmpeg command, the RTP traffic starts on port 5004/UDP (as advertised in the SDP file), so it should read the stream correctly but I finally get a time-out instead (and empty out

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

2018-07-22 Thread Yannick Barbeaux
Thank you Anthony. How do you fill 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: > > > Hi, > > >