<div dir="ltr"><div><div><div><div>I telecommute to work, and my office has recently started streaming the contents of our video projector during meetings so folks like I can see what is being projected.  I don't know too many details of their setup, except that they are using VLC to capture the projector stream and are sending out over a VNC. I'm told the stream is an asf-mux of wmv2 video.<br>
<br></div>At my end the data shows up at <a href="http://localhost:8080">http://localhost:8080</a>. I can watch the video by running:<br><br></div>vlc <a href="http://localhost:8080">http://localhost:8080</a><br><br></div>
so that I know I'm getting the data correctly. However, I would like to figure out how to decode this stream via gstreamer so I could play it on my video wall.<br><br></div>So far my every attempt at this has failed. The best I've been able to accomplish is this:<br>
<br><span style="font-family:courier new,monospace">$ gst-launch-1.0 playbin  uri=<a href="http://localhost:8080">http://localhost:8080</a><br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>buffering... 0%  <br>
(gst-launch-1.0:16211): GStreamer-WARNING **: gstpad.c:4496:store_sticky_event:<typefind:src> Sticky event misordering, got 'caps' before 'stream-start'<br>ERROR: from element /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstASFDemux:asfdemux0: Could not demultiplex stream.<br>
Additional debug info:<br>gstasfdemux.c(937): gst_asf_demux_chain_headers (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstASFDemux:asfdemux0:<br>header parsing failed, or no streams found, flow = unknown<br>
ERROR: pipeline doesn't want to preroll.<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br></span><br clear="all"><div><div><div><div><div><div><br></div><div>I've tried a few other things, but the best I've been able to get is asfdemux complaining that it can't decode anything. Does anyone have other ideas of what I could try?<br>
<br></div><div>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div></div></div></div></div></div></div>