View Single Post
  #3  
Old 11-01-2011, 02:49 AM
subixonfire subixonfire is offline
Junior Member
 
Join Date: Oct 2011
Posts: 3
subixonfire is on a distinguished road
Default

Re: What em I doing wrong???


Segmentation fault???

Code:
rtmpdump -r "rtmpe://fms31.mediadirect.ro:1935/live/utv" -a "live/utv?id=41942722" -f "WIN 11,0,1,152" -W "http://static1.mediadirect.ro/player-preload/swf/utv_762/player.swf" -p "http://utv.ro/live/" -C O:1 -C O:0 -y "utv" -o utv.flv
Code:
me@me-desktop:~$ rtmpdump -r "rtmpe://fms31.mediadirect.ro:1935/live/utv" -a "live/utv?id=41942722" -f "WIN 11,0,1,152" -W "http://static1.mediadirect.ro/player-preload/swf/utv_762/player.swf" -p "http://utv.ro/live/" -C O:1 -C O:0 -y "utv" -o utv.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
Segmentation fault

with debug:
Code:
me@me-desktop:~$ rtmpdump -r "rtmpe://fms31.mediadirect.ro:1935/live/utv" -a "live/utv?id=41942722" -f "WIN 11,0,1,152" -W "http://static1.mediadirect.ro/player-preload/swf/utv_762/player.swf" -p "http://utv.ro/live/" -C O:1 -C O:0 -y "utv" -o utv.flv -z
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMPE
DEBUG: Hostname : fms31.mediadirect.ro
DEBUG: Port     : 1935
DEBUG: Playpath : utv
DEBUG: tcUrl    : rtmpe://fms31.mediadirect.ro:1935/live/utv?id=41942722
DEBUG: swfUrl   : http://static1.mediadirect.ro/player-preload/swf/utv_762/player.swf
DEBUG: pageUrl  : http://utv.ro/live/
DEBUG: app      : live/utv?id=41942722
DEBUG: flashVer : WIN 11,0,1,152
DEBUG: live     : no
DEBUG: timeout  : 0 sec
DEBUG: SWFSHA256:
DEBUG: 83 42 8d 18 47 18 b4 4f 7e 29 88 cb 46 ac 8d c2
DEBUG: 31 7f 31 82 a1 6a 89 97 b4 f9 ae da 11 77 5a 8a
DEBUG: SWFSize  : 426723
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
Segmentation fault

Ps: on windows it works(tested now), but i need it to work on linux.
Reply With Quote