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

Transcoding can't exit in ffmpeg transcoding server even if input rtmp streaming was finished broadcasting. #20

Open
wangjingz opened this issue Apr 23, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@wangjingz
Copy link

To Reproduce

  1. Use ffmpeg upstreaming stream as input media content to xcode server and do transcoding, command line such as:
ffmpeg -re -i /media/_System_Validation/mp4_h264aac/h264_1920x1080_b@40_2397_8225kbps_cbr_aac_lc_256kbps_48000_hd_the_living_see_2mn48s.mp4 -c:v copy -f flv rtmp://192.168.31.32/stream/xcode
  1. in Xcode server, use ffmpeg to do transcoding and rtmp streaming to nginx server which can transformat DASH/HLS segments, command line such as:
 ffmpeg -i rtmp://192.168.31.32/stream/xcode -s 4096*2160 -c:a copy -c:v libsvt_hevc -preset 10 -maxrate 4000000 -r 30 -f flv rtmp://192.168.31.31/dash/
  1. ffmpeg Xcode server can't exit transcoding even if input rtmp streaming is finishing broadcasting.

Expected behavior
In transcoding server, ffmpeg should exit if the input streaming was finished broadcasting.

@wangjingz wangjingz added the bug Something isn't working label Apr 24, 2019
@TangZhiZhen
Copy link
Contributor

it looks like ffmpeg vaapi issue, will submit issue into ffmpeg.

@xinglongx
Copy link

still exist in the lastest code

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants