Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

downloading videos from indopia.com

(http://stream-recorder.com/forum/showthread.php?t=20872)

rad 04-07-2016 06:13 AM

downloading videos from indopia.com


 
Hello. I would like to download videos from this site

www.indopia.com

I've tried downloading by IDM, but the output video does not play properly.

Please suggest. Thank you.

surya987 04-07-2016 08:18 AM

Re: downloading videos from indopia.com


 
how come they ask to pay as they providing pDvDs or WEBHDs Downloaded from other internet sources..LoL.... i am surprised....

to answer to your ques just change useragent to ipad\iphone and get m3u8 and use with livestreamer.... or directly use rtmpdumphelper

Enjoy

rad 04-09-2016 01:24 AM

Re: downloading videos from indopia.com


 
Quote:

Originally Posted by surya987 (Post 83753)
how come they ask to pay as they providing pDvDs or WEBHDs Downloaded from other internet sources..LoL.... i am surprised....

to answer to your ques just change useragent to ipad\iphone and get m3u8 and use with livestreamer.... or directly use rtmpdumphelper

Enjoy

Thanks for your reply. I used urlsnooper2 but couldn't find m3u8 link. This is the link of the video i want to download in HD quality

http://www.indopia.com/showtime/watc.../i-am-in-love/


The link of HD quality video is as follows
http://www.indopia.com/showtime/watc...ve/quality/hd/

Also rtmpdumphelper doesn't open. CMD opens and disappears in a second.

What should I do?

TubeDigger 04-09-2016 03:04 AM

Re: downloading videos from indopia.com


 
Code:

rtmpdump -r "rtmp://38.74.197.40:80/vod" -y "mp4:/mp4/low/2007010054_00.mp4" -R -o iaminlove.flv
Code:

rtmpdump -r "rtmp://38.74.197.40:80/vod" -y "mp4:/mp4/hd/2007010054_00.mp4" -R -o iaminlove_hd.flv

rad 04-09-2016 03:12 AM

Re: downloading videos from indopia.com


 
Quote:

Originally Posted by TubeDigger (Post 83774)
Code:

rtmpdump -r "rtmp://38.74.197.40:80/vod" -y "mp4:/mp4/low/2007010054_00.mp4" -R -o iaminlove.flv
Code:

rtmpdump -r "rtmp://38.74.197.40:80/vod" -y "mp4:/mp4/hd/2007010054_00.mp4" -R -o iaminlove_hd.flv

oh thank you very much! Where should i paste this link? what is the command for livestreamer ? please teach me if you've time. thanks again :)

rad 04-14-2016 04:39 AM

Re: downloading videos from indopia.com


 
someone please tell me what to do with these rtmp links?

rad 05-18-2016 04:51 AM

Re: downloading videos from indopia.com


 
Somebody please guide me how to download videos from the above mentioned site.

Terenz 05-18-2016 12:28 PM

Re: downloading videos from indopia.com


 
You need the "chunck.m3m8" you can find in in many ways example chrome://cache/
Save and open that file and add before any of the segments:
Code:

n_0_0_0.ts?
n_1_0_0.ts?
n_2_0_0.ts?
etc.

This string ( also this is inside the cache )
Code:

http://71.168.212.141/vod/mp4:mp4/hd/2007010054_00.mp4/
Result is similar to this:
Code:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:16
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:6.239,
http://71.168.212.141/vod/mp4:mp4/hd/2007010054_00.mp4/n_0_0_0.ts?nimblesessionid=XXXXXXetc.

After that with ffmpeg:
Code:

ffmpeg -i "X:\Path\chunk.m3u8" -c copy Final.ts
Have fun.

rad 06-28-2016 06:17 AM

Re: downloading videos from indopia.com


 
Quote:

Originally Posted by Terenz (Post 84386)
You need the "chunck.m3m8" you can find in in many ways example chrome://cache/
Save and open that file and add before any of the segments:
Code:

n_0_0_0.ts?
n_1_0_0.ts?
n_2_0_0.ts?
etc.

This string ( also this is inside the cache )
Code:

http://71.168.212.141/vod/mp4:mp4/hd/2007010054_00.mp4/
Result is similar to this:
Code:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:16
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:6.239,
http://71.168.212.141/vod/mp4:mp4/hd/2007010054_00.mp4/n_0_0_0.ts?nimblesessionid=XXXXXXetc.

After that with ffmpeg:
Code:

ffmpeg -i "X:\Path\chunk.m3u8" -c copy Final.ts
Have fun.


Thanks friend but i don't know where to write this code nor could i find that chunk file. can you please simplify the downloading process since i have zero knowledge in coding. thanks again :)

rad 08-12-2016 05:22 AM

Re: downloading videos from indopia.com


 
Quote:

Originally Posted by rad (Post 85139)
Thanks friend but i don't know where to write this code nor could i find that chunk file. can you please simplify the downloading process since i have zero knowledge in coding. thanks again :)

Need help with the downloading of this video... please help!!!


All times are GMT -6. The time now is 09:23 AM.