Alex X
Alex X
Looks like it's a screencast. Maybe you have problem with it. Or problem with video drivers for OS where your browser works. Because they used for video decoding.
It is better to test the stream on VLC player. MSE may be interrupted due to stream errors.
I need to test how much webrtc candidates on internal docker addresses harm the application. I think there are fewer users of these rare IP addresses than there are Docker...
This is the first time I've heard of such a problem. No one else has problem with multiple viewers for single stream. Maybe you can explain in more detail how...
You can't start `myexec` and `mydevice` simultaneously. They using same device. Also you have strange ffmpeg settings. You shouldn't use it with hardware flag. It's better to clean your config....
It's better not to change ffmpeg params and not use hardware for first test. "non-existing PPS 0 referenced" is known error and shouldn't be a problem for ffplay
I haven't Pi4 and can't test hardware decoding with it. Also you can stream simple file without any transcoding: `mytest: ffmpeg:/home/pi/test.mp4`
I don't believe in transcoding with the Raspberry. I think it's just for decoration. I have a Pi3 and it does a terrible job with transcoding. Doesn't make any sense...
I don't think that I can fix it remotely. I need to have Pi4 for tests locally.
Google how to check which program is using a port in Linux.