View Single Post
  #9  
Old 04-29-2015, 11:28 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Error message 403


Quote:
Originally Posted by bigfoot View Post
Thank you biezom

Bad luck follows me for this broadcasting.

New try : same result 403 Client Error: Forbidden



How can I get a good "manifest.f4m/master.m3u8" without proxy or vpn, I live in France not in Canada ?

I tested my system with a link given by you here :

HTML Code:
http://stream-recorder.com/forum/showpost.php?p=76083&postcount=2
The result is ok at first try.
i live in france too
did you use nullnacht's code


if you use windows you need install wget (static) before
wget 1.11.4 old
http://nebm.ist.utl.pt/~glopes/wget/
choose your version 32bit or 64bit
wget 1.13.4 more recent
https://code.google.com/p/mingw-and-...tatic-mingw.7z
unzip in C:\wget for example
run cmd.exe command shell
go in wget folder
Code:
cd C:\wget
and paste the nullnacht's code (i add -O option easer to open with notepad)

Code:
wget --header "X-Forwarded-For: 159.33.65.39" -O getm3u8.txt "http://api.radio-canada.ca/validationMedia/v1/Validation.html?deviceType=ipad&appCode=thePlatform&connectionType=broadband&output=json&idMedia=108402"
so it download file in C:\wget getm3u8.txt
open getm3u8.txt with notepad (bloc-notes in french)
and you can see the m3u8 link with max quality 408p
if you want 720p quality see my previous post
Reply With Quote