Thanks Thanks:  0
Likes Likes:  0
Page 2 of 4 FirstFirst 1234 LastLast
Results 21 to 40 of 65
  1. #21
    veteran nj2006's Avatar
    Join Date
    May 2006
    Posts
    1,179
    Post Thanks
    Chats
    0
    Rep Power
    19

    Re: Online Movie Player

    how about getting this site streaming to it

    Hidden Content

    loads of movies hosted here.

  2. #22
    Respected Member FreddyFr0g's Avatar
    Join Date
    Dec 2006
    Posts
    137
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: Online Movie Player

    What a cool website !
    Don't seem to be able to open the video links in VLC though (not even in my dixplayer Hidden Content ) - don't know if it's a compatibility or session/cookie problem yet

  3. #23
    veteran nj2006's Avatar
    Join Date
    May 2006
    Posts
    1,179
    Post Thanks
    Chats
    0
    Rep Power
    19

    Re: Online Movie Player

    Hidden Content Originally Posted by FreddyFr0g Hidden Content
    What a cool website !
    Don't seem to be able to open the video links in VLC though (not even in my dixplayer Hidden Content ) - don't know if it's a compatibility or session/cookie problem yet

    there are plenty of these about Al posted somthing about ****** toolbar on another forum.

    it has loads of links to these sites

    heres another cool one Hidden Content

    they seem to run from a site called stage6.com

  4. #24
    veteran nj2006's Avatar
    Join Date
    May 2006
    Posts
    1,179
    Post Thanks
    Chats
    0
    Rep Power
    19

    Re: Online Movie Player

    on the stage6.com site you can play the videos in vlc using the download link
    Code:
    http://video.stage6.com/2212634/.divx
    i get an error broken avi but they do play.


    so a bit more on working out the quick silver link and converting it to a stage6.com link that plays in vlc

    take alvin and the chipmunks

    Code:
    http://quicksilverscreen.com/watch?video=27301
    when you look on the player there is a download file link
    this will contian the stage6.com video code

    Code:
    http://quicksilverscreen.com/download.php?i=2168499
    if we take the number from that and insert it into this

    Code:
    http://video.stage6.com/numberhere/.divx
    we get this

    Code:
    http://video.stage6.com/2168499/.divx
    try putting that into vlc it will stream .

    but its seems to be crap bandwith

    is there anything we can do with this method m8
    Last edited by nj2006; 10-02-2008 at 10:07 PM.

  5. #25
    Respected Member FreddyFr0g's Avatar
    Join Date
    Dec 2006
    Posts
    137
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: Online Movie Player

    ahhhh, I was using the link from the object tag in the page (the base URL is completely different but the number that can be extracted is accessible) - shouldn't be a problem at all then as I can play your link fine first time. The only thing that worries me a bit is the fact that you have to press don't repair in VLC... not sure how that's going to play when steaming back to the dbox move player!
    Have to go now but will take the time to post something tomorrow morning!

  6. #26
    Respected Member FreddyFr0g's Avatar
    Join Date
    Dec 2006
    Posts
    137
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: Online Movie Player

    Took a bit longer than I thought (blooming regular expressions!) but it's 'working' now. I get loads of buffering freezes though so it's not really watchable Hidden Content .
    Some of them are still hit and miss try house or Kill Bill for example as American pie didn't play for me.
    You will need divx codecs installed on your computer (but I'm pretty anyone of you would have them already!).
    Would be good to implement other sites (I'll have a look at your other links NJ) and pagination but - unless the bandwidth improves (or maybe it's just my connection to the net) - the films are unwatchable
    Code:
    <?
    $links['Quick Silver Screen']['url']="http://quicksilverscreen.com/";
    $links['Quick Silver Screen']['title']="Quick Silver Screen";
    function getdir() {
    global $links;
    $r=split("/",trim($_GET['dir'],"/"));
    //print_r($r);
    if (count($r)==2) {
    gennavi($links);
    }
    if (count($r)==3) {
    $array=$links[$r[2]];
    gennavi(input($links['Quick Silver Screen']['url']));
    }
    }
    function geturl($pfad) {
    global $links;
    $r=split("/",trim($pfad,"/"));
    //print_r($r);echo "<br />";
    //print_r($links);echo "<br />";
    $in=input($links[$r[2]]['url']);
    //print_r($in);echo "xxx".$r[2]."xxx <br />";
    $t=stripslashes($r[3]);
    $toreturn = dldivx($in[$t]['url']) ;
    //	echo $toreturn . "\n" ;
    return $toreturn ;
    }
    function dldivx($url) {
    //echo $url."<br/>";
    $page = cacheurl($url);
    preg_match('!<embed type="video/divx" src="http://[^/]*/stage6vid/([^\.divx]*)\.divx\?e=!', $page, $matches);
    $video = "http://video.stage6.com/".$matches[1]."/.divx";
    return  $video;
    }
    function input($url,$pos="") {
    //echo "$url<br/>";	
    $t_html = cacheurl($url);
    //echo "Enter input<br/>$t_html";
    preg_match_all('/<div style="padding:3px;word-wrap:break-word;">(<a href="watch.*?<\/a>)<\/div>/si', $t_html, $row); 
    foreach ($row[1] as $mov) {
    preg_match('/<a href="(watch\?video=.*?)">(.*?)<\/a>/i', $mov, $matches); 
    $tmp_array['url'] = "http://quicksilverscreen.com/".$matches[1];
    $tmp_array['title'] = filterstr($matches[2]);
    //echo $tmp_array['title'] . " | " . $tmp_array['url'] . "\n";
    $tmp_array['type']="file";
    if ($pos!="") {
    $txt=md5($pos."/".$tmp_array['title']);
    if (file_exists("fav/".$txt)) $tmp_array['title']="x".$tmp_array['title'];
    }
    $out[$tmp_array['title']]=$tmp_array;
    }
    return $out;
    }
    function filterstr($text) {
    #    $text = preg_replace('/[^\w]/', "", $text);
    $text = preg_replace('/[^a-zA-Z0-9\- .\!\?()]/', "", $text);
    $text = preg_replace("/ +/", " ", $text);
    $text = trim($text);
    return $text;
    }
    ?>
    I'm also really puzzled that video6.com is streaming all of this, for sure some of the big Hollywood companies will notice and put a stop to this?

  7. #27
    veteran nj2006's Avatar
    Join Date
    May 2006
    Posts
    1,179
    Post Thanks
    Chats
    0
    Rep Power
    19

    Re: Online Movie Player

    they remove anything that is complianed about. youtube streams this aswell if you look hard enough. i was having buffering issues all last night but the small music vids and some the tv shows were streaming fine.

    will give this a go str8 away m8 cheers.

  8. #28
    veteran nj2006's Avatar
    Join Date
    May 2006
    Posts
    1,179
    Post Thanks
    Chats
    0
    Rep Power
    19

    Re: Online Movie Player

    yep it is very hit and miss but it works.
    it used to be a veryfast site when it first started but i think
    it isnt built to cope with demand it actual got. big shame really.

    i looked at the youporn one 2 im shocked that this site is allowed to stream its content LOL

    nice work freddy m8 once agian Hidden Content

  9. #29
    Gone but never forgotten R.I.P Mark Astroman's Avatar
    Join Date
    Sep 2007
    Posts
    55
    Post Thanks
    Chats
    0
    Rep Power
    17

    Talking Re: Online Movie Player

    Hi all Was having a chat with one of my mates and was given a link to this movie site.

    Hidden Content

    Lots of good movies enjoy

  10. #30
    Member
    Join Date
    Feb 2008
    Posts
    22
    Post Thanks
    Chats
    0
    Rep Power
    0

    Re: Online Movie Player

    Hi all, Am i correct in assuming you are using VLC to transcode any incoming internet steam into MPEG2 so the dbox can play it ?

    My server is too slow (twin P-III Tatualins) to transcode else i would have a go. What Encoding does U-tube and BBCi employ ?

    Cheers

    Neil

  11. #31
    veteran nj2006's Avatar
    Join Date
    May 2006
    Posts
    1,179
    Post Thanks
    Chats
    0
    Rep Power
    19

    Re: Online Movie Player

    Hidden Content Originally Posted by NeilJay Hidden Content
    Hi all, Am i correct in assuming you are using VLC to transcode any incoming internet steam into MPEG2 so the dbox can play it ?
    My server is too slow (twin P-III Tatualins) to transcode else i would have a go. What Encoding does U-tube and BBCi employ ?
    Cheers
    Neil
    run vlc from your desktop m8 this dont take much. try it you will be shocked how well it works.

  12. #32
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player

    XBMC Boys got an Update here:

    Hidden Content

    or here: Hidden Content
    Last edited by pt-1; 11-03-2008 at 06:07 PM.

  13. #33
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player

    More updates



    Code:
    http://code.google.com/p/xbmc-iplayer/source/browse/trunk


    Found Hidden Content



    Hidden Content



    Well here is an excellent version found through this thread/flickr photo of comments

    Here is screenshot of the GUI on XBMC using Modified xTV Skin using the above script (Image resized for forums)

  14. #34
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player

    And again:

    Hidden Content

  15. #35
    Respected Member FreddyFr0g's Avatar
    Join Date
    Dec 2006
    Posts
    137
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player

    Hidden Content Originally Posted by pt-1 Hidden Content
    And again:
    Hidden Content
    Has anyone tried the PHP script from that link? I installed Ruby and it worked fine with the ruby version, unfortunately, creates a zero size file using the PHP script from Strawp. That's a shame as it would be easier t implement if the script was PHP based!

  16. #36
    Legend for now
    Join Date
    Jun 2006
    Location
    Leatherhead
    Posts
    697
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player

    If somebody could get the DBOX to add native MPEG4 playback support without the need for VLC then this could easily be re-coded with libcurl and have a true 'dbox-only' solution.
    Take a peek at my Frequently Asked DBOX2 questions:
    Hidden Content

    NEW! Want to become a next-generation DBOX2 image developer? PM me

  17. #37
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player


  18. #38
    Respected Member FreddyFr0g's Avatar
    Join Date
    Dec 2006
    Posts
    137
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player

    The newest php script seems to be working better for me and I changed it very slightly so that it can be called from a web request rather than the command line.
    Still, I have made little progress... I'm basically at a point where I'm definitely getting 'something' from VLC (by calling the script from localhost) but it doesn't render anything.
    I then thought to save 17Mb of a download - but that still is not working with VLC although the complete download works fine!
    I thought that the feed for iPhones was streamed? Can it only be played once the whole movie is downloaded?
    Quick search on Google hints that you can encode .mov to be streamed when encoding, is that the case here?

    I think can summarise the main question I have by - can VLC play a partially downloaded file from the iPhone feed?

  19. #39
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player

    I think (by reading the XBMC forum) at present the Iphone is able to receive the stream and play whilst streaming.

    On PC's and the XBox it seems it needs to download the stream before playing.

    I think VLC can play stuff whilst downloading but some software acts a bit funny when playing whilst another application is actually downloading it.

    Maybe worth while for the people who understand this talking to the XBMC guys or the Links to the Blogs of the users who found how to work it as is a bit over the top to have to download everything first

  20. #40
    Respected Member FreddyFr0g's Avatar
    Join Date
    Dec 2006
    Posts
    137
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: [DEV]Online Movie Player

    OK, just trying to register @xbmc... waiting for the confirmation email for the past hour!

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. what is ur best ever movie
    By storey999 in forum Movie - Soaps and General TV Section
    Replies: 242
    Last Post: 20-12-2021, 12:04 AM
  2. Replies: 0
    Last Post: 09-09-2015, 08:31 AM
  3. Replies: 0
    Last Post: 23-12-2014, 09:21 AM
  4. How to finish Movie Player
    By DingoTest in forum Cable Dbox2
    Replies: 2
    Last Post: 29-02-2008, 12:06 AM
  5. WiiXT -- REGION FREE + DVD MOVIE PLAYER! )
    By The-Wappy-One in forum Nintendo Wii
    Replies: 0
    Last Post: 19-02-2007, 04:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •