Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Downloading episodes from teamcoco.com?

(http://stream-recorder.com/forum/showthread.php?t=12637)

restarea 05-17-2012 02:06 PM

Downloading episodes from teamcoco.com?


 
Can't seem to figure this one out. Can anyone help?


Apologies if I'm posting this in the wrong place.

greenythebeast 05-17-2012 02:20 PM

Re: Downloading episodes from teamcoco.com?


 
Read the stickies. You NEED to post a link if you want any help from us.

svnpenn 05-17-2012 04:39 PM

Re: Downloading episodes from teamcoco.com?


 
I have been using this script for a little while. I have found it to work unless the site uses IP based server, in which case the "hosts" trick does not work.

github.com/svnpenn/dotfiles/blob/master/bin/rtmp-host.sh

Code:

#!/bin/sh
h=/c/Windows/System32/drivers/etc/hosts
p=plugin-container

say(){
        echo -e "\e[1;31m$1\e[m"
}

# Kill plugin-container for a clean dump
ps -W | grep $p | cut -c-9 | xargs /bin/kill -f

# Get host
say 'Start video, then enter search string'; read
say 'Printing results'
# "pd.exe" does not capture all the memory
procdump -ma $p
strings $p* | grep "$REPLY"

# Edit hosts file
say 'Enter host 1'; read host_1
say 'Enter host 2'; read host_2
say 'Enter host 3'; read host_3
test $host_1 && echo "127.0.0.1 $host_1" >> $h
test $host_2 && echo "127.0.0.1 $host_2" >> $h
test $host_3 && echo "127.0.0.1 $host_3" >> $h

# Start monitoring
say 'Press enter to start RtmpSrv, then restart video.
After capture, press "q, enter" to quit.'; read
rtmpsrv | tee capture.sh

# Restore hosts file
echo > $h

# Run RtmpDump
dos2unix capture.sh
./capture.sh


jessendeen 10-18-2016 04:57 AM

Re: Downloading episodes from teamcoco.com?


 
You may try use Allavsoft to download TeamCoco Video to MP4, WMV, AVI, etc

millermoich 01-08-2017 08:31 PM

Re: Downloading episodes from teamcoco.com?


 
Quote:

Originally Posted by restarea (Post 46289)
Can't seem to figure this one out. Can anyone help?

Apologies if I'm posting this in the wrong place.

From my experience, the easiest way to bulk download HD episodes from TeamCoCo is using houlo video downloader. It can be downloaded here:
http://houlo.com/houlo-video-downloader


All times are GMT -6. The time now is 09:56 PM.