by Anonymous on
9 Sep 2011
Dear All, i have some problem with videocache when i watch the video after 5min from watching i see the Video was cached successfully it's not real time caching i want when i completed watching i see it's successfully cached in scheduler log i have 20000 users online best regards
1 Answers
by Mustafa Al-Saady2 on
7 Sep 2011
Hello Kulbir, I have the following error in trace.log I used tail trace.log and the following message appear tail trace.log File "/usr/lib64/python2.4/urllib2.py", line 471, in http_response response = self.parent.error( File "/usr/lib64/python2.4/urllib2.py", line 402, in error return self._call_chain(*args) File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain result = func(*args) File "/usr/lib64/python2.4/urllib2.py", line 480, in ...
1 Answers
by arios on
6 Aug 2011
Dear, i tried the fix and it worked for several days. after that it didnt cache anything anymore. at scheduler.log , it keep say 05/Aug/2011:09:02:56 9023 INFO 10.128.10.201 YOUTUBE CACHE_THREAD_START xkJrIgD0v0E Starting cache thread. - 05/Aug/2011:09:03:02 9023 ERROR 10.128.10.201 YOUTUBE VIDEO_URL_ERR xkJrIgD0v0E Could not determine video URL. - 05/Aug/2011:09:03:02 9023 INFO 10.128.10.203 YOUTUBE CACHE_THREAD_START xkJKP3KQ93c Starting cache thread. - 05/Aug/2011:09:03:05 9023 ERROR ...
1 Answers
by raytaylor on
1 Aug 2011
Hi I have just transfered my ubuntu videocache hard drive which was working fine, into a new vmware virtual machine, and am having problems with serving cached videos. It seems some videos get served from the cache via the apache server, but new ones dont. I can see once a video's threshold is hit, it downloads and saves the video, but when the video is played on the youtube website, it says "an error occured, please try again later" I have checked that the client browser can ...
2 Answers
by Anonymous on
30 Jul 2011
Hello Mr.Kulbir I install video cache code and everything is fine , I use normal PC as test for videocache, now I need to implement video cache on server , and provide videocache service to my users, I need your practical suggestions for my server specifications, so that I can provide videocache to Broadband users. Best Regards
1 Answers
by Anonymous on
10 Jul 2011
Dear Mr.Kulbir After install video-cache package, my server is able to cache youtube video when the video is requested 2 times (as specify in your code), and save it in /var/spool directory. my problem appeared when youtube video is request again(3 times) the following error appear in youtube sites:- "An error appear please try again later" so videocache can save the video in the cache, but it doesn't serve when the video is request. other problem is when I write " sudo ...
8 Answers
by Anonymous on
16 Jun 2011
If you decide to add more features, I would love to see Google Earth satelite imagery cached Windows Updates Antivirus updates (1st priority AVG, 2nd priority Norton, 3rd Trend Micro) These sites shouldnt require very much to keep updated with their URL rewriting methods as they stay the same throughout the year. Of course I understand that you are very busy maintaining the videocache system to keep up with the current websites it supports. Video cache has been working well for me. With my ...
1 Answers
by tofy80 on
9 Jun 2011
Dear All, I have probelm when I install squid and test it without video cache it works fine ,but after i install the setup.py and make change in squid.conf and make restat to apache2 and then to squid i have this message restart: Unknown instance when i check the status of squid squid stop my OS is ubuntu 11.04 server and I'm new in liunx Can anyone guide me. Thanks
3 Answers
by md2k on
27 May 2011
I consider this issue not as bug, but i suggest change 1 line of code in vc-scheduler: from os.rename(tmp_path, video_path) to shutil.move(tmp_path, video_path) Otherwise if i have tmp dir and cache dirs on difirent partitions, under linux (im my case was Gentoo kernel 2.6.39 arch x86_64 Python 2.6/3.1) os.rename can trigger error and as result files unable to move from tmp dir to real ca
1 Answers
by Anonymous on
27 May 2011
I consider this issue not as bug, but i suggest change 1 line of code in vc-scheduler: from os.rename(tmp_path, video_path) to shutil.move(tmp_path, video_path) Otherwise if i have tmp dir and cache dirs on difirent partitions, under linux (im my case was Gentoo kernel 2.6.39 arch x86_64 Python 2.6/3.1) os.rename can trigger error and as result files unable to move from tmp dir to real cache dir. This bug of os.rename noticed in Python documentation (The operation may fail on some Unix ...
0 Answers