You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I was using ingress to pull the RTMP stream, there was an error message pushing the stream to the ingress: Internal data stream error. Here is the detailed error information. After opening the detailed log of GST, the following error message appeared: flvdemux:unsupported tag type 108。 gstflvdemux.c:3429:gst_flv_demux_sink_event: error: Internal data stream error.
ingress version 1.4.3
Ffmpeg streaming command: ffmpeg -re -i test1.mp4 -c:v libx264 -preset veryfast -an -f flv " rtmp://10.2.12.103/live/FhZEay6pKKaP "
Do you have any good troubleshooting suggestions? Thank you.