MikaTake / lavfilters

lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

Support for RTMP Streaming #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I posted this on the Doom9 thread but didn't see a response, so I thought I'd 
save the feature request here:

It would be great if LAV Video Splitter would support RTMP URLs with additional 
arguments (spaces) in them.
ffmpeg is able to read from RTMP streams like USTREAM delivers. Here's an 
example, which is the TWiT Live stream:
rtmp://ustreamlivefs.fplive.net/ustream3live-live/ 
playpath=stream_live_1_1_1524 
swfUrl=http://static-cdn1.ustream.tv/swf/live/viewer.rsl:96.swf swfVfy=1 live=1

I don't know if this requires parsing the URL and passing the arguments through 
an API to the library or what. I just know it works as-is through ffmpeg via 
the command-line.

Simpler RTSP URLs that go directly to an Axis camera work pretty well. I am 
seeing some artifacts that don't appear in VLC connected to the same camera. 
Perhaps they are buffer underruns or missed UDP packets or something.

Original issue reported on code.google.com by LoopinF...@gmail.com on 29 Dec 2012 at 12:11

GoogleCodeExporter commented 9 years ago
RTMP is not supported at this time.

Original comment by h.lepp...@gmail.com on 29 Dec 2012 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by h.lepp...@gmail.com on 8 Jul 2013 at 9:37

GoogleCodeExporter commented 9 years ago
RTMP is supported in the next version of LAV.

Original comment by h.lepp...@gmail.com on 11 Dec 2014 at 11:23