In Live Enconding, the Encoding Dashboard says "Preview not available".

Product

Encoding - Live

Question

Testing a stream with a webcam. I connected to save to azure story and executed ffmpeg like below.
ffmpeg.exe -f dshow -rtbufsize 512M -i video=“HD Webcam” -threads 0 -re -f lavfi -i testsrc=rate=30:size=600x480,format=yuv420p -f lavfi -i “sine=frequency=150:sample_rate=48000:beep_factor=2” -c:a aac -ab 48k -ac 2 -ar 48000 -c:v libx264 -preset:v fast -b:v 500k -minrate 500k -maxrate 500k -bufsize 500k -r 30 -g 60 -keyint_min 60 -sc_threshold 0 -f flv rtmps://live-input.bitmovin.com/live/{stream_key}

I’m connected, but I can’t see the streamed video from my webcam.

Hi @litteworld , welcome to Bitmovin community and thanks for sharing your issue. In order to preview the recording in Bitmovin dashboard, the output storage should allow public access.

If the output storage bucket does not allow public access, then Bitmovin dashboard cannot access the output for preview.