You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by bukan sapa <wu...@gmail.com> on 2012/07/03 08:05:46 UTC

dynamic m3u8 files

dear all

i have a question, i have a dynamic m3u8 files that generate every 10 sec.
i want to make that files just go direct to the origin server. before i try
with suffix=m3u8 action=never-cache in cache.conf, but the files still cache

thank for the enlightment


./tio

Re: dynamic m3u8 files

Posted by bukan sapa <wu...@gmail.com>.
after trying again i think i found an answer put below line in cache.conf
url_regex=^http://.*\m3u8$ scheme=http action=never-cache

the log show like this
1341419516.842 1104 192.168.7.177 TCP_MISS/200 893974 GET
http://192.161.1.6/live/channel-245/stream04-134144945.ts - DIRECT/
192.161.1.6 video/MP2T -
1341419537.493 18 192.168.7.177 TCP_HIT/200 893974 GET
http://192.161.1.6/live/channel-245/stream04-134144945.ts - NONE/-
video/MP2T -
1341419546.642 17 192.168.7.177 TCP_HIT/200 893974 GET
http://192.161.1.6/live/channel-245/stream04-134144945.ts - NONE/-
video/MP2T -
1341419557.787 14 192.168.7.177 TCP_HIT/200 893974 GET
http://192.161.1.6/live/channel-245/stream04-134144945.ts - NONE/-
video/MP2T -
1341419583.780 4 192.168.7.177 TCP_MISS/200 819 GET
http://192.161.1.6/live/channel-245/sub04.m3u8 -
DIRECT/192.161.1.6application/x-mpegURL -
1341419598.087 465 192.168.7.177 TCP_REFRESH_MISS/200 819 GET
http://192.161.1.6/live/channel-245/sub03.m3u8 -
DIRECT/192.161.1.6application/x-mpegURL -
1341419600.861 485 192.168.7.177 TCP_REFRESH_MISS/200 819 GET
http://192.161.1.6/live/channel-245/sub03.m3u8 -
DIRECT/192.161.1.6application/x-mpegURL -
1341419601.649 1 192.168.7.177 TCP_MISS/200 819 GET
http://192.161.1.6/live/channel-245/sub03.m3u8 -
DIRECT/192.161.1.6application/x-mpegURL -
1341419603.959 57 192.168.7.177 TCP_MISS/200 819 GET
http://192.161.1.6/live/channel-245/sub03.m3u8 -
DIRECT/192.161.1.6application/x-mpegURL -
1341419604.801 50 192.168.7.177 TCP_MISS/200 819 GET
http://192.161.1.6/live/channel-245/sub03.m3u8 -
DIRECT/192.161.1.6application/x-mpegURL -

need suggestion on this

thank all


On Tue, Jul 3, 2012 at 1:05 PM, bukan sapa <wu...@gmail.com> wrote:

> dear all
>
> i have a question, i have a dynamic m3u8 files that generate every 10 sec.
> i want to make that files just go direct to the origin server. before i try
> with suffix=m3u8 action=never-cache in cache.conf, but the files still cache
>
> thank for the enlightment
>
>
> ./tio
>