Administrator
|
ERROR: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20: A Advanced
Streaming Format (ASF) demuxer plugin is required to play this stream, but not installed. I've got these messages when tried to open WMV file. Where can I get the demuxer/decoder? |
On Thu, Mar 18, 2010 at 8:37 AM, wl2776 <[hidden email]> wrote:
> > ERROR: from element > /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20: > A Advanced > Streaming Format (ASF) demuxer plugin is required to play this stream, but > not installed. > > I've got these messages when tried to open WMV file. > > Where can I get the demuxer/decoder? GStreamer includes an asf demuxer in gst-plugins-ugly. Mike ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
Indeed, there is FFmpeg ASF demuxer. the command gst-inspect ffdemux_asf shows some info, but gst-launch playbin2 uri="file:///file.wmv" says that there is no such demuxer. Strange. |
On Thu, Mar 18, 2010 at 1:07 PM, wl2776 <[hidden email]> wrote:
ffmpeg's demuxers don't have a high enough rank to be picked up by playbin2. Install asfdemux from -ugly. -- -- Thiago Sousa Santos ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by wl2776
On Thu, Mar 18, 2010 at 9:07 AM, wl2776 <[hidden email]> wrote:
> > > michael smith-6-3 wrote: >> >> GStreamer includes an asf demuxer in gst-plugins-ugly. >> > > Indeed, there is FFmpeg ASF demuxer. > the command > gst-inspect ffdemux_asf > shows some info, but > gst-launch playbin2 uri="file:///file.wmv" > > says that there is no such demuxer. Strange. That's why I said GStreamer includes an asf demuxer in gst-plugins-ugly. I didn't mention ffmpeg - their asf demuxer isn't very good. Mike ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |