PDA

View Full Version : Prima play


killerman
02-11-2013, 06:29 AM
Hi guys,

i have little problem with downloading this video:

http://play.iprima.cz/zoom/313548/23600

there i s 3 quality LQ, HQ, HD

i can generate their real rtmp adrress, it looks like this:

LQ: rtmp://bcasts1w.livebox.cz:80/iprima_token_1?auth=_any_%7C1360603345%7Cc1d9c3b36 7221423d42b6aeafd314b9065bc45cd/mp4:Prima-1302061854-25524_500.mp4

HQ: rtmp://bcasts1w.livebox.cz:80/iprima_token_1?auth=_any_%7C1360603345%7Cc1d9c3b36 7221423d42b6aeafd314b9065bc45cd/mp4:Prima-1302061854-25524_1000.mp4

HD: rtmp://bcasts1w.livebox.cz:80/iprima_token_1?auth=_any_%7C1360603345%7Cc1d9c3b36 7221423d42b6aeafd314b9065bc45cd/mp4:hq/Prima-1302061854-25524_1500.mp4

i can download or watch with rtmpdump and vlc LQ and HQ quality but i want HD quality and i cant.

for LQ or HQ use this:

rtmpdump -r "rtmp://bcasts1w.livebox.cz:80/iprima_token_1?auth=_any_%7C1360603345%7Cc1d9c3b36 7221423d42b6aeafd314b9065bc45cd/mp4:Prima-1302061854-25524_1000.mp4" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

but it doesnt work for HD quality.

Can you help me?

i can add fresh rtmp links if somebody need or throw PM i can send link for php script that always print fresh link

KSV
02-11-2013, 07:07 AM
rtmpdump was unable to parse the playpath correctly so you should specify it manually.

rtmpdump -r "rtmp://bcasts1w.livebox.cz:80/iprima_token_1?auth=_any_%7C1360603345%7Cc1d9c3b36 7221423d42b6aeafd314b9065bc45cd" -y "mp4:hq/Prima-1302061854-25524_1500.mp4" -o Test.flv

RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: trackinfo:
INFO: timescale 25000.00
INFO: length 376000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: timescale 44100.00
INFO: length 665600.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
INFO: audiochannels 2.00
INFO: audiosamplerate 44100.00
INFO: videoframerate 25.00
INFO: aacaot 2.00
INFO: avclevel 31.00
INFO: avcprofile 77.00
INFO: audiocodecid mp4a
INFO: videocodecid avc1
INFO: width 768.00
INFO: height 432.00
INFO: frameWidth 768.00
INFO: frameHeight 432.00
INFO: displayWidth 768.00
INFO: displayHeight 432.00
INFO: framerate 25.00
INFO: moovposition 32.00
INFO: duration 15.09
345.033 kB / 13.20 sec (87.4%)

killerman
02-11-2013, 09:07 AM
You are the best, again many thanks to you

killerman
09-30-2013, 11:22 PM
HI KSV, please can you help me once again?

i dont understand what change but i can read rtmp url, but cant dump with rtmpdump.

http://play.iprima.cz/ano-sefe/ano-sefe-v-7

can you try it?

rtmp://bcastmw.livebox.cz:80/iprima_token?auth=%7C1380618510%7C380fa63372ec90f6 3b863dea2fde230229f9534e/mp4:Prima-1210220001-20267_1000.mp4

chap
09-30-2013, 11:54 PM
try
rtmpdump -r "rtmp://bcastnw.livebox.cz:80/iprima_token" -a "iprima_token?auth=_any_|1380620979|ddaa7aee86a57ed 9079afe21aaba7ceff518da0f" -f "WIN 11,8,800,168" -W "http://embed.livebox.cz/iprimaplay/flash/LiveboxPlayer.swf" -p "http://play.iprima.cz/ano-sefe/ano-sefe-v-7" -y "mp4:Prima-1210220001-20267_1000.mp4" -o "2013-10-01_08-49-49_mp4_Prima-1210220001-20267_1000.flv"

killerman
10-01-2013, 01:29 AM
Thank you