OpenVisualCloud / CDN-Transcode-Sample

Media transcoding is a key function for live video broadcasting, streaming, and video on demand use cases in a CDN network. The CDN Transcode sample (not a finished product) provides a reference pipeline to build an out-of-box 1:N CDN streaming transcode service example.
Other
120 stars 37 forks source link

The time format display incorrect when first time playing dash stream in VOD mode #22

Open enzomao opened 5 years ago

enzomao commented 5 years ago

[Issue Description] The time format display incorrect when first time playing dash stream in VOD mode. After the first transcoding is completed, the time format will be normal. On Chrome browser, the time shows “-14:-8”. On Firefox browser, the time shows “2501999792983:36:31”. On Microsoft Edge, the time shows “596523:1”.

[Reproduce Steps]

  1. Setup 1toN Xcode Sample test environment based on the guide (CDN_Transcode_Sample_Getting_Started_Guide.md).
  2. Use the following commands to start docker-compose service make start_docker_compose
  3. Enter VOD web page via https://HostIP with Chrome, Firefox or Microsoft Edge browser
  4. Play dash stream and check the time format.
  5. Please refer to attach files for autal phenomenon

Chrome Firefox Microsoft Edge

TangZhiZhen commented 5 years ago

it looks like javascript issue.

xinglongx commented 5 years ago

still exist in the lastest code commit id 9512773a1091dade41a9271f0a4b24182a1044d9

TangZhiZhen commented 5 years ago

assgin to mingwu123123

mingwu123123 commented 5 years ago

Video source file has no duration attribute, we need to customize the control bar.