Replies: 1 comment
|
Hello, FFmpeg with SRT works without issues, but here it's impossible to understand what the issue is without any additional information (server logs / network dumps / anything). Please open an issue and follow instructions in order to provide needed data that allows to replicate / understand the issue. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I testing the new SRT feature and work fine if I use a srt-live-transmit application, but if I use a ffmpeg I get an Input/Output error.
Reader example:
srt-live-transmit srt://localhost:8890?streamid=read:testsrt udp://@239.192.1.1:1234work fine.
ffmpeg -i srt://localhost:8890?streamid=read:testsrt -c copy -f mpegts udp://@239.192.1.1:1234Error: srt://localhost:8890?streamid=read:testsrt: Input/output error
Its possible to use an SRT feature with ffmpeg?
(also for publisher)
Thanks
All reactions