PDA

View Full Version : www.aragontelevision.es: Trying to record with rtmpdump


rchinasky
06-02-2010, 07:18 AM
Hello,

I am trying to record http://www.aragontelevision.es/streaming_tele.html

Using the URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) I got those urls:

http://www.aragontelevision.es/externos/player_aragontv/V4xWidgetPlayer.swf
rtmp://abertisaragonfslivefs.fplive.net/abertisaragonfslive-live
Drtmp://abertisaragonfslivefs.fplive.net:443/abertisaragonfslive-live
Ertmp://abertisaragonfslivefs.fplive.net:1935/abertisaragonfslive-live
Ertmp://abertisaragonfslivefs.fplive.net:1935/abertisaragonfslive-live

But I could no succeed to record the streaming with rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm).

Could you help me?

Best regards

rchinasky
06-02-2010, 11:41 AM
I try to use rtmpsrv to get the information to run rtmpdump but an error happened:

rtmpdump -r "rtmp://abertisaragonfslivefs.fplive.net:1935/abertisaragonfslive-live" -a "abertisaragonfslive-live" -f "WIN 10,0,45,2" -W "http://www.aragontelevision.es/externos/player_aragontv/V4xWidgetPlayer.swf" -p "http://www.aragontelevision.es/streaming_tele.html" -y "stream_normal" -o stream_normal.flv

ERROR: WriteN, RTMP send error 10054 (42 bytes)
Closing connection... done!

ERROR: RTMP_ReadPacket, failed to read RTMP packet header

any clue?