PDA

View Full Version : how to record this link


mounaime10
04-19-2015, 09:29 PM
Hi there!

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

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.formati on.hls.streaming%2FFR_184%2Ffr_184_02_00%2Findex.m 3u8&eb=0&id=&pu=http%3A%2F%2Falphorm.com%2Fformation%2Fformatio n-en-ligne-ms-project-2013-planification&pt=Formationsinformatiquesenligne%7CAlphorm

thanks in advance ;)

surya987
04-19-2015, 10:17 PM
here is 720p link.

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..

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


http://i.imgur.com/HC2a28W.png

mounaime10
04-19-2015, 10:32 PM
ohhhhh thank you bro its very kind of you ;) you are a genious

marcusvar
07-15-2015, 07:37 AM
Hi surya987,

I have this URL:

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:

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
rtmp links cant be used with ffmpeg.. please give proper video link....