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

Fix FFmpegOptions parsing and enable local network access #281

Merged
merged 2 commits into from
Jul 29, 2022
Merged

Conversation

lukasf
Copy link
Member

@lukasf lukasf commented Jul 28, 2022

This should allow for receiving UDP streams from different PC as in #280.

If format cannot be detected, try to increase probesize, max_probe_packets and analyzeduration in FFmpegOptions!
https://www.ffmpeg.org/ffmpeg-formats.html

Also check e.g. fifo_size for UDP:
http://www.ffmpeg.org/ffmpeg-protocols.html#udp

@lukasf
Copy link
Member Author

lukasf commented Jul 28, 2022

We might also have to differentiate between packet read error and eof. We currently assume any read error to be eof, which works for files but might be wrong, especially for lossy streams. I will align with how ffplay does it.

@lukasf lukasf merged commit 2ff5d38 into master Jul 29, 2022
@lukasf lukasf deleted the fix-options branch July 29, 2022 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants