Plugin to output RTMP

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Plugin to output RTMP

Tiago Katcipis
Im interessested on a plugin for gstreamer that outputs rmtp, but it seens that there is no support for rmtp on gstreamer. Is there anyone working on something like that or if i want to build a plugin to output rmtp i will have to start from zero. If i have to start from zero, which would be the best way to start?

best regards,
Katcipis

--
"it might be a profitable thing to learn Java, but it has no intellectual value whatsoever" Alexander Stepanov

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Plugin to output RTMP

Miguel Angel Cabrera-2
Currently there are implementations of the RTMP protocol.

In Java there is the project Red5, an RTMP server.
In C there is VLC
http://git.videolan.org/?p=vlc.git;a=tree;f=modules/access/rtmp;h=2fb8722af90f53e0fe2b97d8808204e5f299ba3b;hb=HEAD and http://git.videolan.org/?p=vlc.git;a=tree;f=modules/access_output;h=f4894372c548fa80aa5a0f06c6c1374ce8817fb0;hb=HEAD

There are more implementations, just google for them.

Also Adobe announced they will make public the RTMP specification in
first semester of 2009.

On Thu, 2009-05-21 at 17:54 -0300, Tiago Katcipis wrote:

> Im interessested on a plugin for gstreamer that outputs rmtp, but it
> seens that there is no support for rmtp on gstreamer. Is there anyone
> working on something like that or if i want to build a plugin to
> output rmtp i will have to start from zero. If i have to start from
> zero, which would be the best way to start?
>
> best regards,
> Katcipis
>
> --
> "it might be a profitable thing to learn Java, but it has no
> intellectual value whatsoever" Alexander Stepanov
> ------------------------------------------------------------------------------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals. Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Plugin to output RTMP

Tiago Katcipis
thanks for the help Miguel, i am already working with red5 but i dont know if it will do everything i want, so im thinking about a solution on C/C++, probably using gstreamer.

best regards,
Katcipis

On Thu, May 21, 2009 at 6:33 PM, Miguel Angel Cabrera <[hidden email]> wrote:
Currently there are implementations of the RTMP protocol.

In Java there is the project Red5, an RTMP server.
In C there is VLC
http://git.videolan.org/?p=vlc.git;a=tree;f=modules/access/rtmp;h=2fb8722af90f53e0fe2b97d8808204e5f299ba3b;hb=HEAD and http://git.videolan.org/?p=vlc.git;a=tree;f=modules/access_output;h=f4894372c548fa80aa5a0f06c6c1374ce8817fb0;hb=HEAD

There are more implementations, just google for them.

Also Adobe announced they will make public the RTMP specification in
first semester of 2009.

On Thu, 2009-05-21 at 17:54 -0300, Tiago Katcipis wrote:
> Im interessested on a plugin for gstreamer that outputs rmtp, but it
> seens that there is no support for rmtp on gstreamer. Is there anyone
> working on something like that or if i want to build a plugin to
> output rmtp i will have to start from zero. If i have to start from
> zero, which would be the best way to start?
>
> best regards,
> Katcipis
>
> --
> "it might be a profitable thing to learn Java, but it has no
> intellectual value whatsoever" Alexander Stepanov
> ------------------------------------------------------------------------------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals. Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



--
"it might be a profitable thing to learn Java, but it has no intellectual value whatsoever" Alexander Stepanov

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Plugin to output RTMP

Ivan Murashko-2
In reply to this post by Tiago Katcipis
Hello all

I am interested on such plugin too. Is it available or may be somebody has been started the implementation? I want to join.

On Thu, May 21, 2009 at 11:54 PM, Tiago Katcipis <[hidden email]> wrote:
Im interessested on a plugin for gstreamer that outputs rmtp, but it seens that there is no support for rmtp on gstreamer. Is there anyone working on something like that or if i want to build a plugin to output rmtp i will have to start from zero. If i have to start from zero, which would be the best way to start?

best regards,
Katcipis


--
Best regards,
Ivan

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Plugin to output RTMP

Bastien Nocera-2
On Sun, 2009-12-06 at 13:04 +0300, Ivan Murashko wrote:

> Hello all
>
> I am interested on such plugin too. Is it available or may be somebody
> has been started the implementation? I want to join.
>
> On Thu, May 21, 2009 at 11:54 PM, Tiago Katcipis
> <[hidden email]> wrote:
>         Im interessested on a plugin for gstreamer that outputs rmtp,
>         but it seens that there is no support for rmtp on gstreamer.
>         Is there anyone working on something like that or if i want to
>         build a plugin to output rmtp i will have to start from zero.
>         If i have to start from zero, which would be the best way to
>         start?
>        
>         best regards,
>         Katcipis

https://bugzilla.gnome.org/show_bug.cgi?id=566604



------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Plugin to output RTMP

Florent THIERY-2
Hi

> https://bugzilla.gnome.org/show_bug.cgi?id=566604

I believe the thread was more about sending rtmp towards a flash
server (Red5, FMS, Wowza, etc). This link refers to a source element
(for playback). I agree this make lot less sense to implement (without
all the flash bells and whistles), however it does make sense for
sending data to a streaming server within gstreamer since there are
absolutely no open alternatives for this.

FLorent

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel