Page 1 of 1

[Help] rtmpdump parameter problem!!!

PostPosted: Thu Oct 24, 2013 5:55 pm
by regex
hello i'm new here in the forum and i greet you all

to my problem...


i have a rtmpdump parameter and i want download that, but unfortunately it does not work!!!
I have the parameters found with wireshark, but there is something wrong with playpath?

here is the parameter and pageUrl


http://www.iptv.nivacity.net/s003.html

  Code:
rtmpdump -v -r "rtmp://178.162.202.33:8080/stream/?i=4d77a418e2bb1ac93476ead3daeaf592&k=e9333d1ea629eacbba794d2f0882ea6d49f2b6e24cf6f8588e48b3866f31eb484f38003553558f76d14f55c88db999d38b3720a87d6c18ac37055e4f2a051937043aa26f66cbd312d1fdce7a89c6f948f0af6c6ffe2e9b1bc04dea9add07f268fe0c5b8aa2fc5251251cdb2b9ed09b4df7acca342616132cb0b0700bc5fd982d386894f463aee8b0006583d05a5d54f3b719796f24024d08751a1c623414634966f4f22fa008cabb3e01213d7c8d96c931ba175e6424a44a&sp=iliria&u=WFYKZYQ3/Mozilla/5.0 (Windows NT 6.1) App" -a "stream/?i=4d77a418e2bb1ac93476ead3daeaf592&k=e9333d1ea629eacbba794d2f0882ea6d49f2b6e24cf6f8588e48b3866f31eb484f38003553558f76d14f55c88db999d38b3720a87d6c18ac37055e4f2a051937043aa26f66cbd312d1fdce7a89c6f948f0af6c6ffe2e9b1bc04dea9add07f268fe0c5b8aa2fc5251251cdb2b9ed09b4df7acca342616132cb0b0700bc5fd982d386894f463aee8b0006583d05a5d54f3b719796f24024d08751a1c623414634966f4f22fa008cabb3e01213d7c8d96c931ba175e6424a44a&sp=iliria&u=WFYKZYQ3" -W "http://player.iptviliria.com/flow/flowplayer.commercial-3.2.7.swf" -p "http://www.iptv.nivacity.net/s003.html" -y "Mozilla/5.0 (Windows NT 6.1) App" -o "output.flv"




I am looking forward to your reply and thank you in advance





thanks
regex

Re: [Help] rtmpdump parameter problem!!!

PostPosted: Fri Oct 25, 2013 3:59 pm
by zip
Serviio uses librtmp, which maps these parameters to parameters with different names.

http://rtmpdump.mplayerhq.hu/librtmp.3.html

So then you have to use a URL with librtmp parameters instead of rtmpdump ones.

There might be a tool somewhere here that converts between the two, but I'm not sure about that.