Hello, i have a problem with the switchblox rugged BB-SWR-G-1 , i connect a digital camera in rtsp and i cannot see any video, it seems that i cannot have a video streamming. I dont know if i can make any configuration without changing de firmware
Can you share a little more about your network topology? SwitchBlox Rugged by itself doesn’t support RSTP without firmware modification, so if streaming relies on RSTP support in the switch, then it is not a surprise that your streaming fails.
Ok so RTSP is just using TCP/IP so it should work on SwitchBlox Rugged.
Can you confirm if you see a link light or not on port corresponding to the one connected to your camera? Let’s first debug to see if this is a physical layer issue.
Yes, the link light is on, but I dont have any video or any ping response. The only way it works is; if i put another ethernet switch from another brand in cascade to have comunnication and video.
Is the other ethernet switch a gigabit switch? Also, are you able to use wireshark on the receiving device to see if you receive any RTSP packets at all, or are they all blocked on SwitchBlox Rugged?
I’ve just got around to testing RTSP streams and I did manage to get RTSP streaming working. I have a sample test, which we can both use for debugging.
In my setup, I have 2 Linux hosts connected to ports 1 and 5 respectively on the SwitchBloxRugged rev G. The idea is that host 1 will run an RTSP server and use ffmpeg to publish a stream to that server. Host 2 will then read from that server.
You can confirm there is streaming traffic between the two hosts that way. Is it possible for you to replicate this test? If you’re successful with this test, then the issue is not RTSP on SWR but something else.
Regarding ping not working between two hosts connected through SwitchBloxRugged, this could potentially be due to many possible things - does your network interface statically allocate an IP address to its ethernet interface when it detects a link (i.e. when plugged into the SwitchBloxRugged)? You mentioned seeing the link light which would imply that a link is formed. Do you have any information on the specific setup that you have?