[FFmpeg-trac] #4825(ffmpeg:closed): implement an equivalent for mplayer -dumpstream

FFmpeg trac at avcodec.org
Fri Sep 4 14:56:23 CEST 2015


#4825: implement an equivalent for mplayer -dumpstream
-------------------------------------+-----------------------------------
             Reporter:  cehoyos      |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  ffmpeg
              Version:  git-master   |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by Cigaes):

 Replying to [comment:4 cehoyos]:
 > Is it documented?

 I do not remember, I suspect not.

 > {{{
 > $ ffmpeg -i rtmp://82.208.148.204:1935/live/tvriasi -map 0 -codec copy
 -f data out
 > }}}

 In order to bypass demuxing, data format must be selected for input too:

 {{{
 ffmpeg -f data -i rtmp://82.208.148.204:1935/live/tvriasi \
   -map 0 -codec copy -f data out
 }}}

 I tested it with this server and it works.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4825#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list