PDA

View Full Version : Can you help finding this flowplayer stream link? etvonline.tv


motom
03-31-2014, 09:08 AM
http://www.etvonline.tv/tc/digitalplay.html?video=knz12-0009-tal02
I tried to use URL Snooper, but
The results are these
rtmp://202.167.248.181/?rtmp://192.168.25.15/vod
http://www.etvonline.tv/js/flowplayer-3.2.7.swf
http://www.etvonline.tv/js/flowplayer.rtmp-3.2.3.swf

I can't play them on VLC.

Any help is great. Thanks in advance. :)

hasomaso
03-31-2014, 10:10 AM
x86

rtmpdump -r "rtmp://202.167.248.181/" -a "?rtmp://192.168.25.15/vod" -f "WIN 12,0,0,77" -W "http://www.etvonline.tv/js/flowplayer.commercial-3.2.12.swf" -p "http://www.etvonline.tv/tc/digitalplay.html?video=knz12-0009-tal02" -y "knz12-0009-tal02" | c:\progra~1\videolan\vlc\vlc -


x64

rtmpdump -r "rtmp://202.167.248.181/" -a "?rtmp://192.168.25.15/vod" -f "WIN 12,0,0,77" -W "http://www.etvonline.tv/js/flowplayer.commercial-3.2.12.swf" -p "http://www.etvonline.tv/tc/digitalplay.html?video=knz12-0009-tal02" -y "knz12-0009-tal02" | c:\progra~2\videolan\vlc\vlc -

motom
03-31-2014, 10:31 AM
Thanks a lot hasomaso,

if I want to save the file. do I put rtmpdump -r "rtmp://202.167.248.181/" -a "?rtmp://192.168.25.15/vod" -f "WIN 12,0,0,77" -W "http://www.etvonline.tv/js/flowplayer.commercial-3.2.12.swf" -p "http://www.etvonline.tv/tc/digitalplay.html?video=knz12-0009-tal02" -y "knz12-0009-tal02" | c:\progra~2\videolan\vlc\vlc - -o filename at the end?

hasomaso
03-31-2014, 10:41 AM
when you want save the file then remove that | c:\progra~2\videolan\vlc\vlc - and add this option -o "output.flv"

motom
03-31-2014, 10:41 AM
I think it's recording with this now.

rtmpdump -r "rtmp://202.167.248.181/" -a "?rtmp://192.168.25.15/vod" -f "WIN 12,0,0,77" -W "http://www.etvonline.tv/js/flowplayer.commercial-3.2.12.swf" -p "http://www.etvonline.tv/tc/digitalplay.html?video=knz12-0009-tal02" -y "knz12-0009-tal02" -o "e:\video.mp4"

motom
03-31-2014, 10:45 AM
when you want save the file then remove that | c:\progra~2\videolan\vlc\vlc - and add this option -o "output.flv"

If I want to play while recording, can I have both at the same time?
Cheers