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

Issue with rtmp_enhanced_codecs #783

Open
Dag0n opened this issue Jul 13, 2024 · 2 comments
Open

Issue with rtmp_enhanced_codecs #783

Dag0n opened this issue Jul 13, 2024 · 2 comments

Comments

@Dag0n
Copy link

Dag0n commented Jul 13, 2024

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?

@Dag0n
Copy link
Author

Dag0n commented Jul 13, 2024

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.

@ioppermann
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants