Streaming live video ogg format over html

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

Streaming live video ogg format over html

chmario
This post was updated on .
I need to stream live video in ogg format over html protocol.
I have done it successfully with VLC. vlc output string is:
:sout=#transcode{vcodec=theo,vb=800,fps=15,scale=1,acodec=none}:duplicate{dst=http{dst=:8081/vido.ogg},dst=display} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep

I would like to replace the same but using a gstreamer pipeline.

I hope some one can help me
Regards
Mario
MChC
Reply | Threaded
Open this post in threaded view
|

Re: Streaming live video ogg format over html

Benjamin Schwartz
On 03/08/2012 01:31 AM, chmario wrote:
> I need to stream live video in ogg format overt html protocol.
> I have done it successfully with VLC. vlc output string is:
> :sout=#transcode{vcodec=theo,vb=800,fps=15,scale=1,acodec=none}:duplicate{dst=http{dst=:8081/vido.ogg},dst=display}
> :no-sout-rtp-sap :no-sout-standard-sap :sout-keep

You can do this using Icecast and gstreamer.  You can see an example
invocation at

http://bemasc.net/wordpress/2011/03/26/live/

--Ben


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Streaming live video ogg format over html

Tim-Philipp Müller-2
In reply to this post by chmario
On Wed, 2012-03-07 at 22:31 -0800, chmario wrote:

> I need to stream live video in ogg format overt html protocol.
> I have done it successfully with VLC. vlc output string is:
> :sout=#transcode{vcodec=theo,vb=800,fps=15,scale=1,acodec=none}:duplicate{dst=http{dst=:8081/vido.ogg},dst=display}
> :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
>
> I would like to replace the same but using a a gstreamer pipeline.

In addition to what Ben said, there are also various GStreamer-based
streaming servers for this sort of thing, such as LLandell [1] or
Flumotion and others.

 Cheers
  -Tim

[1] see http://gstreamer.freedesktop.org/conference/slides/landell.pdf


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel