deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.3k stars 304 forks source link

rtsp stream not running #28

Open ZelleAP opened 3 years ago

ZelleAP commented 3 years ago

I have an encoder with the following rtsp codec:

vlc_rtsp

Unfortunately, MSE, HLS or WebRTC do not work. I get the following error in the debug log:

2021/03/16 15:54:49 [OPTIONS rtsp://192.168.30.121:4444/vustream150/ RTSP/1.0 CSeq: 7 Require: implicit-play User-Agent: Lavf58.20.100 Session: 56769DA6

] 2021/03/16 15:54:49 [Unsuported Intervaled data packet 1 [244 203 175 150 245 138 184 59 0 0 186 142 3 156 195 0 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:54:49 [Unsuported Intervaled data packet 1 [244 203 175 150 245 138 184 59 0 0 186 142 3 156 195 0 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:54:55 [Unsuported Intervaled data packet 1 [211 139 172 113 245 146 199 242 0 0 195 48 3 198 176 160 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:54:55 [Unsuported Intervaled data packet 1 [211 139 172 113 245 146 199 242 0 0 195 48 3 198 176 160 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:54:59 [Unsuported Intervaled data packet 1 [181 41 237 57 245 152 28 120 0 0 201 97 3 228 198 192 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:54:59 [Unsuported Intervaled data packet 1 [181 41 237 57 245 152 28 120 0 0 201 97 3 228 198 192 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:55:04 [Unsuported Intervaled data packet 1 [214 221 172 239 245 159 40 145 0 0 210 173 4 18 91 60 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:55:04 [Unsuported Intervaled data packet 1 [214 221 172 239 245 159 40 145 0 0 210 173 4 18 91 60 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:55:09 [OPTIONS rtsp://192.168.30.202:554/ RTSP/1.0 CSeq: 2684 Require: implicit-play User-Agent: Lavf58.20.100 Authorization: Basic YWRtaW46VnV3YWxsMDkh Session: 1977078712

] 2021/03/16 15:55:10 [Unsuported Intervaled data packet 1 [171 55 201 155 245 167 42 0 0 0 220 37 4 64 128 100 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:55:10 [Unsuported Intervaled data packet 1 [171 55 201 155 245 167 42 0 0 0 220 37 4 64 128 100 129 202 0 4 173 201 208 253 1 9 84 65 67 45 84 82 65 78 83 0]] 2021/03/16 15:55:15 [OPTIONS rtsp://192.168.30.121:4444/vustream150/ RTSP/1.0 CSeq: 8 Require: implicit-play User-Agent: Lavf58.20.100 Session: 62A6E1E2

]

deepch commented 3 years ago

Make access to the stream via the Internet, I can check and fix it.

aryehassbian commented 2 years ago

Hi, I have a couple of Laxihub Cameras by Arenti and I am not able to see the stream at all. I have all the onvif settings as described on the Arenti page correctly and when testing the stream from VLC using admin and password I have no issues at all - also I can see the same stream on motion-eye with no issues - I can't see any of my Laxihub Cameras at all. see this link https://www.laxihub.com/pages/laxihub-by-arenti-products-faq and it has every settings n3eeded to work with all platforms that supports rtsp and onvif. I have hassio shows the stream in video using glances and rtsp settings -rtsp_transport udp -i rtsp://admin:mysecretspassword@10.10.11.8:8554/Streaming/Channels/101 Please let me know what i should do to have it also in RTSPtoWeb - Thanks