Re: [xuggler-users] Live Streaming RTSP or RTMP

1,807 views
Skip to first unread message

Nikita Belenkiy

unread,
Mar 11, 2013, 2:01:22 AM3/11/13
to xuggle...@googlegroups.com
Hello!
Here are some useful links to do streaming:

How to make xuggler publishing to rtmp:
http://stackoverflow.com/questions/3214422/how-to-transmit-live-video-from-within-a-java-application

nginx+nginx_rtmp_module for streaming server. There is build instruction in wiki.

https://github.com/arut/nginx-rtmp-module
http://nginx.org


Nikita

On 10.03.2013, at 23:41, Brian Estrada <brian...@gmail.com> wrote:

> Hi,
>
> I'm working on a project for the University. I have to make a video conference app. I can build a media file with audio and video using xuggler but I need to broadcasting as live streaming. I've seen ffmpeg but can't do the live streaming thing, just works with a pre-recorder file. Does someone can help me?
>
> --
> You received this message because you are subscribed to the Google Groups "xuggler-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to xuggler-user...@googlegroups.com.
> To post to this group, send email to xuggle...@googlegroups.com.
> Visit this group at http://groups.google.com/group/xuggler-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Shashi

unread,
Mar 11, 2013, 2:03:32 AM3/11/13
to xuggle...@googlegroups.com
Hi,

You can use red5 media server for streaminng live. An applocation
OflaDemo comes along with red5 which is capable of live streaming.

Regards,
Shashi Ranjan

Brian Estrada

unread,
Mar 12, 2013, 2:34:30 AM3/12/13
to xuggle...@googlegroups.com
Thanks! I've been trying to publish my live video with

IMediaWriter writer = ToolFactory.makeWriter("rtmp://localhost/oflaDemo/test");

or

IContainer container = IContainer.make();
IContainerFormat containerFormat_live = IContainerFormat.make();
containerFormat_live.setOutputFormat("flv", "rtmp://localhost/oflaDemo/test", null);
container.setInputBufferLength(0);
int retVal = container.open("rtmp://localhost/oflaDemo/test", IContainer.Type.WRITE, containerFormat_live);

But everytime gives me the error: [main] ERROR com.xuggle.xuggler - URL: rtmp://localhost/oflaDemo/test; Error: could not find output format (../../../../../../../csrc/com/xuggle/xuggler/Container.cpp:513)
Reply all
Reply to author
Forward
0 new messages