[FFmpeg-trac] #138(avformat:closed): add support for rtmp live stream

FFmpeg trac at avcodec.org
Sun May 8 14:04:38 CEST 2011


#138: add support for rtmp live stream
-----------------------------+-------------------------
Reporter:  taeuber           |       Owner:
    Type:  enhancement       |      Status:  closed
Priority:  minor             |   Component:  avformat
 Version:  unspecified       |  Resolution:  worksforme
Keywords:  rtmp live stream  |  Blocked By:
Blocking:                    |  Reproduced:  0
Analyzed:  0                 |
-----------------------------+-------------------------
Changes (by compn):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 please read the manual:
 http://ffmpeg.org/ffplay.html#SEC44

 specifically:

 For example, to stream a file in real-time to an RTMP server using
 `ffmpeg':
 ffmpeg -re -i myfile -f flv rtmp://myserver/live/mystream

 To play the same stream using `ffplay':
 ffplay "rtmp://myserver/live/mystream live=1"

 in your case:

 ffplay "rtmp://live.daserste.de/ardfslive-live/H264_Live_Web_L live=1"

 works for me.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/138#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list