Best way to stream to webpage?
Matias Hernandez Arellano
msdark at archlinux.cl
Mon Apr 25 12:19:30 PDT 2011
(Sorry for my english)
but,i have an application written in C++ and i need to add this capability to the pipeline i use now.
The application use appsrc to stream
My actual pipeline is:
appsrc name=\"mysrc\" ! video/x-raw-rgb,width=320,height=240 ! queue ! videoparse format=14 width=320 height=240 ! ffmpegcolorspace ! queue ! tcpserversink port=5000
For testing purpose this work good, i just run in other machine this:
gst-launch tcpclientsrc port=5000 host=127.0.0.1 ! videoparse format=14 width=320 height=240 ! glimagesink sync=false
and i can see the streaming...
but i need change this pipeline (the appsrc pipeline) to stream to web page.. is this possible or i need to create a file (maybe a ogg video file) and use this with a web page (the problem is that file will grow a lot, the stream is theoretically infinite ) ??
Thanks a lot
El 25-04-2011, a las 14:06, Mathias Gyllengahm escribió:
> Flumotion's cortado applet + icecast as backend has done the job for me.
>
> /Mathias
>
> 2011/4/25 Kapil Agrawal <kapil.agl at gmail.com>
>
>> you can either use flumotion directly or even just encode in say webm (for
>> chrome) and stream.
>>
>> On Mon, Apr 25, 2011 at 10:26 PM, Matias Hernandez Arellano <
>> msdark at archlinux.cl> wrote:
>>
>>> I have an application that stream a video captured from a camera..
>>>
>>> Its possible to see this stream into a HTML5 webpage??
>>> and if so.. what is the best way to accomplish that? (i mean the pipeline
>>> type)
>>>
>>> Thanks in advance.
>>>
>>> Matías Hernandez Arellano
>>> Ingeniero de Software/Proyectos en VisionLabs S.A
>>> CDA Archlinux-CL
>>> www.msdark.archlinux.cl
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> gstreamer-devel at lists.freedesktop.org
>>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>>
>>
>>
>>
>> --
>> www.mediamagictechnologies.com (Gstreamer, ffmpeg, Red5, Streaming)
>> twitter handle: @gst_kaps
>> http://www.linkedin.com/in/kapilagrawal
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Matías Hernandez Arellano
Ingeniero de Software/Proyectos en VisionLabs S.A
CDA Archlinux-CL
www.msdark.archlinux.cl
More information about the gstreamer-devel
mailing list