从远程文件服务mpeg流

时间:2019-09-12 08:13:03

标签: javascript node.js express

我在使用Express流式传输远程视频mpg文件时遇到问题。当我打开页面时,它会无限加载而不会出现任何错误。我想在浏览器中提供视频,但无法显示出来。我该怎么办?

estimator.export_saved_model(
        export_dir_base=model_dir,
        serving_input_receiver_fn=serving_input_receiver_fn,
        as_text=True)

1 个答案:

答案 0 :(得分:0)

  1. 首先,您需要传递响应: request('example.com/facecam01.mpg').pipe(res)
  2. 您需要发送文件的部分内容。参见示例https://github.com/daspinola/video-stream-sample