DickyDoDah! Posted July 14, 2011 Posted July 14, 2011 Hi all, Great piece of software which I have eventually managed to get working correctly. I only want to use this for streaming across the Internet and once I configured Windows 7 Firewall correctly it all works great. However I have one small problem which may or may not be a bug but as no one else seems to have the problem I guess it is my setup. Whenever I stream a transcoded file the "STOP VLC STREAM SERVER" button doesn't seem to do anything as VLC continues to run. As it is running in the SYSTEM account I cannot kill the process on the server machine so I have to stop and restart the DVBVservice. I have written a batch file to do this and have added it to the "TASKS" lists so that when watching across the internet I can at least reset everything to watch another channel. regards Rich support.zip
DickyDoDah! Posted July 15, 2011 Author Posted July 15, 2011 No comments so far...I guess I must be the only one with this problem. I have an update. I have discovered that this is only a problem on the local LAN as over the internet it works fine. It may be due to the different versions of IE in use. I shall keep looking
janip Posted July 16, 2011 Posted July 16, 2011 I have same problem. I have to start stream again and then last stream stop.
DickyDoDah! Posted July 17, 2011 Author Posted July 17, 2011 I created a batch file with the following commands; NET STOP DVBVRecorder ping 1.1.1.1 -n 1 -w 2000 NET STart DVBVRecorder The ping command is to add a short delay so that VLC stops properly. Copy this into a .txt file and rename it .bat Add this to you tasks and you won't need to wait for VLC to stop itself. I actually found that sometimes it never stops as it was still running some 7 hours after I had hit the stop streaming button.
vel2000 Posted August 26, 2011 Posted August 26, 2011 (edited) Same here... It worked _sometimes_ with FF or IE9, but never with Chrome. I created a small batch and put it into TASKS "vlckill.bat" TASKKILL /F /IM vlc.exe so no need to restart the service. Edited August 26, 2011 by vel2000
Recommended Posts