Re: Privoxy proxychains problem
Fabian Keil <[email protected]>
| Newsgroups | gmane.comp.web.privoxy.user |
|---|---|
| Message-ID | <[email protected]> |
Thomas Schmiedl <[email protected]> wrote: > I use xupnpd2 (http://xupnpd.org/xupnpd2_en.html) on my MIPS-based > router to restream some HLS-streams from the internet to my TV. This app > doesn't support https. The author doesn't want to provide a newer > version of xupnpd2. > > I try to restream webcams from Skyline-webcams (e.g. > http://www.skylinewebcams.com/de/webcam/czech-republic/prague/prague/old-town-bridge-tower.html), > which uses https. But it's possible to receive the m3u8-file (the URL > including query-string is in old-town-bridge-tower.html) in http. The > m3u8-file contains https URLs (ts-video-files, which also can downloaded > in http). > > My idea is to use a filter proxy to replace the https URLs in the > m3u8-file by http URLs. I installed Privoxy 3.0.24 in Ubuntu 16 with > these filter: > > /etc/privoxy/user.filter: > FILTER: test > s@https@http@g > > /etc/privoxy/user.action: > {+filter{test} +force-text-mode} > /.*m3u8 > > A first test worked (URLs were replaced): > http_proxy=127.0.0.1:8118 wget > http://hddn01.skylinewebcams.com/live.m3u8?a=sfvhd515q59ag2lp08o76bdme7 > > But with proxychains it doesn't work: > proxychains wget > http://hddn01.skylinewebcams.com/live.m3u8?a=sfvhd515q59ag2lp08o76bdme7 I'm not familiar with proxchains. Are you sure Privoxy is still being used? A log excerpt would probably help debug this. Fabian _______________________________________________ Privoxy-users mailing list [email protected] https://lists.privoxy.org/mailman/listinfo/privoxy-users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEETzbBfzgWkTZUoehQaRgikYuiNxwFAlrCCRMACgkQaRgikYui NxwsERAAn414zCv3iBAuKBHbCxN63rNURMoTyRde63ikAPOgpPUsU6jQ60kBJOVj rldSbukvu5Sw+v/A8LFiNs79ISp2D2wFJL7u0Rz3gobwFhvxVURAYUBr80lquY1n 3c1533iAdFUpAYfEQPETXNukwg9s+VD+yqYmhwR15J8mVM5xGi88Oqs2MWyPzHcP PvuCUqrZOS588JtqyMzYNl9vYQPyT9awQu6lTiLOGoGC4hJ5aP0v8DV3CxPcD1gO InL1NeVFwOOKCU1GVOsxzt0PM3kqVi8IYNFdjjwY8RRh0WOizCIkVIRh9bzg5xln Olm6p3nUeJVXf2jeNsky7LdA5KhZv91pKRbWvhgP++BYI2OgqLdLcRLDO4Gw3eik MAEh5c4nYhmXhuheL1GsLgsXRiE3UyxR9afx+kxIZEKkgUgJ/X80jGhTE0SQza3q WTVQzZozbIxIdh6CXtt5MT10djRSyHqR7723PEkDngoIS5awmU05tYyySKYqONqU KPb7MV+0LR83xGM1PYzRRugYdX/4IaU5MHGT8V/8UaqBnwQ98lrlZFf1Ajk7uy0E IweJKZUTNEQ8Ydd1GO5hcpcjLxYIkAFCfUAoMrXLMkKoYYfVlbla38oOCQTOwa7Q TQH7GqExMNcCJ0P1EkfyM9k+Npb5q+RsWxyEztIInWIF4jQlHSI= =XKni -----END PGP SIGNATURE-----