Page 1 of 1

Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 5:07 am
by piscui
Is there a way to use something other than ffmpeg to pipe in the video stream data? Or is it possible to do that via plugins?

That would be really cool because you would not only be able to stream non-standard streams in some proprietary format but also use other tools such as rtmpdump. Porting streams from other tools (rtmpgui, xbmc, etc) would also be much easier.

Thanks

Re: Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 5:14 am
by moltra
rtmpdump is already being used with ffmpeg, it ffmpeg is configured to use it.

this wiki entry shows what all programs ffmepg is setup for.

http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux

Re: Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 7:38 pm
by piscui
I think what you're referring to is librtmp. It is my understanding that both ffmpeg and rtmpdump make use of this library, however with different implementations.

My question aims to be able to use either tool (not just the library), or any tool for that matter that can output a video stream data.

Re: Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 7:48 pm
by Cerberus
piscui wrote:I think what you're referring to is librtmp. It is my understanding that both ffmpeg and rtmpdump make use of this library, however with different implementations.

My question aims to be able to use either tool (not just the library), or any tool for that matter that can output a video stream data.


no serviio is designed around ffmpeg so nothing else can be used.

Re: Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 9:07 pm
by piscui
Is it too much of a long shot to request this as a new feature?

Re: Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 9:39 pm
by Cerberus
piscui wrote:Is it too much of a long shot to request this as a new feature?


yep

Re: Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 10:33 pm
by piscui
Cerberus wrote:
piscui wrote:Is it too much of a long shot to request this as a new feature?


yep


@Cerberus: Thanks.

@zip: would you please confirm this?

Re: Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 11:18 pm
by zip
no plans not scope for doing this atm

Re: Alternative to ffmpeg for live streams

PostPosted: Sat Feb 04, 2012 11:53 pm
by piscui
Got it, I'll figure something out then - thanks.