Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-17-2012, 03:06 PM
restarea restarea is offline
Junior Member
 
Join Date: May 2012
Posts: 1
restarea is on a distinguished road
Default

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.
Reply With Quote
  #2  
Old 05-17-2012, 03:20 PM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: Downloading episodes from teamcoco.com?


Read the stickies. You NEED to post a link if you want any help from us.
Reply With Quote
  #3  
Old 05-17-2012, 05:39 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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

Last edited by svnpenn : 05-18-2012 at 03:54 AM.
Reply With Quote
  #4  
Old 10-18-2016, 05:57 AM
jessendeen jessendeen is offline
Junior Member
 
Join Date: Oct 2016
Posts: 1
jessendeen is on a distinguished road
Default

Re: Downloading episodes from teamcoco.com?


You may try use Allavsoft to download TeamCoco Video to MP4, WMV, AVI, etc
Reply With Quote
  #5  
Old 01-08-2017, 09:31 PM
millermoich millermoich is offline
Junior Member
 
Join Date: Jan 2017
Posts: 2
millermoich is on a distinguished road
Exclamation

Re: Downloading episodes from teamcoco.com?


Quote:
Originally Posted by restarea View Post
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
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:06 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons