Re: scanUrl not being called
bpa <bpa.a2dovb-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Organization | Logitech Squeezebox Forums |
| Message-ID | <[email protected]> |
Besides HLS, What other stream types is the pr:// protocol handler used
for ?
The PH "new" using the URL wants to create a HTTP/HTTPS connection to an
URL - so it will never invoke the PlayHLS .
If your PH only ever calls PlayHLS - then the PH might able to just call
PlayHLS "new" directly instead of SUPER (which is for a HTTPS stream)
Code:
--------------------
my $self = Plugins::PlayHLS::HLSPLAY->new($args);
--------------------
IN test, this gets further in that PlayHLS start doing processing but
then stops. More work needed.
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=114599