gstreamer F4M stream support

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

gstreamer F4M stream support

alex_malishev
Hi! I want to play this stream http://77.39.14.254/cam7/manifest.f4m with playbin. But I got error: No decoder available for type 'application/xml'. I tried to google this and found out dashdemux can help me in this case. So I try to build a pipeline with this element:

gst-launch-1.0 souphttpsrc location=http://77.39.14.254/cam7/manifest.f4m ! dashdemux ! videoconvert ! autovideosink

and gstreamer gives me:
ERROR: from element /GstPipeline:pipeline0/GstDashDemux:dashdemux0: Invalid manifest.

What should I do on my case? Please, help me
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer F4M stream support

Sebastian Dröge-3
On Wed, 2016-08-03 at 06:55 -0700, alex_malishev wrote:

> > Hi! I want to play this stream http://77.39.14.254/cam7/manifest.f4m with
> playbin. But I got error: No decoder available for type 'application/xml'. I
> tried to google this and found out dashdemux can help me in this case. So I
> try to build a pipeline with this element: 
>
> gst-launch-1.0 souphttpsrc location=http://77.39.14.254/cam7/manifest.f4m !
> dashdemux ! videoconvert ! autovideosink
>
> and gstreamer gives me: 
> ERROR: from element /GstPipeline:pipeline0/GstDashDemux:dashdemux0: Invalid
> manifest.
>
> What should I do on my case? Please, help me
It's not DASH but Adobe HDS, which is a different format. Someone will
have to add support for this, see
  https://bugzilla.gnome.org/show_bug.cgi?id=728497

--
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