gst-launch -e on windows

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

gst-launch -e on windows

Kocsis Tibor
Hi,

how can I use the -e option for gst-launch on windows? On linux it
works fine, forces the eos but on windows when I press ctrl+c it
nothing happens. Maybe there is a trick to use it somehow?

Thanks,
Tibor

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-launch -e on windows

Thiago Sousa Santos
On Mon, 2011-01-24 at 14:31 +0100, Kocsis Tibor wrote:
> Hi,
>
> how can I use the -e option for gst-launch on windows? On linux it
> works fine, forces the eos but on windows when I press ctrl+c it
> nothing happens. Maybe there is a trick to use it somehow?

It should work, does your version on windows have the -e option? Does
the same pipeline work on linux?

What's the pipeline?


--
Thiago

>
> Thanks,
> Tibor
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-launch -e on windows

Kocsis Tibor
The cmd is something like this:

gst-launch -e rtspsrc location="..." ! some elements ! filesink location="..."

Yes, it works on linux.

gst-launch --help shows the -e option. I'm using the last build from here:
http://code.google.com/p/ossbuild/downloads/list#

Regards,
Tibor

On Mon, Jan 24, 2011 at 3:09 PM, Thiago Sousa Santos
<[hidden email]> wrote:

> On Mon, 2011-01-24 at 14:31 +0100, Kocsis Tibor wrote:
>> Hi,
>>
>> how can I use the -e option for gst-launch on windows? On linux it
>> works fine, forces the eos but on windows when I press ctrl+c it
>> nothing happens. Maybe there is a trick to use it somehow?
>
> It should work, does your version on windows have the -e option? Does
> the same pipeline work on linux?
>
> What's the pipeline?
>
>
> --
> Thiago
>
>>
>> Thanks,
>> Tibor
>>
>> ------------------------------------------------------------------------------
>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>> Finally, a world-class log management solution at an even better price-free!
>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>> February 28th, so secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsight-sfd2d
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-launch -e on windows

Tim-Philipp Müller-2
In reply to this post by Thiago Sousa Santos
On Mon, 2011-01-24 at 11:09 -0300, Thiago Sousa Santos wrote:

> > how can I use the -e option for gst-launch on windows? On linux it
> > works fine, forces the eos but on windows when I press ctrl+c it
> > nothing happens. Maybe there is a trick to use it somehow?
>
> It should work, does your version on windows have the -e option? Does
> the same pipeline work on linux?

Note this code in gst-launch.c:

/* FIXME: hack alert */
#ifdef HAVE_WIN32
#define DISABLE_FAULT_HANDLER
#endif

Someone needs to implement/test this for win32 I guess..

 Cheers
  -Tim



------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gst-launch -e on windows

Kocsis Tibor
Bad news :(

Thanks,
Tibor

On Mon, Jan 24, 2011 at 4:18 PM, Tim-Philipp Müller <[hidden email]> wrote:

> On Mon, 2011-01-24 at 11:09 -0300, Thiago Sousa Santos wrote:
>
>> > how can I use the -e option for gst-launch on windows? On linux it
>> > works fine, forces the eos but on windows when I press ctrl+c it
>> > nothing happens. Maybe there is a trick to use it somehow?
>>
>> It should work, does your version on windows have the -e option? Does
>> the same pipeline work on linux?
>
> Note this code in gst-launch.c:
>
> /* FIXME: hack alert */
> #ifdef HAVE_WIN32
> #define DISABLE_FAULT_HANDLER
> #endif
>
> Someone needs to implement/test this for win32 I guess..
>
>  Cheers
>  -Tim
>
>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel