Open Dag0n opened 4 months ago
Looking a little more into this I can see that it writes this into /core/config/db.json so it can be removed manually, but any amendments in the UI repopulate this rtmp_enhanced_codecs back again.
We will look into that. Usually the -rtmp_enhanced_codecs
option shouldn't interfere with normal operation. Do you stream to a specific service or does it happen if you stream to any RTMP target?
I am having an issue when streaming to a RTMP ingest server, it fails to relay the stream across, and the connection times out.
I have tried taking the command from the process details screen and running it seperatly with ffmpeg this also fails too.
ffmpeg -loglevel level+info -err_detect ignore_err -rtmp_enhanced_codecs hvc1,av01,vp09 -i rtmp://[ip]:1935/492adc78-df62-46f5-83f7-fa9f1a4fe25a.stream -map 0:0 -codec:v copy -map 0:1 -codec:a copy -f flv -rtmp_enhanced_codecs hvc1,av01,vp09 -rtmp_playpath [removed] -rtmp_flashver FMLE/3.0 rtmp://[removed]
However when I remove rtmp_enhanced_codecs from the output this works fine. Is there anywhere I can amend this in restreamer?