Hi all: I can’t find HDMI
video support in Gstreamer. Could anyone here tell me why? Not feasible or just
lack of resource? If someone has done some
investigation, could you please give me some hints? Thanks in advance. Weian ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi,
Chen, Weian schrieb: > > Hi all: > > > > I can’t find HDMI video support in Gstreamer. Could anyone here tell > me why? Not feasible or just lack of resource? > HDMI is not a format, its a physical input/output. Not sure whats the best API on linux to support it. Stefan > > > > If someone has done some investigation, could you please give me some > hints? > > > > Thanks in advance. > > > > Weian > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi
Thanks for your info. And what I want to do is to develop a sink element to send decoded data to HDMI. Is it possible? Weian -----Original Message----- From: Stefan Kost [mailto:[hidden email]] Sent: 2008年12月9日 15:18 To: Discussion of the development of GStreamer Subject: Re: [gst-devel] HDMI video support in Gstreamer hi, Chen, Weian schrieb: > > Hi all: > > > > I can’t find HDMI video support in Gstreamer. Could anyone here tell > me why? Not feasible or just lack of resource? > HDMI is not a format, its a physical input/output. Not sure whats the best API on linux to support it. Stefan > > > > If someone has done some investigation, could you please give me some > hints? > > > > Thanks in advance. > > > > Weian > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi,
Chen, Weian schrieb: > Hi > > Thanks for your info. > > And what I want to do is to develop a sink element to send decoded data to HDMI. Is it possible? > Sure. There is a base class for sinks (GstBaseSink). This is used e.g. by xvimagesink or ximagesink. Its recommened to use that, as it implements most generic functionality needed for A/V sync. What you need to find out is what api is used to output to hdmi on linux (is is v4l2?). Stefan > Weian > > -----Original Message----- > From: Stefan Kost [mailto:[hidden email]] > Sent: 2008年12月9日 15:18 > To: Discussion of the development of GStreamer > Subject: Re: [gst-devel] HDMI video support in Gstreamer > > hi, > > Chen, Weian schrieb: > >> Hi all: >> >> >> >> I can’t find HDMI video support in Gstreamer. Could anyone here tell >> me why? Not feasible or just lack of resource? >> >> > HDMI is not a format, its a physical input/output. Not sure whats the > best API on linux to support it. > > Stefan > >> >> >> If someone has done some investigation, could you please give me some >> hints? >> >> >> >> Thanks in advance. >> >> >> >> Weian >> >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. >> The future of the web can't happen without you. Join us at MIX09 to help >> pave the way to the Next Web now. Learn more and register at >> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> >> > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Tue, 2008-12-09 at 10:05 +0200, Stefan Kost wrote:
> hi, > > Chen, Weian schrieb: > > Hi > > > > Thanks for your info. > > > > And what I want to do is to develop a sink element to send decoded data to HDMI. Is it possible? > > > Sure. There is a base class for sinks (GstBaseSink). This is used e.g. > by xvimagesink or ximagesink. Its recommened to use that, as it > implements most generic functionality needed for A/V sync. > > What you need to find out is what api is used to output to hdmi on linux > (is is v4l2?). Why would it be any different from output through DVI, or another digital output? X should know how to drive it, the only hard bit being the HDMI audio. See also: https://fedoraproject.org/wiki/Features/HDTVEnhancements ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thank you all. And my thinking is that if we treat HDMI as generic digital output such as DVI, all display will be sent to HDMI. What I want is that only video/audio data playback within Gstreamer framework will be output to HDMI interface. Any comments? Thanks in advanced. Weian -----Original Message----- From: Bastien Nocera [mailto:[hidden email]] Sent: 2008年12月9日 17:28 To: Discussion of the development of GStreamer Subject: Re: [gst-devel] HDMI video support in Gstreamer On Tue, 2008-12-09 at 10:05 +0200, Stefan Kost wrote: > hi, > > Chen, Weian schrieb: > > Hi > > > > Thanks for your info. > > > > And what I want to do is to develop a sink element to send decoded data to HDMI. Is it possible? > > > Sure. There is a base class for sinks (GstBaseSink). This is used e.g. > by xvimagesink or ximagesink. Its recommened to use that, as it > implements most generic functionality needed for A/V sync. > > What you need to find out is what api is used to output to hdmi on linux > (is is v4l2?). Why would it be any different from output through DVI, or another digital output? X should know how to drive it, the only hard bit being the HDMI audio. See also: https://fedoraproject.org/wiki/Features/HDTVEnhancements ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |