Replies: 1 comment
-
update: the -f srt was wrong . it was -f flv . Now it works! next step transcode it in hevc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hi,
I try to follow the readme to forward a RTMP stream H264 to a SRT stream H265.
The issue is always the same: Output file does not contain any stream
Here is the part of the config file I am trying ( as I try to make it run, I try without encoding first):
runOnReady:
ffmpeg -i rtmp://localhost:1935/live/mystream -f srt srt://162.xxx.xxx.xxx:8282?streamid=live/feed1
(the input RTMP part works well as it is possible to read the automatic converted local SRT stream with VLC.)
Probably that I don't use the right syntax? In the readme they say this:
pathDefaults:
runOnReady: >
ffmpeg -i rtsp://localhost:$RTSP_PORT/$MTX_PATH
-c copy
-f rtsp rtsp://other-server:8554/another-path
runOnReadyRestart: yes
Beta Was this translation helpful? Give feedback.
All reactions