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

Record private channel dailymotion live

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

loupe 02-18-2015 04:27 AM

Record private channel dailymotion live


 
Does anyone can help me? I am looking for how to record a live dailymotion. There is a trouble is that the channel is private. You can see it here: http://www.lamaisondubluff.fr/le-live/?source=psl

Thank you in advance

hasomaso 02-18-2015 05:07 AM

Re: Record private channel dailymotion live


 
.m3u8
Code:

http://stream-04.vty.dmcdn.net/11/dm/1/xsxv2i/live_src.isml/events(live_src-1424203094)/live_src-audio=131072-video=1868800.m3u8
ffmpeg download

Code:

ffmpeg -i "http://stream-04.vty.dmcdn.net/11/dm/1/xsxv2i/live_src.isml/events(live_src-1424203094)/live_src-audio=131072-video=1868800.m3u8" -c:v copy -c:a copy -f mpegts output.flv

...or use hdsdump

Code:

hdsdump --manifest "http://stream-04.vty.dmcdn.net/11/dm/1/xsxv2i/live_src.isml/live_src.f4m?e=1424432626&st=Sd1wcTyfHm0cfO88SpAKzg"

loupe 02-18-2015 06:07 AM

Re: Record private channel dailymotion live


 
Thank you for your quick answer.

I tried to download hdsdump but it don't run at all (i'm on windows 7)

How i can open and record .m3u8 file ?

I tried ffmpeg too, it seems work perfectly thank you. Do you know if i can choose resolution of stream ? I would like 480p (standard) because it seems 720p and it takes a lot of mb. ^^

Thank you ;)

hasomaso 02-18-2015 07:16 AM

Re: Record private channel dailymotion live


 
hdsdump download code is above ;)

here i have the various resolutions for ffmpeg


240p
Code:

ffmpeg -i "http://stream-02.vty.dmcdn.net/11/dm/1/xsxv2i/live.isml/events(live-1424203094)/live-audio=64000-video=200000.m3u8" -c:v copy -c:a copy -f mpegts 240p.flv
380p
Code:

ffmpeg -i "http://stream-02.vty.dmcdn.net/11/dm/1/xsxv2i/live.isml/events(live-1424203094)/live-audio=128000-video=445000.m3u8" -c:v copy -c:a copy -f mpegts 380p.flv
480p
Code:

ffmpeg -i "http://stream-02.vty.dmcdn.net/11/dm/1/xsxv2i/live.isml/events(live-1424203094)/live-audio=128000-video=989000.m3u8" -c:v copy -c:a copy -f mpegts 480p.flv
720p
Code:

ffmpeg -i "http://stream-02.vty.dmcdn.net/11/dm/1/xsxv2i/live.isml/events(live-1424203094)/live-audio=128000-video=2200000.m3u8" -c:v copy -c:a copy -f mpegts 720p.flv

fixed...

loupe 02-18-2015 02:18 PM

Re: Record private channel dailymotion live


 
Hi

Thank you.

The link for 240p works well but 380p, 480p and 720p (it said : unable to find a suitable output format for 'copy' copy : invalid argument)

I don't know what the problem is. The link you sent me in your first answer work always good. I guess it's 720p link so i dont know why this one works and no the link for 720p in your last message.

I really want 380p and 480p links. Do you think you can fix it ?

Thank you again :)

hasomaso 02-18-2015 03:09 PM

Re: Record private channel dailymotion live


 
fixed... thanks for info

Tribal 02-19-2015 05:01 PM

Re: Record private channel dailymotion live


 
i dont work for me

hasomaso 02-19-2015 09:01 PM

Re: Record private channel dailymotion live


 
Quote:

Originally Posted by Tribal (Post 74327)
i dont work for me


session expired after a day!!!
sniff new

Tribal 02-20-2015 07:55 AM

Re: Record private channel dailymotion live


 
and new link

Matesy 11-01-2017 11:46 PM

Re: Record private channel dailymotion live


 
Hey,
I Want To Download This m3u8 File Through FFMPEG...

Code:

https://jiocinemaweb.cdn.jio.com/jiovod.cdn.jio.com/vod/_definst_/smil:vod/87/9/0_0emwhd7i.smil/chunklist_b2428000.m3u8
What Should Be My Code Then


All times are GMT -6. The time now is 11:14 AM.