gstreamer httplive streaming por plugin de sopa

gstreamer httplive streaming por plugin de sopa

Quero transmitir vídeo da webcam por http ao vivo. Descobri que esse souphttpclientsinkplugin pode fazer isso.

Mas quando executo este comando:
gst-launch-1.0 videotestsrc ! avenc_mpeg4 ! mpegtsmux ! souphttpclientsink location=http://127.0.0.1:8080

Eu recebi este erro:
GstPipeline:pipeline0/GstSoupHttpClientSink:souphttpclientsink0: Could not write to HTTP URI
e
gstsouphttpclientsink.c(728): gst_soup_http_client_sink_render (): /GstPipeline:pipeline0/GstSoupHttpClientSink:souphttpclientsink0:
error: 4 Cannot connect to destination (127.0.0.1)

Como consertar esse problema?

informação relacionada