Re: [rtmpdump] rtmpdump not working with dailymotion
But there is another problem now: the transfer keeps being interrupted after a few percents, and restarts at an earlier point. That makes the overall progress slow as hell: the SD version could be finished, but the HD720p version seems to make no progress at all.
try use option (-v) E:\Мои документы\STREAM\rtmpdump-2.3-windows\rtmpdump-2.3\rtmpexplorer>rtmpdump -r "rtmpe://vod-02.dailymotion.com:1935/video" -a "video?auth=1327106757-fdb09df 9ce042f56745891d07125e25d" -f "WIN 10,3,183,10" -W "http://static1.dmcdn.net/fla sh/dmplayerv4/dmplayer-prod.swf.vc5e6c6332d98bade2" -p "http://www.dailymotion.c om/video/xnqokq_nisemonogatari-ep01-remplacement_shortfilms" -y "mp4:470/678/398 76074:mp4_h264_aac_hq.mp4?auth=1327106757-fdb09df9ce042f56745891d07125e25d" -o 3 9876074_mp4_h264_aac_hq.flv -v RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV) (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: trackinfo: INFO: timescale 24.00 INFO: length 35045.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: timescale 44100.00 INFO: length 64391168.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a INFO: audiochannels 2.00 INFO: audiosamplerate 44100.00 INFO: videoframerate 24.00 INFO: aacaot 2.00 INFO: avclevel 31.00 INFO: avcprofile 100.00 INFO: audiocodecid mp4a INFO: videocodecid avc1 INFO: width 848.00 INFO: height 480.00 INFO: frameWidth 848.00 INFO: frameHeight 480.00 INFO: displayWidth 848.00 INFO: displayHeight 480.00 INFO: framerate 24.00 INFO: moovposition 40.00 INFO: duration 1460.21 9279.450 kB / 96.83 sec (6.6%)
Le duodi 2 pluviôse, an CCXX, chapun67@gmail.com a écrit :
try use option (-v)
Thanks, that did the trick. After some more experimenting, I noticed the following information: The -f (flash version string), -W (URL of flash player) and -p (referrer URL) options are not necessary here. The required options are: rtmpdump -v -r $rurl -y $ppath -o $out The core of the problem lies in that rtmpdump incorrectly splits the URL into the app and playpath; here, by "incorrectly", I only mean with regard to what dailymotion expects. More precisely, the URL is split that way by RTMP_ParseURL (I shortened it): rtmpe://v.dm.cm/video/mp4:43/701/3954:mp4_h2_c_hq.mp4?auth=1351-08cd2a ------------ app ---- ----------------------------------------- ppath while dailymotion expects it to be split rtmpe://v.dm.cm/video/mp4:43/701/3954:mp4_h2_c_hq.mp4?auth=1351-08cd2a ----- app ------------------------------------------------ ppath I do not really know what app and playpath are, so for now I am stuck investigating the problem, and can not propose a patch. But for now, I have the means to make a working script. Thanks to everyone for their help. Regards, -- Nicolas George
Nicolas George wrote:
Le duodi 2 pluviôse, an CCXX, chapun67@gmail.com a écrit :
try use option (-v)
Thanks, that did the trick.
After some more experimenting, I noticed the following information:
The -f (flash version string), -W (URL of flash player) and -p (referrer URL) options are not necessary here.
The required options are: rtmpdump -v -r $rurl -y $ppath -o $out
The core of the problem lies in that rtmpdump incorrectly splits the URL into the app and playpath; here, by "incorrectly", I only mean with regard to what dailymotion expects.
More precisely, the URL is split that way by RTMP_ParseURL (I shortened it):
rtmpe://v.dm.cm/video/mp4:43/701/3954:mp4_h2_c_hq.mp4?auth=1351-08cd2a ------------ app ---- ----------------------------------------- ppath
while dailymotion expects it to be split
rtmpe://v.dm.cm/video/mp4:43/701/3954:mp4_h2_c_hq.mp4?auth=1351-08cd2a ----- app ------------------------------------------------ ppath
I do not really know what app and playpath are, so for now I am stuck investigating the problem, and can not propose a patch.
But for now, I have the means to make a working script.
Thanks to everyone for their help.
You are expected, as a condition of participating on this mailing list, to read the documentation and discussions that have taken place before, to find answers before posting questions or comments. http://lists.mplayerhq.hu/pipermail/rtmpdump/2011-December/001766.html
On Wed, Jan 25, 2012 at 4:51 PM, Howard Chu wrote:
You are expected, as a condition of participating on this mailing list, to read the documentation and discussions that have taken place before, to find answers before posting questions or comments.
_You_ are expected, as a condition of participating on this mailing list, to read the documentation and discussions that have taken place before. http://lists.mplayerhq.hu/pipermail/rtmpdump/2011-December/001771.html
On Fri, 27 Jan 2012 04:13:30 -0600, Steven Penny wrote:
On Wed, Jan 25, 2012 at 4:51 PM, Howard Chu wrote:
You are expected, as a condition of participating on this mailing list, to read the documentation and discussions that have taken place before, to find answers before posting questions or comments.
_You_ are expected, as a condition of participating on this mailing list, to read the documentation and discussions that have taken place before.
http://lists.mplayerhq.hu/pipermail/rtmpdump/2011-December/001771.html
guys, just post patches instead of arguing whos got the biggest epenis. -compn
Steven Penny wrote:
On Wed, Jan 25, 2012 at 4:51 PM, Howard Chu wrote:
You are expected, as a condition of participating on this mailing list, to read the documentation and discussions that have taken place before, to find answers before posting questions or comments.
_You_ are expected, as a condition of participating on this mailing list, to read the documentation and discussions that have taken place before.
http://lists.mplayerhq.hu/pipermail/rtmpdump/2011-December/001771.html
Note that I already replied to that post. Don't bother posting if you have nothing to add.
participants (5)
-
chapun67@gmail.com -
compn -
Howard Chu -
Nicolas George -
Steven Penny