Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion Failed at tsMuxer/hevc.cpp:234: void HevcVpsUnit::setFPS(const double). #895

Open
caoxs999 opened this issue Aug 30, 2024 · 0 comments

Comments

@caoxs999
Copy link

version

commit 7f8667d1e6100a5b6407340d91ad80d57d976e58 (HEAD -> master, tag: nightly-2024-06-06-02-00-53, origin/master, origin/HEAD)
Author: iwashiira <[email protected]>
Date:   Thu Jun 6 03:13:25 2024 +0900

    added check for negative track_id values (#882)

reproduce

cd tsMuxer
mkdir build && cd build
cmake ../ -DCMAKE_C_COMPILER=clang  -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-fsanitize=address" -DCMAKE_CXX_FLAGS="-fsanitize=address"
make 
./tsmuxer poc

Information :

tsMuxeR version git-7f8667d. github.com/justdan96/tsMuxer
HEVC muxing fps is not set. Get fps from stream. Value: 0.435298
HEVC manual defined fps doesn't equal to stream fps. Change HEVC fps from 0.00341914 to 0.435298
tsmuxer: /AFLplusplus/tsMuxer_prev/tsMuxer/hevc.cpp:234: void HevcVpsUnit::setFPS(const double): Assertion `num_units_in_tick_bit_pos > 0' failed.

poc

poc1

poc1.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant