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

Can you help finding this flowplayer stream link? etvonline.tv

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

motom 03-31-2014 09:08 AM

Can you help finding this flowplayer stream link? etvonline.tv


 
http://www.etvonline.tv/tc/digitalpl...z12-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

Re: Can you help finding this flowplayer stream link? etvonline.tv


 
x86

Code:

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

Code:

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

Re: Can you help finding this flowplayer stream link? etvonline.tv


 
Thanks a lot hasomaso,

if I want to save the file. do I put
HTML Code:

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

Re: Can you help finding this flowplayer stream link? etvonline.tv


 
when you want save the file then remove that
Code:

| c:\progra~2\videolan\vlc\vlc -
and add this option
Code:

-o "output.flv"

motom 03-31-2014 10:41 AM

Re: Can you help finding this flowplayer stream link? etvonline.tv


 
I think it's recording with this now.

Code:

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

Re: Can you help finding this flowplayer stream link? etvonline.tv


 
Quote:

Originally Posted by hasomaso (Post 66749)
when you want save the file then remove that
Code:

| c:\progra~2\videolan\vlc\vlc -
and add this option
Code:

-o "output.flv"

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


All times are GMT -6. The time now is 09:58 AM.