<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">Hi vlc supporting group,</span><div style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px">

I was trying to use VLC to send my input http stream to my http server, which is another host. I just got the following errors in the console:</div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px">

<br></div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px"><div>[0x7f0764004048] access_output_http access out: Consider passing --http-host=IP on the command line instead.</div><div>[0x7f0764004048] main access out error: socket bind error (Permission denied)</div>

<div>[0x7f0764004048] main access out error: cannot create socket(s) for HTTP host</div><div>[0x7f0764004048] access_output_http access out error: cannot start HTTP server</div><div>[0x7f0764001248] stream_out_standard stream out error: no suitable sout access module for `http/ts://<a href="http://192.168.1.2:38082/mystream" target="_blank">192.168.1.2:38082/mystream</a>'</div>

<div>[0x7f0764000e38] main stream output error: stream chain failed for `std{access=http,mux=ts,dst=<a href="http://192.168.1.2:38082/mystream" target="_blank">192.168.1.2:38082/mystream</a>}'</div><div>[0x7f0770000d78] main input error: cannot start stream output instance, aborting</div>

</div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px">Below is what I did with my input stream:</div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px">

vlc <a href="http://localhost:8081/mystream" target="_blank">http://localhost:8081/mystream</a> --sout '#std{access=http,mux=ts,dst=<a href="http://192.168.1.2:8082/mystream" target="_blank">192.168.1.2:8082/mystream</a>}'</div>

<div style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px">I am being tried lot of different ports, and use vlc-wrapper as root privilege but it seems nothing wants to work. The only case that turns out to work is to set dst = localhost or dst = 0.0.0.0.  By reading vlc documents, I think I should be able to output my stream as a network stream and put my server IP address there. (In my case the server IP is 192.168.1.2 and my local IP is 192.168.1.1)</div>

<div style="font-family:arial,sans-serif;font-size:12.800000190734863px"><br></div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px">I will really appreciate any help! Thanks in advance!!</div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px">

<br></div><div style="font-family:arial,sans-serif;font-size:12.800000190734863px">Qing Wang  </div></div>