Hello all,<div>Has anyone successfully streamed video over DCCP between two networked PCs? If so, what is the command and settings? The command I used to stream:</div><div><span class="Apple-style-span" style="color:rgb(46,139,87);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15px"> </span><span class="Apple-style-span" style="color:rgb(1,1,1);font-family:Monaco;font-size:12px">vlc -vvv file.avi --sout '#rtp{dst=192.168.0.124,mux=ts,port=50001,proto=dccp}'</span></div>
<div><span class="Apple-style-span" style="color:rgb(46,139,87);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15px"><span class="Apple-style-span" style="font-family:arial;font-size:small;color:rgb(0,0,0);line-height:normal"><br>
</span></span></div><div><span class="Apple-style-span" style="color:rgb(46,139,87);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15px"><span class="Apple-style-span" style="font-family:arial;font-size:small;color:rgb(0,0,0);line-height:normal">But I am getting the following errors:</span></span></div>
<div><span class="Apple-style-span" style="color:rgb(46,139,87);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15px"><span class="Apple-style-span" style="font-family:arial;font-size:small;color:rgb(0,0,0);line-height:normal"><p style="margin:0.0px 0.0px 0.0px 0.0px;font:12.0px Monaco;color:#000101">
[0x8c11bb4] main stream out error: socket bind error (Permission denied)</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:12.0px Monaco;color:#000101">[0x8c11bb4] stream_out_rtp stream out error: passive COMEDIA RTP socket failed</p></span></span><div><br></div>The firewall is turned off. Based on my understanding, the RTP socket failed is arising as there is nothing to listen to (sout_stream_id_t Add(..) in rtp.c). I ran vlc-wrapper as sudo, but still the socket bind error occurs. Which file does this arise from? Why?</div>
<div><br></div><div>Thanks for any suggestions,</div><div>Asraf</div>