Hi!!!
How can i stream live video feed from webcam to a webpage.. I now i can create a pipeline to capture from webcam and sink into a ogg file.. then in the webpage read this file.. but the problem with this is the size of the file.. the video feed is "infinite" so the video file will continuously growing and this is not convenient .. So i try to search how stream directly like when use tcpserversink o udpserversink .. but with this sink methods i can only see the first frame in the webpage (using html5 video tag) ... I need to do this programmatically , i mean write the code for this purpose... I try with icecast but don't work good (or maybe my implementation was bad) ... Any idea, guideline, example or anything will be welcome. Thanks for your time!!! Matías Hernandez Arellano Ingeniero de Software/Proyectos en VisionLabs S.A CDA Archlinux-CL www.msdark.archlinux.cl _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
2011/5/19 Matias Hernandez Arellano <[hidden email]> Hi!!! I need to do this programmatically , i mean write the code for this purpose... I try with icecast but don't work good (or maybe my implementation was bad)You migh ... Any idea, guideline, example or anything will be welcome. Thanks for your time!!! -- -- Noe Nieto
Estudiante de Psicología Holokinética Diplomados, noticias, libros, artículos, audios y videos gratuitos : percepcionunitaria.org_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
2011/5/19 Noe Nieto [http://percepcionunitaria.org]] <[hidden email]>
But some people like WebM http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-webmmux.html http://blogs.gnome.org/uraeus/2010/05/19/webm-and-gstreamer/ http://www.flumotion.com/demosite/webm/ http://www.webmproject.org/
-- -- Noe Nieto
Estudiante de Psicología Holokinética Diplomados, noticias, libros, artículos, audios y videos gratuitos : percepcionunitaria.org_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
well, i try with icecast and this pipeline
appsrc name=\"mysrc\" ! video/x-raw-rgb,width=320,height=240 ! queue " "! videoparse format=14 width=320 height=240 ! ffmpegcolorspace ! queue ! theoraenc ! oggmux ! queue ! " " shout2send mount=/stream port=8000 But, i can't do in "real time" .. i mean i have a delay about 10 seconds...!!! and this is to much... I try using tpcserversink but i can't reproduce in the webpage... If i run the webpage videoplayer a lot of time after of the video capture application i have more delay ... no real time.. How can i accomplish a real time video feed... using icecast to stream to a webpage.. Thanks in advance. El 19-05-2011, a las 18:46, Noe Nieto [http://percepcionunitaria.org]] escribió: > 2011/5/19 Noe Nieto [http://percepcionunitaria.org]] <[hidden email]> > >> >> 2011/5/19 Matias Hernandez Arellano <[hidden email]> >> >>> Hi!!! >>> >>> >>> How can i stream live video feed from webcam to a webpage.. >>> I now i can create a pipeline to capture from webcam and sink into a ogg >>> file.. then in the webpage read this file.. but the problem with this is the >>> size of the file.. the video feed is "infinite" so the video file will >>> continuously growing and this is not convenient .. >>> >>> So i try to search how stream directly like when use tcpserversink o >>> udpserversink .. but with this sink methods i can only see the first frame >>> in the webpage (using html5 video tag) ... >>> >>> >> I need to do this programmatically , i mean write the code for this >>> purpose... I try with icecast but don't work good (or maybe my >>> implementation was bad)You migh ... >>> >> >> Any idea, guideline, example or anything will be welcome. >>> >>> >> HTML 5 is not well standarized yet :( >> >> http://lmgtfy.com/?q=HTML5+streaming >> >> > But some people like WebM > > http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-webmmux.html > > http://blogs.gnome.org/uraeus/2010/05/19/webm-and-gstreamer/ > > http://www.flumotion.com/demosite/webm/ > > http://www.webmproject.org/ > > > >> >> >>> Thanks for your time!!! >>> >>> Matías Hernandez Arellano >>> Ingeniero de Software/Proyectos en VisionLabs S.A >>> CDA Archlinux-CL >>> www.msdark.archlinux.cl >>> >>> >>> >>> >>> _______________________________________________ >>> gstreamer-devel mailing list >>> [hidden email] >>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >>> >> >> >> >> -- >> -- >> *Noe Nieto >> Estudiante de Psicología Holokinética* >> >> Diplomados, noticias, libros, artículos, >> audios y videos gratuitos : *percepcionunitaria.org* >> > > > > -- > -- > *Noe Nieto > Estudiante de Psicología Holokinética* > > Diplomados, noticias, libros, artículos, > audios y videos gratuitos : *percepcionunitaria.org* > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > 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 _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |