View Single Post
  #1  
Old 10-31-2011, 07:37 PM
subixonfire subixonfire is offline
Junior Member
 
Join Date: Oct 2011
Posts: 3
subixonfire is on a distinguished road
Default

What em I doing wrong???


I tried to get stream from this page to xbmc http://utv.ro/live/.

Tried downloading strm file from here http://www.thestreamdb.com/stream/8m8le7 but it plays in xbmc only for cca 15 seconds...

Then i compiled rtmpdump on my ubuntu oneiric pc, then tried to use this command:
Code:
rtmpdump -v -r "rtmpe://fms27.mediadirect.ro:1935/live/utv?id=29067181" -y "utv_low" -a "live/utv?id=29067181" -W "http://static1.mediadirect.ro/player-preload/swf/utv_714/player.swf" -p "http://www.utv.ro/live/" -o "dump.flv"
That also downloads like 16 - 17 sec en then it exits like this:
Code:
me@me-desktop:/usr/src/rtmpdump$ sudo ./rtmpdump -v -r "rtmpe://fms27.mediadirect.ro:1935/live/utv?id=29067181" -y "utv_low" -a "live/utv?id=29067181" -W "http://static1.mediadirect.ro/player-preload/swf/utv_714/player.swf" -p "http://www.utv.ro/live/" -o "dump.flv"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   framerate             25.00
INFO:   width                 480.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   videodatarate         650.00
INFO:   videokeyframe_frequency125.00
INFO:   audiocodecid          mp4a
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO:   audiodatarate         128.00
1587.342 kB / 16.87 sec
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 2430
1593.896 kB / 17.00 sec
Download complete
or like this:
Code:
me@me-desktop:/usr/src/rtmpdump$ sudo ./rtmpdump -v -r "rtmpe://fms27.mediadirect.ro:1935/live/utv?id=29067181" -y "utv_low" -a "live/utv?id=29067181" -W "http://static1.mediadirect.ro/player-preload/swf/utv_714/player.swf" -p "http://www.utv.ro/live/" -o "dump.flv"
[sudo] password for alen: 
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   framerate             25.00
INFO:   width                 480.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   videodatarate         650.00
INFO:   videokeyframe_frequency125.00
INFO:   audiocodecid          mp4a
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO:   audiodatarate         128.00
1529.745 kB / 17.06 sec
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
1543.997 kB / 17.21 sec
Download complete
Is this some software bug, incompatibility or em I doing somthing wrong???
Reply With Quote