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

FFMPEG in OME #810

Closed
sehadnassim opened this issue Jul 6, 2022 · 4 comments
Closed

FFMPEG in OME #810

sehadnassim opened this issue Jul 6, 2022 · 4 comments
Labels

Comments

@sehadnassim
Copy link

I want to know where is the FFmpeg called in OME. I would like to log stats of the stream to calculate the delays caused by transcoding at OME

@getroot
Copy link
Sponsor Member

getroot commented Jul 8, 2022

The entry point where the packet is input to the Transcoder is here.

https://github.com/AirenSoft/OvenMediaEngine/blob/master/src/projects/transcoder/transcoder_stream.cpp#L224

@sehadnassim
Copy link
Author

Do you have an idea of how can the end to end delay be measured from streaming point to rtmp gateway in OME ?

@getroot
Copy link
Sponsor Member

getroot commented Jul 12, 2022

I don't know what RTMP gateway means, but it's safe to say that there is no way to compare latency at the packet level. So we usually measure latency on a glass-to-glass basis like #766 (comment) capture image.

image

@stale
Copy link

stale bot commented Sep 10, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 10, 2022
@stale stale bot closed this as completed Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants