Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
Re: How to rtmpdump coolsport.tv stream?It is not working, I am using rtmpdump v2.4 (installed in ubuntu from sudo command)
sudo apt-get install rtmpdump rtmpdump -v -r "rtmp://31.220.0.193:1935/redirect/16" -f "WIN 11,5,502,149" -W "http://filotv.pw/atdedead.swf" -p "http://filotv.pw/" -T '#atd%#$ZH' -C S:OK -q |
|
#12
|
|||
|
|||
Re: How to rtmpdump coolsport.tv stream?@summitsc, the rtmpdump version you're using doesn't handle the redirect, but you can use something like this, grepping the redirect from the debug (-V) output:
Code:
## Debug (-V) redirect output example: ## DEBUG: Property: <Name: redirect, STRING: rtmp://37.220.32.55:443/liverepeater> redirect=`rtmpdump -v -r "rtmp://31.220.0.193:1935/redirect" -W "http://filotv.pw/atdedead.swf" -p "http://filotv.pw" -y "16" -T '#atd%#$ZH' -V -B 0.1 2>&1 | grep "redirect, STRING:" | grep -o 'rtmp[^>]*'` rtmpdump -v -r "$redirect" -W "http://filotv.pw/atdedead.swf" -p "http://filotv.pw" -y "16" -T '#atd%#$ZH' -o out.flv |
|
#13
|
|||
|
|||
Re: How to rtmpdump coolsport.tv stream?Thanks. That's working
![]() |
|
| Tags: rtmpdump |
| Thread Tools | |
| Display Modes | |
|
|