Results 27 comments of cw

I am having the same issue with not being able to load dicoms with a TransferSyntaxUID of .2.840.10008.1.2.4.70. Are there some additional steps that I may be missing?

> 嗯,现在服务器有点抗不住,造成限流,一般重试几次就可以了 > > 跑在本地的话可以通过docker更高 > > ``` > docker run --rm -p 8000:8000 pjialin/12306-ocr:latest > ``` > > 然后修改 `py12306/helpers/api.py` > > ``` > API_FREE_CODE_QCR_API = 'http://0.0.0.0:8000/check/' 想问下docker怎么去修改py12306/helpers/api.py,可以添加到env.py吗,比如AUTO_CODE_PLATFORM填写本地地址

> Has the problem been resolved Not resolved

Can someone solve it? https://app.circleci.com/pipelines/github/cornerstonejs/cornerstone/202/workflows/e354a7e8-7c28-4f92-8f9a-59176973bf05/jobs/441 ![Snipaste_2023-03-06_14-06-46](https://user-images.githubusercontent.com/22017991/223032450-03fd6cd7-3f21-4381-8662-a4c3f07cbc8d.png)

> Have you solved this problem? not have

crossorigin="anonymous"

> 我们目前的Chrome版本76.0.3809.132面临着同样的问题。提供mp4服务不起作用-使用ffmpeg将mp4转换为m3u8可以正常工作: > > `ffmpeg -i MAH00878.MP4 -g 60 -hls_time 2 -hls_list_size 0 -hls_list_size 500000 -b:v 15M -b:a 96K MAH00878.m3u8 ` > > 不幸的是,将内容作为mp4投放是一种方法,因为我们无需对视频进行后期处理。有什么解决办法吗? > > 我们认为这不是cors问题,因为如我所写,我们可以使用相同的cors设置从服务器访问m3u8 > > ![图片](https://user-images.githubusercontent.com/7089726/64598752-87f60000-d3b8-11e9-9714-a3ca07e540b8.png)...