Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

most browser can't support stream playback for HEVC format with HLS or DASH. #21

Open
wangjingz opened this issue Apr 24, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@wangjingz
Copy link

Describe the problem which need help
1to1 transcoding Video on demand function with browser playback.

To Reproduce

  1. If input streaming mode is live, run below command on streaming server:
    ffmpeg -re -stream_loop 500 -i /data/www/file/Nature.mp4 -c:v copy -an -f flv rtmp://10.67.117.70/live/Nature.mp4
  2. Live playback in client browser: Access URL:http://10.67.116.179/ with browser.
  3. if the media stream was transcoded to H264/MPEG2, playback is normally.
  4. if the media stream was transcoded HEVC, video can't show with IE, Chroma, safari etc. only find one Samsung cellphone with Samsung browser can playback HEVC with HLS .

help needed
if there any patch or version if the web browser which can support HLS and DASH with HEVC format?

@wangjingz wangjingz added the help wanted Extra attention is needed label Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant