Satellite Nilesat en streaming

voici quel chaine arab

pour les chaine aljazeera mbc canal algerie dubai tv

pour les chaine arabe nilsa je vais vous envoyer le lien bientot jais trouver le code mes jais besoin un specialiste java
#EXTM3U
#EXTINF:-1,Canal Algerie
mms://64.62.171.220/algeria
#EXTINF:-1,2M
mms://64.62.171.220/2m
#EXTINF:-1,aljazeera sport
mms://64.62.171.220/aljazeerasport
#EXTINF:-1,aljazeera sport2
http://95.211.123.74:51002
#EXTINF:-1,Alkass
mms://64.62.171.220/alkass
#EXTINF:-1,Syria drama
mms://64.62.171.220/syriadrama
#EXTINF:-1,Qatar
mms://64.62.171.220/qatar
#EXTINF:-1,Mbc
mms://64.62.171.220/mbc
#EXTINF:-1,Aljazeera
mms://64.62.171.220/aljazeera
#EXTINF:-1,Aljazeera doc
mms://64.62.171.220/aljazeeradoc
#EXTINF:-1,Dubai Tv
mms://64.62.171.220/dubai
#EXTINF:-1,Abu dhabi
mms://64.62.171.220/abudhabi
#EXTINF:-1,Al sharqiya
mms://64.62.171.220/alsharqiya


bon journee
 
comment ca fonctionne ?

salut adil , je te remercie pour tes efforts , mais comment je peut regarder avec ce lien , j,ai vlc et ca me donne rien ...merci.
 
remplace mms par http

le lien pour nilsat et de suit http://iptv.arabtvnet.tv/iptv/tv/channels.php?mac=000138Dc2736&serial=21440842000327
mes il yas une manipulation a faire il va y avoire des lien de chaine sous forme
httptv://distribution03.arabtvnet.tv:8080/259&619&75493984 remplacer httptv par http

le probleme ces que tu peut voire la chaine mes achaque fois tu refreche la page le code &75493984
change

il sufi de changer ce code achaque foi tu veut voire une chaine

si vous avais des idee fait moi savoire pour regler ce changement de code
123 viva algerie
 
merci beaucoup vraiment ya khoya barak allahou fika et si tu a dautre liens aussi intéressant avec vlc on attend ça :cl16:
 
comment on fait pour changer le code svp pour arabtv.net merci
 
bonjour a vous, moi aussi j'ai un soucis pour ouvrir les lien et je ne vois vraiment pas comment changer le code svp help help help
 
je remercie mon frere Adils pour les informations,
bon pour les gens le lien ca marche vous douver copier le lien du canal qui vous vollez regarder ,http..et faire coller ds vlc player ,media et ouvrire un reseau copier le lien mais attention remplacer httptv par http ,car vlc player connais seulemetn http,et la deusieme faite le vite car les lien se actualise chaque sec,vous avez 5 sec pour copier le lien.
adils
user_offline.gif

Membre
 
c'est toujours le meme message , by a legal connection, et vous donne le numéro de tel..... :((
 
pour les codeur voici le code

package com.captiveworks.io;

import com.captiveworks.util.*;
import com.cqs.ftp.FTP;
import java.io.IOException;
import java.io.PrintStream;
import java.net.URL;
import java.util.*;

// Referenced classes of package com.captiveworks.io:
// BoxKeys

public class ChannelListGenerator
{

public ChannelListGenerator()
{
}

public static void main(String args[])
{
String username = "dikran";
String password = "dhh1971";
WebUtil.cacheWebFile("http://www.arab-tv-net.com/private/get_url.txt", "/tmp/get_url.php");
String fileTextOrig = null;
URL url = null;
FTP ftpServer = null;
try
{
url = new URL("ftp://www.arab-tv-net.com/public_html/arab-tv-net/private");
ftpServer = new FTP(url.getHost());
FTPUtil.connectToFTPServer(username, password, url, ftpServer);
fileTextOrig = FileUtil.getFileText("/tmp/get_url.php");
}
catch(IOException e1)
{
System.out.println("Could not start process");
return;
}
Random random = new Random();
int i = 0;
do
{
String text;
do
{
int randNum = random.nextInt(40000);
String mac = BoxKeys.foo[0];
String serial = BoxKeys.foo[1];
String box = BoxKeys.foo[2];
i = (i + 1) % BoxKeys.foo.length;
String link = "http:// iptv.faces.nu/iptv/tv/channels.php?mac=" + mac + "&serial=" + serial + "&stb_id=" + box + "&rnd=" + randNum;
System.out.println(link);
text = WebUtil.getWebFileText(link);
} while(!StringUtils.contains(text, "distribution"));
String list = getChannelsPHP(getChannels(text));
String fileText = StringUtils.replace(fileTextOrig, "$$list$$", list);
FileUtil.writeFileText("/tmp/get_url.php", fileText);
ftpServer.upload("/tmp/get_url.php", "get_url.php");
if(ftpServer.lastCode() != 226)
{
System.out.println("Error Transferring File");
} else
{
System.out.println("File Transferred Successfully");
}
try
{
Thread.sleep(45000L);
}
catch(InterruptedException interruptedexception) { }
} while(true);
}

public static List getChannels(String text)
{
ArrayList channels = new ArrayList();
text = text.substring(text.indexOf("{") + 1, text.length() - 3);
do
{
int index = text.indexOf("}");
if(index == 1)
{
break;
}
String channel = text.substring(1, index);
channels.add(channel);
if(index + 3 >= text.length())
{
break;
}
text = text.substring(index + 3);
} while(true);
return channels;
}

public static String getChannelsPHP(List channels)
{
StringBuffer buffer = new StringBuffer();
Iterator iterator = channels.iterator();
boolean printProcessed = false;
String line;
for(; iterator.hasNext(); buffer.append(line + "\n"))
{
line = (String)iterator.next();
line = StringUtils.replace(line, "\"", "");
line = translateServerAddress(line);
if(!printProcessed)
{
int i = line.lastIndexOf("&");
System.out.println(line.substring(i + 1));
printProcessed = true;
}
String elements[] = line.split(",");
int index = 0;
index++;
String channelName = elements.length > index ? elements[index++] : "";
channelName = StringUtils.replace(channelName, " ", "_");
String channelUrl = elements.length > index ? elements[index++] : "";
channelUrl = StringUtils.replace(channelUrl, "&", "%26");
channelUrl = StringUtils.replace(channelUrl, "httptv:", "http:");
line = "\"" + channelName + "\" => \"" + channelUrl + "\",";
}

return buffer.toString();
}

public static String translateServerAddress(String line)
{
line = StringUtils.replace(line, "distribution01.arabtvnet.tv", "93.158.79.163");
line = StringUtils.replace(line, "distribution02.arabtvnet.tv", "93.158.79.164");
line = StringUtils.replace(line, "distribution03.arabtvnet.tv", "93.158.79.165");
return line;
}
}
 
Ok les gars , qq1 peut nous expliquer comment sa fonctionne le code de adils :)
Merci infiniment
 
ok merci pour l'info mais personnellement ça ne me dit pas ou trouver le panneau de contrôle pour introduire le code ni même comment le faire lol

help lillah fissabili lahhhh
 
merci malek nous sommes entrain de chercher tous les codes pour faciliter et regarder tout les match en clair......
 
a parament le site elahmad a trouver le moyen de les ouvrir toutes il ya pas mal de chaine qui marche la bas en vlc, j'ai pris un exemple de chaine comme dream2 et a parament il l'execute avec un fichier php si sa peut aider plus voici la source de ce fichier


<html>
<head>
<meta http-equiv="Content-Language" content="ar-sa">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<title>Dream 2 Egypt</title>
<link rel="stylesheet" type="text/css" href="/tv/vlc/css.css" />
<script type="text/javascript">document.write('\u003c\u0073\u0063\u0072\u0069\u0070\u0074\u0020\u006c\u0061\u006e\u0067\u0075\u0061\u0067\u0065\u003d\u0022\u006a\u0061\u0076\u0061\u0073\u0063\u0072\u0069\u0070\u0074\u0022\u0020\u0073\u0072\u0063\u003d\u0022\u0070\u006c\u0061\u0079\u0065\u0072\u002e\u0070\u0068\u0070\u0022\u003e\u003c\u002f\u0073\u0063\u0072\u0069\u0070\u0074\u003e')</script>
</head>
<body onmouseover=" return true" text="black" link="#0000FF" vlink="#800080" alink="#FF0000" oncontextmenu="return false" ondragstart="return false" onselectstart="return false" onmousedown="if (typeof event.preventDefault != 'undefined') {event.preventDefault();}">
<center>
<script language="javascript">www_elahmad_com("http://xxx03.xxx.tv:8080/304&619&49343751");</script>
</body>
</html>

jai changer l'adresse avec les x
 
thank you adil mais koi faire avec les ip changable??? il ya un player ou un moyen de les lires????
 
oui a parament je pense que le code est changer encore si tu vérifie entre hier et aujourdh'hui maintenant l'adresse contien %02659 et non plu %026 dans la partie (channelUrl = StringUtils.replace(channelUrl, "&", "%26"); :LolLolLolLol:
 
allo allo toujour a la recherche d'un moyen de voir aljazeera1 ou 9 sur VLC
merci les amis de donner un coup de main à un ami
 
voici un lien pour voir aljazeera sport sur media player pour voir les matches enjoy :

mms://72.13.81.34:80/16711?MSWMExt=.asf
 
Retour
Haut