Re: [FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output)

2017-01-15 Thread Moritz Barsnick
On Sun, Jan 15, 2017 at 15:59:14 -0500, Andreas Håkon wrote: > The bracket style is identical to the rest of the ffmpeg code... !? Is appears you're right and I'm wrong, though I was totally convinced of the opposite... Moritz ___ ffmpeg-devel mailing l

Re: [FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output)

2017-01-15 Thread Andreas Håkon
Hi Moritz, Original Message Subject: Re: [FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output) From: barsn...@gmx.net To: FFmpeg development discussions and patches On Fri, Jan 13, 2017 at 07:57:28 -0500, Andreas Håkon wrote: > +static

Re: [FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output)

2017-01-13 Thread Moritz Barsnick
On Fri, Jan 13, 2017 at 07:57:28 -0500, Andreas Håkon wrote: > +static int rtp_mpegtsraw_write_close(AVFormatContext *s) > +{ ffmpeg bracket style is different. https://ffmpeg.org/developer.html#toc-Code-formatting-conventions (indent's "-kr" implies "-br", which means that the opening curly brack

Re: [FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output)

2017-01-13 Thread Andreas Håkon
Hi, I resend the attachment with the correct mime type: text/plain Sorry! Original Message Subject: [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output) From: andreas.ha...@protonmail.com To: ffmpeg-devel@ffmpeg.org Hi, This patch adds a new MUXER named "rtp_mpe

Re: [FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output)

2017-01-10 Thread Andreas Håkon
Hi Original Message Subject: Re: [FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output) Local Time: 10 de enero de 2017 2:36 PM UTC Time: 10 de enero de 2017 13:36 From: mich...@niedermayer.cc To: FFmpeg development discussions and patches On Mon, Jan

Re: [FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output)

2017-01-10 Thread Michael Niedermayer
On Mon, Jan 09, 2017 at 02:59:37PM -0500, Andreas Håkon wrote: > Hi, > > This patch adds a new MUXER named "rtp_mpegtsraw". This new muxer works with > the "mpegtsraw" input demuxer. The objective is enable direct bitstream > input-output of MPEG-TS for RTP+FEC. Using the recent support for Pro-MP

[FFmpeg-devel] [PATCH] avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output)

2017-01-09 Thread Andreas Håkon
Hi, This patch adds a new MUXER named "rtp_mpegtsraw". This new muxer works with the "mpegtsraw" input demuxer. The objective is enable direct bitstream input-output of MPEG-TS for RTP+FEC. Using the recent support for Pro-MPEG CoP FEC protocol, you can now use FFmpeg for streaming any UDP/RTP MPE