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 <ffmpeg-devel@ffmpeg.org> 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-MPEG CoP > FEC protocol, you can now use FFmpeg for streaming any UDP/RTP MPEG-TS stream. > > Example: > > ffmpeg -f mpegtsraw -i udp://239.8.8.8:12345 -map 0 -c copy -f rtp_mpegtsraw > -fec prompeg=l=8:d=8 rtp://239.9.9.9:10000 > > In this example FFmpeg reads from the network one stream in UDP o RTP format > from the multicast address 239.8.8.8:12345 and re-encapsulates it without > remuxing to the multicast address 239.9.9.9 using RTP+FEC > (ports 10000 & 10001 are for the base RTP, port 10002 are for "row" and 10004 > are for "column"). > > If you ever have had the need to do use FFmpeg in plain "bitstream" mode > with MPEG-TS streams, you have luck: know you can! > > Please comment, > Andreas Håkon > > [...] patch seems corrupted: Applying: avformat: Add rtp_mpegtsraw (MPEG-TS RAW Stream output) error: corrupt patch at line 14 [...] Check the attached version of the patch. Andreas Håkon
Add-rtp_mpegtsraw-MPEG-TS-RAW-Stream-output.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel