View Single Post
  #1  
Old 03-12-2014, 10:07 PM
ppeterppan ppeterppan is offline
Junior Member
 
Join Date: Mar 2014
Posts: 5
ppeterppan is on a distinguished road
Default

"http://pl.zbiornik.com/live/#" rtmpdump


Hi,

I have used rtmpdump helper on the webcam streams from http://pl.zbiornik.com/live/# and got this result:

Code:
Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
       app : videochat
  flashVer : WIN 12,0,0,77
    swfUrl : http://pl.zbiornik.com/wowza.swf?v42
     tcUrl : rtmp://c1.zbiornik.com/videochat
   pageUrl : http://pl.zbiornik.com/live/#
      live : yes
  Playpath : 2057991-public
 Saving as : 2057991-public.flv
WARNING: ignoring too small audio packet: size: 0
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!
The stream stops and starts over again when using rtmpdump helper - making small size *.flv files.

When i use the command that rtmpdump helper gives me and paste it directly into rtmpdump:

Code:
D:\Download\rtmpexplorer\rtmpexplorer>rtmpdump -r "rtmp://c1.zbiornik.com/videoc
hat" -a "videochat" -f "WIN 12,0,0,77" -W "http://pl.zbiornik.com/wowza.swf" -p
"http://pl.zbiornik.com/live/#" --live -y "2057991-public" -o "2057991-public.flv"
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
Download may be incomplete (downloaded about 0.00%), try resuming
Reply With Quote