Re: [FFmpeg-user] DELETE segments not working for HLS Push

2020-08-20 Thread KRISHNAKUMAR N K
Hi Alex Yes, I am sure the server is configured correctly. I have verified DELETE via *curl* for http and https (its working as expected). DELETE is NOT working when i use *https *via ffmpeg only. *RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|PUT|DELETE|CONNECT|OPTIONS)* Regards *KrishnaKumar **

Re: [FFmpeg-user] DELETE segments not working for HLS Push

2020-08-20 Thread Alessandro Molon
> Can someone please confirm if this a bug, so that I can report it.. Are you sure the server is configure to support the DELETE method? Not at the moment, but recently I tested a similar scenario and everything worked as expected. But I definitely had to explicitly enable the DELETE method in

Re: [FFmpeg-user] DELETE segments not working for HLS Push

2020-07-14 Thread KRISHNAKUMAR N K
Can someone please confirm if this a bug, so that I can report it.. On Fri, 10 Jul, 2020, 2:18 PM KRISHNAKUMAR N K, wrote: > Hi Guys > I am trying to push HLS chunks to an apache webdav server. The PUT/DELETE > is working as expected when i use http, but DELETE is NOT working using > *https, >

[FFmpeg-user] DELETE segments not working for HLS Push

2020-07-10 Thread KRISHNAKUMAR N K
Hi Guys I am trying to push HLS chunks to an apache webdav server. The PUT/DELETE is working as expected when i use http, but DELETE is NOT working using *https, *however PUT works fine though HTTPS. I am getting the following error msg from the console. Let me know if I am missing something. *Err