Which version of 6.5 are you using?  For the most recent trunk I found a
need to tweek Alien a bit.  Assuming this works the same way, I suspect
you may need to return the content type coming out of the pipeline
rather than "frq"?  This probably only matters after one of the recent
changes which changed how remote streams where handled.

For info the working Alien RTSP does the following:

Code:
--------------------
    
        <rest of new>
        my $self = $class->SUPER::new(undef, $command);
  
        ${*$self}{'contentType'} = $format;
  
        return $self;
  }
  
  sub contentType {
        my $self = shift;
  
        return ${*$self}{'contentType'};
  }
  
--------------------


-- 
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=18904

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to