castalla wrote: 
> Any chance we could get the HLS hack - I don't fancy having to go back
> and restore rtmp from hls?

Sure,
Just do this :

Code:
--------------------
    
  $entry->{'url'} =~ s/redir/select/ig;
  
--------------------


and leave out this bit :

Code:
--------------------
    
  
  my $_find = "audio-syndication/proto/http";
  my $_replace = "pc";
  $_find = quotemeta $_find;
  $entry->{'url'} =~ s/$_find/$_replace/g;
  
--------------------


------------------------------------------------------------------------
expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to