Blog plus mis à jour. Changement d'activité. Visitez AstucesdeGeek.fr
Voici la preuve de ce que j'avance réalisé sur mon mac:
Cette astuce consiste à ce faire passer pour un ipad en utilisant les flux, voici les étapes à suivre:
1- Télécharger QuickTime:
OSX Léopard/Lion: Download
2- Dans QuickTime:
Aller dans FICHIER/OUVRIR UNE ADRESSE
3- Dans "Ouvrir une adresse" coller ceci:
France 2 :
http://94.247.234.2/streaming/francetv_ft2/ipad.m3u8
France 3 :
http://94.247.234.2/streaming/francetv_ft3/ipad.m3u8
France 4 :
http://94.247.234.2/streaming/francetv_ft4/ipad.m3u8
France 5 :
http://94.247.234.4/streaming/francetv_ft5/ipad.m3u8
France O :
http://94.247.234.4/streaming/francetv_fto/ipad.m3u8
M6 :
http://m6-hls-live.adaptive.level3.net/apple/m6replay_iphone/m6live/m6live_ipad.m3u8
NRJ 12: http://nrj-apple-live.adaptive.level3.net/apple/nrj/nrj/nrj12.m3u8
Direct Star :
http://cupertino-streaming-1.hexaglobe.com/rtpdirectstarlive/smil:directstar-ipad.smil/playlist.m3u8
France 24 (FR) :
http://stream7.france24.yacast.net/iphone/france24/fr/iPad.f24_fr.m3u8
BFM TV :
http://http5.iphone.yacast.net/iphone/bfmtv/bfmtv_ipad.m3u8
BFM Business :
http://stream7.bfmbiz.yacast.net/iphone/bfmbiz/bfmbiz_live01.m3u8
NRJ Pop Rock :
http://nrjlive-apple-live.adaptive.level3.net/apple/nrj/nrjlive-4/appleman.m3u8
NRJ Pure :
http://nrjlive-apple-live.adaptive.level3.net/apple/nrj/nrjlive-3/appleman.m3u8
NRJ Dance :
http://nrjlive-apple-live.adaptive.level3.net/apple/nrj/nrjlive-2/appleman.m3u8
NRJ Urban :
http://nrjlive-apple-live.adaptive.level3.net/apple/nrj/nrjlive-1/nrjurban.m3u8
C’est toujours un peu flou au début, mais ne vous inquiétez au bout de quelques secondes ça devient très net : un vrai bonheur !
Petite astuce qui va vous plaire!
Vous pouvez enregistrer tous les liens en une piste de lecture, voici l'astuce ci dessous:
1 - Ouvrez "Editeur AppleScript" qui est dans Applications/Utilitaires.
2 - Copier/Coller tout le script ci dessous puis le coller dans l'éditeur.
on run
set choix to choose from list {"France 2", "France 3", "France 4", "France 5", "France O", "M6", "W9", "NRJ 12", "Direct Star", "France 24", "BFM", "BFM business", "NRJ pop rock", "NRJ pure", "NRJ dance", "NRJ urban"}
set monurl to ""
if choix is {"France 2"} then
set monurl to "http://94.247.234.2/streaming/francetv_ft2/ipad.m3u8"
end if
if choix is {"France 3"} then
set monurl to "http://94.247.234.2/streaming/francetv_ft3/ipad.m3u8"
end if
if choix is {"France 4"} then
set monurl to "http://94.247.234.2/streaming/francetv_ft4/ipad.m3u8"
end if
if choix is {"France 5"} then
set monurl to "http://94.247.234.4/streaming/francetv_ft5/ipad.m3u8"
end if
if choix is {"France O"} then
set monurl to "http://94.247.234.4/streaming/francetv_fto/ipad.m3u8"
end if
if choix is {"M6"} then
set monurl to "http://m6-hls-live.adaptive.level3.net/apple/m6replay_iphone/m6live/m6live_ipad.m3u8"
end if
if choix is {"W9"} then
set monurl to "http://m6-hls-live.adaptive.level3.net/apple/m6replay_iphone/m6live/w9live.m3u8"
end if
if choix is {"NRJ 12"} then
set monurl to "http://nrj-apple-live.adaptive.level3.net/apple/nrj/nrj/nrj12.m3u8"
end if
if choix is {"Direct Star"} then
set monurl to "http://cupertino-streaming-1.hexaglobe.com/rtpdirectstarlive/smil:directstar-ipad.smil/playlist.m3u8"
end if
if choix is {"France 24"} then
set monurl to "http://stream7.france24.yacast.net/iphone/france24/fr/iPad.f24_fr.m3u8"
end if
if choix is {"BFM"} then
set monurl to "http://http5.iphone.yacast.net/iphone/bfmtv/bfmtv_ipad.m3u8"
end if
if choix is {"BFM business"} then
set monurl to "http://stream7.bfmbiz.yacast.net/iphone/bfmbiz/bfmbiz_live01.m3u8"
end if
if choix is {"NRJ pop rock"} then
set monurl to "http://nrjlive-apple-live.adaptive.level3.net/apple/nrj/nrjlive-4/appleman.m3u8"
end if
if choix is {"NRJ pure"} then
set monurl to "http://nrjlive-apple-live.adaptive.level3.net/apple/nrj/nrjlive-3/appleman.m3u8"
end if
if choix is {"NRJ dance"} then
set monurl to "http://nrjlive-apple-live.adaptive.level3.net/apple/nrj/nrjlive-2/appleman.m3u8"
end if
if choix is {"NRJ urban"} then
set monurl to "http://nrjlive-apple-live.adaptive.level3.net/apple/nrj/nrjlive-1/nrjurban.m3u8"
end if
if monurl ≠ "" then
tell application "QuickTime Player"
activate
open URL monurl
end tell
end if
end run
3 - Enregistrez le tout en cliquant sur Fichier/Enregistrer sous puis dans "Format de fichier", choisissez Application:
4 - Le tour est joué. Vous aurez un icône sur votre bureau qui donne accès à cette fenêtre qui est votre piste de lecture Quicktime.