mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.8k stars 581 forks source link

docker container return [h264 @ 0x7f682b0ed000] no frame! #632

Closed LRxRayTse closed 1 month ago

LRxRayTse commented 8 months ago

Hi, I want to ask why container console keep showing following message. (The steaming is still working)

image

Thank you. <3

yangjieshao commented 8 months ago

try

docker run --restart=always -d --network=host \
           --name webrtc-streamer \
           mpromonet/webrtc-streamer 

only 8000 is not enough

mpromonet commented 8 months ago

Hi @LRxRayTse

This is coming from h264 decoder of ffmeg that cannot get frame, this depends on your backend stream. Probably ffplay with the same backend stream will do the same....

Best Regards, Michel.

LRxRayTse commented 8 months ago

@yangjieshao @mpromonet

Thank a lot, I will try and check my backend stream. <3