I have been using rtmpdump to watch streams in vlc, however recently I have been unable to stream owned for more than a minute without getting errors.
I don't really know what I am doing, so I have been using
this site, that was link here a while ago, to build the commands. I have noticed some other issues with owned streams, but now it seems that every one of them has this new problem.
If it matters, for streaming I was having problems with the newest vlc so I am using 1.1.11, and rtmpdump 2.4
Here is everything from command prompt for one example
Code:
C:\Windows\System32>"F:\Program Files\rtmpdump-2.3\rtmpdump.exe" -r "rtmp://owne
d.fc.llnwd.net:1935/owned" -p "http://www.own3d.tv/live/136253" --live -y "absol
utelegends_136253" -o - | "F:\Program Files\VLC\vlc-1.1.11\vlc.exe" -
RTMPDump v2.4-35-ge0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting Live Stream
INFO: Metadata:
INFO: author
INFO: copyright
INFO: description
INFO: keywords
INFO: rating
INFO: title
INFO: presetname Custom
INFO: creationdate Mon Aug 06 18:24:22 2012
INFO: videodevice XSplitBroadcaster
INFO: framerate 24.00
INFO: width 1280.00
INFO: height 720.00
INFO: videocodecid avc1
INFO: avclevel 51.00
INFO: avcprofile 100.00
INFO: videodatarate 390.63
INFO: videokeyframe_frequency0.00
INFO: audiodevice VHAudioCustom
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: audioinputvolume 100.00
INFO: audiocodecid mp4a
INFO: audiodatarate 187.50
INFO: bufferSize 1200k
INFO: maxBitrate 1200k
INFO: xsplitBroadcasterVersion1.3.0.10
INFO: xsplitCoreVersion 1.0.1207.2601 Version 1.0
INFO: xsplitGameSourceVersion1.1.0.21
INFO: xsplitMediaLibVersion 2.0.0.102
9972.973 kB / 59.28 sec
ERROR: WriteN, RTMP send error 10054 (46 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 72412
9974.910 kB / 59.35 sec
Download complete
So my question is, is there something wrong with the command I am using, or is it some new kind of protection that owned has?
Thank you in advance to anyone that can help