Please add support for the srt protocol (Secure Reliable Transport) #1503
gargolito
started this conversation in
2. Feature Ideas
Replies: 1 comment 1 reply
-
@gargolito Let me know if you have any advice for writing tests for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
FFMpeg has support to fully utilize the SRT protocol
Existing FFmpeg API
libavformat/libsrt.c
Expected PyAV API
Example:
This will currently fail with "unable to open file"
Investigation
Tried to open an srt video stream in caller mode
Reproduction
ffmpeg -hide_banner -loglevel error -re -stream_loop -1 -i SOME_VIDEO_FILE -c copy -map 0 -f mpegts srt://localhost:5765/?mode=listener
Versions
pip installed, got version
Additional context
I really just need to be able to open srt streams, so that basic functionality would be enough for me.
Beta Was this translation helpful? Give feedback.
All reactions