View Single Post
  #162  
Old 10-31-2013, 04:47 PM
lorus lorus is offline
Junior Member
 
Join Date: Apr 2013
Posts: 7
lorus is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Hi KSV,
hi folks,

I have a strange problem where dumping via rtmpdump.exe works but via librtmp.dll using XBMC not:

RTMPDUMP:
Code:
rtmpdump -r "rtmp://*/live" -W "httpp://rottr.bplaced.net/players.swf" -p "*" -v -y "*" -o "*"
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
Starting Live Stream
INFO: Metadata:
INFO:   duration                0.00
INFO:   width                   1280.00
INFO:   height                  720.00
INFO:   videodatarate           1074.22
INFO:   framerate               25.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           93.75
INFO:   audiosamplerate         44100.00
INFO:   audiosamplesize         16.00
INFO:   stereo                  TRUE
INFO:   audiocodecid            2.00
INFO:   encoder                 Lavf53.6.0
INFO:   filesize                0.00
1034.212 kB / 3.92 sec
xbmc.log (librtmp.dll)
Code:
23:24:20 T:6416  NOTICE: -->Python Interpreter Initialized<--
23:24:21 T:8444  NOTICE: Thread Background Loader start, auto delete: false
23:24:28 T:9032  NOTICE: DVDPlayer: Opening: * swfUrl=*pageUrl=* playpath=* swfVfy=true live=true
23:24:28 T:9032 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
23:24:28 T:6336  NOTICE: Thread CDVDPlayer start, auto delete: false
23:24:28 T:6336  NOTICE: Creating InputStream
23:24:29 T:6336   ERROR: rtmp server sent error
23:24:29 T:6336   ERROR: rtmp server requested close
23:24:29 T:6336   ERROR: CDVDPlayer::OpenInputStream - error opening * swfUrl=* pageUrl=* playpath=* swfVfy=true live=true]
23:24:29 T:6336  NOTICE: CDVDPlayer::OnExit()
23:24:29 T:6336  NOTICE: CDVDPlayer::OnExit() deleting input stream
23:24:29 T:9032   ERROR: Playlist Player: skipping unplayable item: 0, path [* swfUrl=* pageUrl=* playpath=* swfVfy=true live=true]
23:24:29 T:9252  NOTICE: Thread Background Loader start, auto delete: false
23:24:29 T:9032  NOTICE: CDVDPlayer::CloseFile()
23:24:29 T:9032 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
23:24:29 T:9032  NOTICE: DVDPlayer: waiting for threads to exit
23:24:29 T:9032  NOTICE: DVDPlayer: finished waiting
I'm using the latest version of your rtmpdump.exe and librtmp.dll. Librtmp.dll is correctly placed and it was previously working with. But now as you see it suddendly stopped working and I'm wondering why. Parameters are the same for both ...

Any thoughts on that?

cheerz,

lorus

Last edited by lorus : 11-01-2013 at 08:30 AM.
Reply With Quote