Does anyone know if it's possible to pipe output from the Windows version of GStreamer (using gst-launch) to another player like MPlayer? I think if this were Linux I could use a fdsink or filesink location=/dev/stdout. The Windows version apparently only has filesink and I can't convince the location to be stdout. I've tried - and con as location. The - does nothing. Con won't pipe, but will dump to the console. I also thought fakesink using dump would work, but apparently not.
Alternatively I'd be curious as to whether I can pipe an RTP stream into MPLayer directly. That would eliminate my need to use GStreamer. I know I can make it work with an SDP file pointing to the source address/port, but there is another piece of software I need to run that actually does the retrieval of the RTP packets and I was hoping to just be able to pipe them into MPlayer.