hi,everyone.I encounter a question when I try testMPEG4VideoToDarwin function.<div>   First,I feed file stream to live555 server via testMPEG4VideoToDarwin,and I modied the file testMPEG4VideoToDarwin.cpp as following below:</div>
<div>if (!injector->setDestination(dssNameOrAddress, remoteStreamName,</div><div><span class="Apple-tab-span" style="white-space:pre">                           </span>programName, "LIVE555 Streaming Media",8554,"username1","password1"))  .</div>
<div>the hint of the error is "Injector->setDestination<> failed:405 Method Not Allowed".</div><div>But,when I feed file stream to Darwin server vie  testMPEG4VideoToDarwin,and I modied the file testMPEG4VideoToDarwin.cpp as following below:</div>
<div><div>if (!injector->setDestination(dssNameOrAddress, remoteStreamName,</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>programName, "LIVE555 Streaming Media")).</div><div>this is successful via VLC using the url "rtsp://<a href="http://127.0.0.1:554/test.sdp">127.0.0.1:554/test.sdp</a>".</div>
<div><br></div><div>The live555 server portNum is 8554,Dawin server portNum is 554.</div><div><br></div><div>I don't known,first where is wrong,please help me,thank you.</div><div>  .</div></div>