<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 4/6/2016 12:52 AM, Yu Ang Tan wrote:<br>
</div>
<blockquote
cite="mid:CAG4+fe4gVg7_h0+OxdfMht_gJ+PDdqqaUWxhyxXKhtc96N6edg@mail.gmail.com"
type="cite">
<div dir="ltr">I have seen this question being asked many times:
How can I stream video using libav? The answers usually go along
the lines of Live555, VLC, or Wowza.
<div><br>
</div>
<div>At the same time, I know that avformat_open_input()
supports rtsp URL as a video input, and the same applies to
avformat_alloc_output_context2() as a video output.</div>
<div><br>
</div>
<div>Is there something inherently disabling that these features
are not used, in favour of the suggestions above? </div>
<div><br>
</div>
<div> </div>
</div>
<div dir="ltr">-- <br>
</div>
<div dir="ltr">Ang</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
</blockquote>
We have seen ipcam rtsp service used as ffmpeg input source for
output as an rtsp broadcaster. I prefer red5 pro, but im a
developer in the organization and , of course I would prefer it. ;)<br>
<br>
ffmpeg {open commands} -rtsp_transport tcp -vcodec h264 -acodec aac
-mux_delay 0.0 rtsp://serrverhost:port/uri <br>
</body>
</html>