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

how to record this link

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

mounaime10 04-19-2015 09:29 PM

how to record this link


 
Hi there!

Can anyone please guide me on how to download this video:

Code:

http://jwpltx.com/v1/jwplayer6/ping.gif?tv=23&n=2792233657091856&aid=jCLHImWKEeSGUxLddj37mA&e=e&i=0&ifd=0&pv=6.12.4956&m=1&d=0&t=&ph=1&ed=2&ps=4&fv=&pl=321&wd=572&sdk=0&emi=8e26v0d0f0p5&pli=shxtzkck0sqe&mu=https://s3.amazonaws.com/videos.formation.hls.streaming/FR_184/fr_184_02_00/index.m3u8&eb=0&id=&pu=http://alphorm.com/formation/formation-en-ligne-ms-project-2013-planification&pt=Formationsinformatiquesenligne|Alphorm

OR

http://jwpltx.com/v1/jwplayer6/ping.gif?tv=23&n=2792233657091856&aid=jCLHImWKEeSGUxLddj37mA&e=e&i=0&ifd=0&pv=6.12.4956&m=1&d=0&t=&ph=1&ed=2&ps=4&fv=&pl=321&wd=572&sdk=0&emi=8e26v0d0f0p5&pli=shxtzkck0sqe&mu=https%3A%2F%2Fs3.amazonaws.com%2Fvideos.formation.hls.streaming%2FFR_184%2Ffr_184_02_00%2Findex.m3u8&eb=0&id=&pu=http%3A%2F%2Falphorm.com%2Fformation%2Fformation-en-ligne-ms-project-2013-planification&pt=Formationsinformatiquesenligne%7CAlphorm

thanks in advance ;)

surya987 04-19-2015 10:17 PM

Re: how to record this link


 
here is 720p link.

Code:

https://s3.amazonaws.com/videos.formation.hls.streaming/FR_184/fr_184_02_00/hd/fr_184_02_00_445_hd.m3u8
use FFMPEG to get full video..

Code:

ffmpeg -i "https://s3.amazonaws.com/videos.formation.hls.streaming/FR_184/fr_184_02_00/hd/fr_184_02_00_445_hd.m3u8" -c:v copy -c:a copy -f mpegts output.flv


mounaime10 04-19-2015 10:32 PM

Re: how to record this link


 
ohhhhh thank you bro its very kind of you ;) you are a genious

marcusvar 07-15-2015 07:37 AM

Re: how to record this link


 
Hi surya987,

I have this URL:

Code:

http://jwpltx.com/v1/jwplayer6/ping.gif?tv=23&n=4575899886352622&aid=_&e=t&i=0&ifd=0&pv=6.6.3896&m=0&d=1&t=&ti=10&ed=0&ph=0&ps=3&pw=4&q=32&sdk=0&emi=y3bir91tn6f0&pli=citrl2czxjb0&mu=rtmp://www.xxxxxx.com:1935/zzzzzzz/mp4:/yyyyyyy/xxxxxxxxxx/video-stream.mov&eb=0&pu=http://www.xxxx.com/lms/#/57/73/51/xxxxxxxx?yyyyyyy=298&zzzzzzzz=1685&id=&pt=LMS
Following your tip did so:

Code:

ffmpeg -i rtmp://www.xxxxxx.com:1935/zzzzzzz/mp4:/yyyyyyy/xxxxxxxxxx/video-stream.mov -c:v copy -c:a copy -f mpegts output.flv
He returned this error:

Server error: NULL You do not have permission to SEE this streaming!

Where is my mistake?

surya987 07-15-2015 10:50 AM

Re: how to record this link


 
rtmp links cant be used with ffmpeg.. please give proper video link....


All times are GMT -6. The time now is 07:23 PM.