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