GStreamer and Windows Named Pipes Sink

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

GStreamer and Windows Named Pipes Sink

Juan Garcia
Dear gstreamer-devs,

First of all, thank you very much for this veeeeeery cool piece of software!

I have been looking for information about this on the Internet for a
long time to no avail.

Is there a way to use a Windows named pipe as a sink?

I guess it is not possible using the command line, as far as I've
understood. Please correct me if I'm wrong.

Is at all possible do this in C++ using the GStreamer SDK?

Thank you very much!!

Kind regards,
Juanito



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (836 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer and Windows Named Pipes Sink

Sebastian Dröge-3
On Mo, 2016-07-04 at 16:48 +0200, Juan Garcia wrote:

> Dear gstreamer-devs,
>
> First of all, thank you very much for this veeeeeery cool piece of
> software!
>
> I have been looking for information about this on the Internet for a
> long time to no avail.
>
> Is there a way to use a Windows named pipe as a sink?
>
> I guess it is not possible using the command line, as far as I've
> understood. Please correct me if I'm wrong.
>
> Is at all possible do this in C++ using the GStreamer SDK?
There is currently no sink (or src) for Windows named pipes, only for
the UNIX equivalents. You would have to write one, which should be
relatively simple if you start your code with e.g. fdsink and then just
replace everything with the Windows pipe API.

--

Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer and Windows Named Pipes Sink

Juan Garcia
Hi Sebastian,

Am 07.07.2016 um 08:37 schrieb Sebastian Dröge:

> On Mo, 2016-07-04 at 16:48 +0200, Juan Garcia wrote:
>> Dear gstreamer-devs,
>>
>> First of all, thank you very much for this veeeeeery cool piece of
>> software!
>>
>> I have been looking for information about this on the Internet for a
>> long time to no avail.
>>
>> Is there a way to use a Windows named pipe as a sink?
>>
>> I guess it is not possible using the command line, as far as I've
>> understood. Please correct me if I'm wrong.
>>
>> Is at all possible do this in C++ using the GStreamer SDK?
>
> There is currently no sink (or src) for Windows named pipes, only for
> the UNIX equivalents. You would have to write one, which should be
> relatively simple if you start your code with e.g. fdsink and then just
> replace everything with the Windows pipe API.
>
>
Thank you very much for the information. That looks like a good place to
start!

Cheers,
Juanito


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (836 bytes) Download Attachment