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

    [DEV]Online Movie Player

    thanks to pt-1 for the update here Hidden Content
    i have tryed this and got it set up and working. and ive got to take my hat off to the guy whos started this nice peice of software.
    ytube has issues with sound i think because of the codac the files are uploaded in. i can get some files with sound and some without.
    but this is the next step to video on demand for the dbox i can feel it.
    im going to have a little look about the apache and php to see where the actual code is.
    if there is anyother devs hear that want to play and help get this to work on other streams please post your findings here
    thanks once agian for the info pt-1 as always without your willing to share and pass on and translate the german most things wouldnt be possible.
    all files to edit are in C:\xampplite\htdocs\requests\scripts

    Here are is the reedme on setting a stream up.

    Code:
    $Id: readme 15079 2006-04-02 22:57:39Z dionoea $
    
    This file describes commands available through the requests/ file:
    
    Lines starting with < describe what the page sends back
    Lines starting with > describe what you can send to the page
    
    All parameters need to be URL encoded.
    Examples:
     # -> %23
     % -> %25
     + -> %2B
     space -> +
     ...
    
    status.xml:
    ===========
    < Get VLC status information, current item info and meta.
    
    > add <mrl> to playlist and start playback:
      ?command=in_play&input=<mrl>
    
    > add <mrl> to playlist:
      ?command=in_enqueue&input=<mrl>
    
    > play playlist item <id>:
      ?command=pl_play&id=<id>
    
    > toggle pause. If current state was 'stop', play item <id>:
      ?command=pl_pause&id=<id>
    
    > stop playback:
      ?command=pl_stop
    
    > jump to next item:
      ?command=pl_next
    
    > jump to previous item:
      ?command=pl_previous
    
    > delete item <id> from playlist:
      ?command=pl_delete&id=<id>
    
    > empty playlist:
      ?command=pl_empty
    
    > sort playlist using sort mode <val> and order <id>:
      ?command=pl_sort&id=<id>&val=<val>
      If id=0 then items will be sorted in normal order, if id=1 they will be
      sorted in reverse order
      A non exhaustive list of sort modes:
        0 Id
        1 Name
        3 Author
        5 Random
        7 Track number
    
    > toggle random playback:
      ?command=pl_random
    
    > toggle loop:
      ?command=pl_loop
    
    > toggle repeat:
      ?command=pl_repeat
    
    > toggle enable service discovery module <val>:
      ?command=pl_sd&val=<val>
      Typical values are:
        sap
        shoutcast
        podcast
        hal
    
    > toggle fullscreen:
      ?command=fullscreen
    
    > set volume level to <val> (can be absolute integer, percent or +/- relative value):
      ?command=volume&val=<val>
      Allowed values are of the form:
        +<int>, -<int>, <int> or <int>%
    
    > seek to <val>:
      ?command=seek&val=<val>
      Allowed values are of the form:
        [+ or -][<int><H or h>:][<int><M or m or '>:][<int><nothing or S or s or ">]
        or [+ or -]<int>%
        (value between [ ] are optional, value between < > are mandatory)
      examples:
        1000 -> seek to the 1000th second
        +1H:2M -> seek 1 hour and 2 minutes forward
        -10% -> seek 10% back
    
    playlist.xml:
    =============
    < get the full playlist tree
    
    browse.xml:
    ===========
    < ?dir=<dir>
    > get <dir>'s filelist
    
    vlm.xml:
    ========
    < get the full list of VLM elements
    
    vlm_cmd.xml:
    ============
    < execute VLM command <cmd>
      ?command=<cmd>
    > get the error message from <cmd>
    Last edited by nj2006; 04-02-2008 at 01:20 PM.

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

    Re: Online Movie Player

    Some headstart:
    Code:
    $links['Top 10']['url']="http://gdata.youtube.com/feeds/api/s...eeds/top_rated";
    $links['I am a search']['suche']="suchfunktion";
    $links['Find me']['suche']="finde mich";
    $links['Search Bundesliga']['suche']="bundesliga";
    $seite['Page 1']['nr']=0;
    $seite['Page 2']['nr']=1;
    $seite['Page 3']['nr']=2;
    $seite['Page 4']['nr']=3;
    $seite['Page 5']['nr']=4;
    $seite['Page 6']['nr']=5;
    $seite['Page 7']['nr']=6;
    $seite['Page 8']['nr']=7;
    $seite['Page 9']['nr']=8;
    $seite['Page 10']['nr']=9;
    $orderby['Relevanz']['api']="relevance";
    $orderby['Date']['api']="updated";
    $orderby['Access']['api']="viewCount";
    $orderby['Rating']['api']="rating";

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

    Re: Online Movie Player

    well it didnt like me just changing the url for itv Hidden Content lost all my services and went to no channels found .

    Code:
    <?
    $search="http://gdata.youtube.com/feeds/api/videos?vq=%string%&start-index=%index%&max-results=50&orderby=%orderby%";
    
    $links['Top 10']['url']="Hidden Content bin eine suche']['suche']="suchfunktion";
    $links['Finde mich']['suche']="finde mich";
    $links['suche Bundesliga']['suche']="bundesliga";
    
    $seite['Seite 1']['nr']=0;
    $seite['Seite 2']['nr']=1;
    $seite['Seite 3']['nr']=2;
    $seite['Seite 4']['nr']=3;
    $seite['Seite 5']['nr']=4;
    $seite['Seite 6']['nr']=5;
    $seite['Seite 7']['nr']=6;
    $seite['Seite 8']['nr']=7;
    $seite['Seite 9']['nr']=8;
    $seite['Seite 10']['nr']=9;
    
    $orderby['Relevanz']['api']="relevance";
    $orderby['Datum']['api']="updated";
    $orderby['Zugriffe']['api']="viewCount";
    $orderby['Bewertung']['api']="rating";
    
    function dlflv($url) {
      $page = cacheurl($url);
      preg_match('!<title>(.*?)</title>!', $page, $matches);
      preg_match('!video_id=.*&t=[^\"&]*!', $page, $matches);
      $video = 'http://youtube.com/get_video?'.$matches[0];
      return  $video;
    }
    
    function input($url,$pos="") {
    	$t_html = cacheurl($url);
    	preg_match_all('/<entry>(.*?)<\/entry>/si',$t_html,$row);
    	foreach ($row[1] as $mov) {
    	         preg_match('/<title (.*?)>(.*?)<\/title>/i', $mov, $matches); $tmp_array['title'] = filterstr($matches[2]);
    	         preg_match("/<link(.*?)href='(.*?)'\/>/i", $mov, $matches); $tmp_array['url'] = $matches[2];
    	         preg_match("/<content(.*?)>(.*?)<\/content>/i", $mov, $matches); $tmp_array['details'] = $matches[2];
    	         preg_match("/duration seconds='(\d+)'/i", $mov, $matches); $tmp_array['size'] = $matches[1];
    	         preg_match("/<published>(.*?)<\/published>/is", $mov, $matches); $tmp_array['time'] = strtotime($matches[1]);
    #		$tmp_array['size']=$tmp_array['dauer']*40000;
    	         $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 getdir() {
    	global $links,$orderby,$search,$seite;
    	$r=split("/",trim($_GET['dir'],"/"));
    
    	if (count($r)==2) {
    	gennavi($links);
    	}
    
    	if (count($r)==3) {
    		$ar=$links[$r[2]];
    		if (isset($ar['suche'])) {
    			gennavi($orderby);
    		} else {
    			gennavi(input($ar['url']));
    		}
    	}
    
    
    	if (count($r)==4) {
    
             #		$ar=$links[$r[2]];
    
    #                 echo $orderby[$r[3]]['api'];
    #		$ur= str_replace("%string%",urlencode($ar['suche']),$search);
    #		$ur= str_replace("%orderby%",$orderby[$r[3]]['api'],$ur);
    #echo $ur;
    		gennavi($seite);
    	}
    
    	if (count($r)==5) {
    		$ar=$links[$r[2]];
    		$index=$seite[$r[4]]['nr']*50+1;
    #		$min=$max-50+1;
    #                 echo $orderby[$r[3]]['api'];
    		$ur= str_replace("%string%",urlencode($ar['suche']),$search);
    		$ur= str_replace("%orderby%",$orderby[$r[3]]['api'],$ur);
    		$ur= str_replace("%index%",$index,$ur);
    
    #                 echo $ur;
    		gennavi(input($ur,implode("/",$r)));
    	}
    
    
    }
    
    
    function geturl($pfad) {
    	global $links,$search,$orderby,$seite;
    	$r=split("/",trim($pfad,"/"));
    
             #youtube suche
    	if(count($r)==6) {
    		$index=$seite[$r[4]]['nr']*50+1;
    	         $ur= str_replace("%string%",urlencode($links[$r[2]]['suche']),$search);
    	         $ur= str_replace("%orderby%",$orderby[$r[3]]['api'],$ur);
    		$ur= str_replace("%index%",$index,$ur);
    	         $ar=input($ur,implode("/",$r));
                      d_write("fav/".md5(implode("/",$r))," ");
    	         return dlflv($ar[$r[5]]['url']);
    	}
    	$in=input($links[$r[2]]['url']);
    	$t=stripslashes($r[3]);
             #
    	return dlflv($in[$t]['url']);
    }
    
    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 knew it was a lazy long shot but saves anybody else just taking a lazy way

    but it seems that itv like bbc need extra's installed befor it will play. also it might help if sombody nows anything about itv api.

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

    Re: Online Movie Player

    Some good discussion including a script here on how to obtain the rtmp stream for the BBC iPlayer is ->Hidden Content <-

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

    Re: Online Movie Player

    more progress.

    the apple script on this pulls an .xml file that looks like this

    Code:
    <?xml version="1.0" encoding="utf-8" ?> 
    - <records date="Sun, 03 Feb 2008 00:40:01 -0800">
    - <movieinfo id="2460">
    - <info>
      <title>27 Dresses</title> 
      <runtime>2:30</runtime> 
      <rating>Not yet rated</rating> 
      <studio>20th Century Fox</studio> 
      <postdate>2007-10-25</postdate> 
      <releasedate>2008-01-13</releasedate> 
      <copyright>? Copyright 2008 20th Century Fox</copyright> 
      <director>Anne Fletcher</director> 
      <description>Jane is idealistic, romantic and completely selfless - a perennial bridesmaid whose own happy ending is nowhere in sight. But when younger sister Tess captures the heart of Jane?s boss ? with whom she is secretly in love - Jane begins to reexamine her ?always-a-bridesmaid?.? lifestyle.</description> 
      </info>
    - <cast>
      <name>Katherine Heigl</name> 
      <name>James Marsden</name> 
      <name>Edward Burns</name> 
      <name>Malin Akerman</name> 
      </cast>
    - <genre>
      <name>Comedy</name> 
      <name>Romance</name> 
      </genre>
    - <poster>
      <location>http://images.apple.com/moviesxml/s/fox/posters/27dresses_l200710251814.jpg</location> 
      <xlarge>http://images.apple.com/moviesxml/s/fox/posters/27dresses_xl200710251814.jpg</xlarge> 
      </poster>
    - <preview>
      <large filesize="22580743">http://movies.apple.com/movies/fox/27_dresses/27_dresses_h640w.mov</large> 
      </preview>
    files are pulled like this ....

    Code:
    <large filesize="22580743">http://movies.apple.com/movies/fox/27_dresses/27_dresses_h640w.mov</large>
    so i suspect you could use this to pull a file if you point it to a local .xml file

    the problem with itv and bbci is they reqiure microsoft rights plugins, to work .

    anyone here got any thoughts on it.

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

    Re: Online Movie Player

    Actually BBC is no longer using DRM as far as I understood the discussion on the XBMC Developer Board (I posted a link).

    There is even a guy from the BBC in contact with these Dev's who want to get that working and willing to meet at the BBC in February to discuss options.

    DRM is a Microsoft thing but as the BEE have to give access to non microsoft users (Linux) DRM would not work.

    The Link I posted contains a formular on how to get the direct RTMP String from the Content that you actually want to watch.

    Someone would need to run a script over the BBC site every day to upgrade these links for tha last 30 days and VOD could be in reach ;-)

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

    Re: Online Movie Player

    OK, from the little I've seen, the importants bits are the functions getdir, gennavi and geturl. I think that basically when you access a php file under scripts, it calls getdir to generate a playlist file for vlc via the gennavi function. You shoud feed the gennavi function an array. The array structure is as follows:
    'title' (how you want to call the file in the listing)
    'type' (file or directory, if none given then it's a directory)
    'url' (url of the stream)
    'size' (size of the file)
    'time' (not sure yet, either duration of file or date stamp)

    geturl seems just to be there to return the url of the stream... must be more than that though as they never seem to be as straigtforward as I thought it could be (i.e. just accessing the URL bit of the array described above)... ahhh, OK it's the function that strips out everything and only give the actual stream me think... i.e. the URL could be an HTML page but the geturl function ill get the link from an object tag on the page for example (kino.de.php).

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

    Re: Online Movie Player

    Quick update - the harcoded ip from xboxmedia center for the bbc iplayer seems to be out of date, you should use 213.248.116.108 instead... I used the trial version of a tool called "Replay Media Catcher" that basically enabled me to see the kind of url the stream is coming from. I'm mentionning it as this IP might change again!
    Also, I tried to use VLC to play the rtmp stream but it doesn't seem to support it - is that right?

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

    Re: Online Movie Player

    i dont think vlc supports rtmp stream m8,

    as of yet.

    honestly dont think there is meny players that do at the moment.

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

    Re: Online Movie Player

    Some discussion here: -> Hidden Content <-

    And the main Site with the actual RMTP Player is here -> Hidden Content <-

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

    Re: Online Movie Player

    Hidden Content Originally Posted by nj2006 Hidden Content
    i don't think vlc supports rtmp stream m8,
    as of yet.
    honestly dont think there is meny players that do at the moment.
    It just occurred to me then, we can't have the BBC iplayer as yet then as VLC can't do anything with it yet (youtube for example using http streaming) - am I right?
    I mean, we can still download the file and play it using ozbodd method to play flash movie but no streaming right Hidden Content ?

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

    Re: Online Movie Player

    im sure the box uses vlc to decode yes. and if vlc does'nt suport the stream. then it is usless working on bbciplayer streams for now.

    but there should be a way to intergrate some uk streams to this
    as at moment its mainly german and utube has sound issues.

    if i had a multi million pound budget and could afford the bandwidth i would start a dbox version of utube. where users could upload and share Hidden Content

    there is alot of talk about bbc changing from thier current stream and bringing out an api like the rest of them. as of yet any date hasnt been given although firefox have some sort of api to make it work. in their browser.

  13. #13
    Legend PaphosAL's Avatar
    Join Date
    Feb 2008
    Location
    Bandit country
    Age
    89
    Posts
    619
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: Online Movie Player

    Please bear with me, while I try and get this old head around this, but are we talking about what I think we're talking about here?

    The potential to be able to get your permanently Internet-connected dBox2(s) to run the BBCi and Virgin Central 'red button' NVOD channels/services?

    Cheers- AL

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

    Re: Online Movie Player

    @AL - almost m8, it would VOD directly from the BBC website but it seems that it's not possible because the BBC is using RMTP and that ITV and channel4 are using DRM
    @all
    OK, I was a bit frustated that we couldn't have BBC iplayer, so I was wondering what was missing from the list + I needed some practise with this... so here it is, create a new file under scripts and copy and paste the following
    Code:
    <?
    $links['Top Rated']['url']="Hidden Content Rated']['cookie']="age_check=1; domain=.youporn.com; path=/; expires=Wed, 08-Feb-2108 13:18:42 GMT";
    function getdir() {
    global $links;
    $r=split("/",trim($_GET['dir'],"/"));
    //print_r($r);
    if (count($r)==2) {
    //input($links['Top Rated']['url'],$links['Top Rated']['cookie']);
    gennavi(input($links['Top Rated']['url'],$links['Top Rated']['cookie']));
    }
    }
    function geturl($pfad) {
    global $links;
    $r=split("/",trim($pfad,"/"));
    //print_r($r);echo "<br />";
    //print_r($links);echo "<br />";
    $in=input($links['Top Rated']['url'],$links['Top Rated']['cookie']);
    //print_r($in);echo "xxx".$r[2]."xxx <br />";
    $t=stripslashes($r[2]);
    $toto=dlflv($in[$t]['url'],$links['Top Rated']['cookie']);
    return $toto;
    }
    function dlflv($url,$cookie) {
    //echo "<br>XXX".$url."?user_choice=EnterXXX$cookie<br/>";
    $page = open_page($url."?user_choice=Enter",1,2,null,null,$cookie);
    //echo $page."<br/>" ;
    preg_match("!'file','(http://download.youporn.com/download.*?flv)'!", $page, $matches);
    $video = $matches[1];
    //echo "<br>XXX".$video."XXX<br/>";
    return  $video;
    }
    function input($url,$cookie,$pos="") {
    //echo "$url<br/>";	
    $t_html = open_page($url,1,2,null,null,$cookie);
    //echo "Enter input<br/>$t_html";
    preg_match_all('/<li>(.*?)<\/li>/si',$t_html,$row);
    foreach ($row[1] as $mov) {
    //echo "Enter match<br/ >";
    preg_match('/<p class="title"><a href="(.*?)">(.*?)<\/a><\/p>/i', $mov, $matches); 
    $tmp_array['url'] = "Hidden Content 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;
    }
    function open_page($url,$f=1,$c=2,$r=0,$a=0,$cf=0,$pd=""){
    global $oldheader;
    $url = str_replace("http://","",$url);
    if (preg_match("#/#","$url")){
    $page = $url;
    $url = @explode("/",$url);
    $url = $url[0];
    $page = str_replace($url,"",$page);
    if (!$page || $page == ""){
    $page = "/";
    }
    $ip = gethostbyname($url);
    //echo "get add $url $ip<br/>";
    }else{
    //echo "get add2 $url<br/>";
    $ip = gethostbyname("Hidden Content add2 ip: $ip <br/>";
    $page = "/";
    }
    $open = fsockopen($ip, 80, $errno, $errstr, 60);
    if ($pd){
    $send = "POST $page HTTP/1.0\r\n";
    }else{
    $send = "GET $page HTTP/1.0\r\n";
    }
    $send .= "Host: $url\r\n";
    if ($r){
    $send .= "Referer: $r\r\n";
    }else{
    if ($_SERVER['HTTP_REFERER']){
    $send .= "Referer: {$_SERVER['HTTP_REFERER']}\r\n";
    }
    }
    //if ($cf){
    //if (@file_exists($cf)){
    //$cookie = urldecode(@file_get_contents($cf));
    //if ($cookie){
    $send .= "Cookie: $cf\r\n";
    //$add = @fopen($cf,'w');
    //fwrite($add,"");
    //fclose($add);
    //}
    //}
    //}
    $send .= "Accept-Language: en-us, en;q=0.50\r\n";
    if ($a){
    $send .= "User-Agent: $a\r\n";
    }else{
    $send .= "User-Agent: {$_SERVER['HTTP_USER_AGENT']}\r\n";
    }
    if ($pd){
    $send .= "Content-Type: application/x-Hidden Content Close\r\n\r\n";
    }
    fputs($open, $send);
    //echo "$send\n<br/>";
    while (!feof($open)) {
    $return .= fgets($open, 4096);
    }
    fclose($open);
    $return = @explode("\r\n\r\n",$return,2);
    $header = $return[0];
    //if ($cf){
    // if (preg_match("/Set\-Cookie\: /i","$header")){
    //$cookie = @explode("Set-Cookie: ",$header,2);
    //$cookie = $cookie[1];
    //$cookie = explode("\r",$cookie);
    //$cookie = $cookie[0];
    //$cookie = str_replace("path=/","",$cookie[0]);
    //$add = @fopen($cf,'a');
    //fwrite($add,$cookie,strlen($read));
    //fclose($add);
    //}
    //}
    if ($oldheader){
    $header = "$oldheader<br /><br />\n$header";
    }
    $header = str_replace("\n","<br />",$header);
    if ($return[1]){
    $body = $return[1];
    }else{
    $body = "";
    }
    if ($c === 2){
    if ($body){
    $return = $body;
    }else{
    $return = $header;
    }
    }
    if ($c === 1){
    $return = $header;
    }
    if ($c === 3){
    $return = "$header$body";
    }
    if ($f){
    if (preg_match("/Location\:/","$header")){
    $url = @explode("Location: ",$header);
    $url = $url[1];
    $url = @explode("\r",$url);
    $url = $url[0];
    $oldheader = str_replace("\r\n\r\n","",$header);
    $l = "Location:";
    $oldheader = str_replace("Location:",$l,$oldheader);
    return open_page($url,$f,$c,$r,$a,$cf,$pd);
    }else{
    return $return;
    }
    }else{
    return $return;
    }
    }
    ?>
    ahhhh yeah, name the file something clever like YouPorn and then only test when you are on your own Hidden Content !
    It's very basic and crude, takes some time for buffering but it's working for me
    Last edited by FreddyFr0g; 07-02-2008 at 05:08 PM.

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

    Re: Online Movie Player

    @ freddy thanks m8 i will give this a shot or two ( excuse the pun) later tonight
    @al
    sort of but not al m8.
    this is a way of streaming web based video content to the dbox.
    using vlc and some apache and php scripts.
    by using the likes of sites like utube and other less known and restrictive sites we could adapt this to stream and share video's
    the setup of it is relitivly easy pt-1 has put instructions and links to the tools needed in his news around the dbox thread.
    give it a go m8 another persons input on this would be well appreciated.
    i know ozbodd is able to intergrate the football listings with a dbox plugin so maybe with some development we could do somthing simliar to vm's interactive services.
    im sure there are enough talanted people here. to give this a try. and we always have development sections here on wod that we could utalize for testing and stuff.
    Last edited by nj2006; 07-02-2008 at 05:11 PM.

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

    Re: Online Movie Player

    Is a flv stream/file always RMTP ..?

    If yes, VLC Plays it !

    Hidden Content

  17. #17
    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 pt-1 Hidden Content
    Is a flv stream/file always RMTP ..?
    If yes, VLC Plays it !
    Hidden Content
    yes vlc will play the flv file but it wont connect using the protocal rmtp://

    that file is using http://

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

    Re: Online Movie Player

    OK,

    maybe some more interesting stuff you can do with VLC:


    Hidden Content
    RemoteTV using VLC

    Hidden Content
    Remote TV tuning

    Hidden Content
    Free PVR and support for VLC

    Hidden Content
    DVB T streaming solution

    Hidden Content
    Possible VoD solution

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

    Re: Online Movie Player

    Latest Version:

    Hidden Content

    You should now have sound on YouTube !

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

    Re: Online Movie Player

    Just putting an idea in the air for the BBC website, since flash supports rmtp, can a flash developer create a proxy player, that will take the stream and 'push' as a http stream? Don't really know anything about Flash so I might be talking out of my bottom Hidden Content

Page 1 of 4 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
  •