[FFmpeg-trac] #10325(undetermined:new): ipfs stored m3u8 doesn't work correctly

FFmpeg trac at avcodec.org
Wed Apr 19 17:22:54 EEST 2023


#10325: ipfs stored m3u8 doesn't work correctly
-------------------------------------+-------------------------------------
             Reporter:  hsn          |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by hsn):

 this error is case when using ''local ipfs node'' at localhost:8080. I
 think problem is with returned redirects - local ipfs node will send back
 redirect to url like

 http://bafyjvzacdkmdv5iy5ldtibqc6yesvwg3cqmfpdo4clwfrpbc7xdq.ipfs.localhost:8080
 (cid in url request format) and it will fail when http code will try to
 resolve host name
 bafyjvzacdkmdv5iy5ldtibqc6yesvwg3cqmfpdo4clwfrpbc7xdq.ipfs.localhost

 Correct handling is to send all requests to localhost:8080, do not attempt
 to resolve localhost subdomain and add Host: header or maybe send full url
 like to proxy server.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10325#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list