PDA

View Full Version : Help - how do i use rtmpdump - this url works on XBMC


pintux
01-11-2013, 06:36 AM
Guys,

Failrly new and been reading this forum for just a day. I have a set of urls (rtmp) for channels that work when I am using XBMC with the livestream add-on.

I need to view these streams on a VU+(Enigma2 box) which uses a plugin based on rtmpdump. However this url does not work and reading the thread I believe I should be using a different format. Here is the url,

rtmp://desitouch.tv/live playpath=starplus swfUrl=http://player.longtailvideo.com/player5.2.swf pageUrl=http://desitouchtv.com/player.php?app=live&play=zeepunjabi timeout=15

I get an error - connection refused by the server. Any help appreciated guys.

Pintu

karlo2105
01-11-2013, 08:01 AM
rtmpdump -v -r "rtmp://desitouch.tv/live/starplus" -W "http://player.longtailvideo.com/player5.2.swf" -p "http://desitouchtv.com/player.php?app=live&play=zeepunjabi" | vlc -
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: author
INFO: copyright
INFO: description
INFO: keywords
INFO: rating
INFO: title
INFO: presetname Custom
INFO: creationdate Fri Jan 11 14:39:08 2013
INFO: videodevice XSplitBroadcaster
INFO: framerate 25.00
INFO: width 512.00
INFO: height 288.00
INFO: videocodecid avc1
INFO: avclevel 21.00
INFO: avcprofile 100.00
INFO: videodatarate 390.62
INFO: videokeyframe_frequency 0.12
INFO: audiodevice VHAudioCustom
INFO: audiosamplerate 22050.00
INFO: audiochannels 2.00
INFO: audioinputvolume 100.00
INFO: audiocodecid mp4a
INFO: audiodatarate 46.88
INFO: bufferSize 500k
INFO: maxBitrate 1000k
INFO: xsplitBroadcasterVersion1.3.0.51
INFO: xsplitCoreVersion 1.1.1210.3101 Version 1.1
INFO: xsplitGameSourceVersion 1.1.1.16
INFO: xsplitMediaLibVersion 2.0.0.149
823.883 kB / 14.84 sec
ERROR: Download: Failed writing, exiting!

pintux
01-11-2013, 02:58 PM
Thanks a lot, appreciate your effort. I have got it working and you have saved me so much effort. Cheers.