No decoder to handle media type 'video/x-ms-asf

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

No decoder to handle media type 'video/x-ms-asf

wl2776
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?
Reply | Threaded
Open this post in threaded view
|

Re: No decoder to handle media type 'video/x-ms-asf

michael smith-6-3
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&#174; 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
Reply | Threaded
Open this post in threaded view
|

Re: No decoder to handle media type 'video/x-ms-asf

wl2776
Administrator
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.
Reply | Threaded
Open this post in threaded view
|

Re: No decoder to handle media type 'video/x-ms-asf

Thiago Sousa Santos-2


On Thu, Mar 18, 2010 at 1:07 PM, 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.

ffmpeg's demuxers don't have a high enough rank to be picked up by playbin2. Install asfdemux from -ugly.
 
--
View this message in context: http://n4.nabble.com/No-decoder-to-handle-media-type-video-x-ms-asf-tp1598149p1598203.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; 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



--
Thiago Sousa Santos

------------------------------------------------------------------------------
Download Intel&#174; 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
Reply | Threaded
Open this post in threaded view
|

Re: No decoder to handle media type 'video/x-ms-asf

michael smith-6-3
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&#174; 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
Reply | Threaded
Open this post in threaded view
|

Re: No decoder to handle media type 'video/x-ms-asf

wl2776
Administrator
michael smith-6-3 wrote
That's why I said GStreamer includes an asf demuxer in gst-plugins-ugly.
I use OSSBuild. Just updated it from trunk - now it plays.