Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2 posts
|
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2904 posts
|
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? 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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2 posts
|
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. > > ... [show rest of quote] ... [show rest of quote] 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 |
Free forum by Nabble | Disable Popup Ads | Edit this page |