hi,
We are using windows based Gstreamer from OAbuild. Now,We are trying to compile the RTSP Server at http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary, on windows but we are getting lots of compilation errors mainly due to missing definitions of the following: 1. GstRTSPChannel/GstRTSPWatch 2. gst_bin_range_to_string 3. gst_bin_recalculate_latency 4. gst_rtsp_url_copy I was just wondering if the entire source has been checked in at that place. What would you recommend for porting it cleanly to windows? Thanks, Abhishek |
On Wed, 2009-02-25 at 07:06 -0800, gstabhishek wrote:
> hi, > > We are using windows based Gstreamer from OAbuild. Now,We are trying to > compile the RTSP Server at > http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary, on windows but > we are getting lots of compilation errors mainly due to missing definitions > of the following: > 1. GstRTSPChannel/GstRTSPWatch > 2. gst_bin_range_to_string > 3. gst_bin_recalculate_latency > 4. gst_rtsp_url_copy > > > I was just wondering if the entire source has been checked in at that place. > What would you recommend for porting it cleanly to windows? You need the latest git of gstreamer and gst-plugins-base. Wim > > Thanks, > Abhishek ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by gstabhishek
Check out the gstreamer winbuild project (http://www.gstreamer-winbuild.ylatuya.es/doku.php). It's based on OABuild with support for a larger number of plugins. In the Changelog section you will find all changes maded to OABuild. Chears, Andoni Morales ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
I took the latest 0.10.22 source code of Gstreamer and gst-base-plug ins from GIT and tried to compile it using OAbuild projects. But, sources were not containing windows specific code (#ifdef OS_WIN32 #define IO_CTLSOCK ioctlsocket) and hence failed to compile it as source was requiring many modifications. Where can I get compilable sources of latest Gstreamer i.e. 0.10.22 for windows which will get compile by OAbuild projects? After this, I used the latest precompiled binaries from the http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=download, and then tried to compile the RTSP server but we are still getting some undefined symbols, the error log is attachederror_log_RTSP.txt . Any help. Is this 0.10.22 version ? thanks, abhishek
|
2009/2/26 gstabhishek <[hidden email]>
We are actually using gst-plugins-good-0.10.22 (see the Changelog section in the wiki for gstreamer modules version). By the way, the gstrtsp plugin is already included in these binaries, why are you trying to recompile it? If you want to compile some plugins by yourself just checkout the full winbuilds repository (https://forja.rediris.es/svn/csl-longomatch/trunk/gstreamer_oabuild). See the Developers section of the wiki for more details. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi,
We are actually trying to compile RTSP Server code which uses gstrtsp library,But gstrtsp lib can only receive rtsp streams (which I am able to do) it can not send. Please see the error log file uploaded for the details of the undefined symbols we are getting while compiling RTSP server. Abhishek
|
In reply to this post by Andoni Morales
It' s gst-plugins-good-0.10.14, sorry... ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi Wim and Andoni,
seems my question is still unanswered. Specifically , Can anybody tell me where do i find the following symbols gst_rtsp_message_take_header -- gstrtspmessage.h (might be present in updated version of this header) gst_rtsp_channel_queue_message gstrtspmessage.h gst_rtsp_range_to_string gstrtsprange.h gst_rtsp_options_as_text gst_rtsp_connection_accept gstrtspconnection.h gst_rtsp_channel_new gst_rtsp_channel_attach gst_rtsp_channel_unref Also we checked out cvs of gst-plugin-base from ":pserver:anoncvs@cvs.freedesktop.org:/cvs/gstreamer" and windows latest OA build source from "https://forja.rediris.es/svn/csl-longomatch/trunk/gstreamer_oabuild/" but we did not find these symbols in any of these locations.It seems the symbols may be present in the updated versions of the header files mentioned next to each symbol above. Please give some pointers for where to get these sources. Our intention is to compile the RTSP_SERVER from "http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary" on windows but we are limited by the fact that we can't find these symbols and has become the bottleneck for long. please advise. Abhishek This should be part of gstrtsp lib which is part of gst-plugin-base and the rtsp related files are at gstreamer\gst-plugins-base\gst-libs\gst\rtsp. I am using gst-plugin-base version 0.10.22. Can anyboday
|
On Thu, 2009-02-26 at 21:42 -0800, gstabhishek wrote:
> Hi Wim and Andoni, > > seems my question is still unanswered. Specifically , Can anybody tell me > where do i find the following symbols > gst_rtsp_message_take_header -- gstrtspmessage.h (might be present in > updated version of this header) > gst_rtsp_channel_queue_message gstrtspmessage.h > gst_rtsp_range_to_string gstrtsprange.h > gst_rtsp_options_as_text > gst_rtsp_connection_accept gstrtspconnection.h > gst_rtsp_channel_new > gst_rtsp_channel_attach > gst_rtsp_channel_unref You need the latest git versions of gst-plugins-base. > > > Also we checked out cvs of gst-plugin-base from > ":pserver:[hidden email]:/cvs/gstreamer" and windows latest OA > build source from > "https://forja.rediris.es/svn/csl-longomatch/trunk/gstreamer_oabuild/" > but we did not find these symbols in any of these locations.It seems the > symbols may be present in the updated versions of the header files mentioned > next to each symbol above. Please give some pointers for where to get these > sources. Those are way too old, you need git head, really. > > Our intention is to compile the RTSP_SERVER from > "http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary" on windows > but we are limited by the fact that we can't find these symbols and has > become the bottleneck for long. please advise. Maybe you can build the 0.10.1 release, which does not use the newest features... Wim > > > Abhishek > > > This should be part of gstrtsp lib which is part of gst-plugin-base and the > rtsp related files are at gstreamer\gst-plugins-base\gst-libs\gst\rtsp. I am > using gst-plugin-base version 0.10.22. Can anyboday > > Andoni Morales Ala > st_rtsp_options_as_textstruey wrote: > > > >> > >> > >> > >> We are actually using gst-plugins-good-0.10.22 (see the Changelog section > >> in the wiki for gstreamer modules version). > >> > > > > It' s gst-plugins-good-0.10.14, sorry... > > > > ------------------------------------------------------------------------------ > > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > > CA > > -OSBC tackles the biggest issue in open source: Open Sourcing the > > Enterprise > > -Strategies to boost innovation and cut costs with open source > > participation > > -Receive a $600 discount off the registration fee with the source code: > > SFAD > > http://p.sf.net/sfu/XcvMzF8H > > _______________________________________________ > > gstreamer-devel mailing list > > [hidden email] > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > > > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |