Re: TVonTop - новый плагин для просмотра kartina.tv, rodnoe.tv и др.
Hi diego,
first of all the right place for this question is here:
http://tvontop.com/forum/viewforum.php?f=8
It's a support board for English speaking users.
You'll probably want to register:
http://tvontop.com/index.php?option=...er&lang=en
Forum language can be switched in your user options:
http://tvontop.com/forum/ucp.php?i=174
Now back to your question.
All the scripts we made are aimed on finding of final stream URL of the media, which is already known in your case. We don't do anything with these URLs besides of feeding them to internal player of Xtreamer, so called DvdPlayer. AFAIK you cannot make it send your authentication data, except it will be explicit written in your media URL. F.i. for FTP protocol it can be done this way:
ftp://username:password@ftpservername.zone
Never tried this with mms.
You can also check whether your URL is the final one. Try to download it with wget or any other handy downloader. Check what it will give you - if further links - keep following them using wget until you'll
get the binary stream or see where your authentication data are requested.
So would I start. Next step depends on what you'll get.
Hi diego,
first of all the right place for this question is here:
http://tvontop.com/forum/viewforum.php?f=8
It's a support board for English speaking users.
You'll probably want to register:
http://tvontop.com/index.php?option=...er&lang=en
Forum language can be switched in your user options:
http://tvontop.com/forum/ucp.php?i=174
Now back to your question.
All the scripts we made are aimed on finding of final stream URL of the media, which is already known in your case. We don't do anything with these URLs besides of feeding them to internal player of Xtreamer, so called DvdPlayer. AFAIK you cannot make it send your authentication data, except it will be explicit written in your media URL. F.i. for FTP protocol it can be done this way:
ftp://username:password@ftpservername.zone
Never tried this with mms.
You can also check whether your URL is the final one. Try to download it with wget or any other handy downloader. Check what it will give you - if further links - keep following them using wget until you'll
get the binary stream or see where your authentication data are requested.
So would I start. Next step depends on what you'll get.
Комментарий