Web Stream Video - Azure Percept

Paolo Ranzani 6 Reputation points
2021-07-08T09:30:41.777+00:00

When launching the View Stream panel from Azure Percept Studio, it's not possible to reach the web page at the address [IPaddress]:3000. Same result come out when using VLC media player at rtsp://[IPaddress]/result.

By enabling the iptables with these kind of commands:

  • sudo iptables -A INPUT -p tcp-m tcp --dport 3000-j ACCEPT
  • sudo iptables -A INPUT -p udp -m udp --dport 8554 -j ACCEPT

now the web page [IPaddress]:3000 is loaded but the stream inside is not able to start.

Cloud you please provide support for enabling iptables or solving the problem with a different strategy?

Thanks

Azure Percept
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
72 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Mike McCoy - MSFT 606 Reputation points
    2021-07-20T14:10:39.01+00:00

    Hi @Paolo Ranzani

    Please try deploying one of the sample vision models in Percept Studio. We have seen cases where that is first required before the web stream is displayed. This how-to guide will walk you through the steps: https://learn.microsoft.com/en-us/azure/azure-percept/how-to-deploy-model

    Thanks

    0 comments No comments