-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
891 lines (573 loc) · 36.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#222"><meta name="generator" content="Hexo 6.3.0">
<link rel="apple-touch-icon" sizes="180x180" href="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<link rel="mask-icon" href="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png" color="#222">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha256-HtsXJanqjKTc8vVQjO4YMhiqFoXkfBsjBWcX91T1jr8=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous">
<script class="next-config" data-name="main" type="application/json">{"hostname":"www.h5nvr.com","root":"/","images":"/images","scheme":"Gemini","darkmode":false,"version":"8.17.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12},"copycode":{"enable":false,"style":null},"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"prism":false,"i18n":{"placeholder":"搜索...","empty":"没有找到任何搜索结果:${query}","hits_time":"找到 ${hits} 个搜索结果(用时 ${time} 毫秒)","hits":"找到 ${hits} 个搜索结果"}}</script><script src="/js/config.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9637255571648996"
crossorigin="anonymous"></script>
<meta name="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
<meta property="og:type" content="website">
<meta property="og:title" content="长沙零天信息">
<meta property="og:url" content="https://www.h5nvr.com/index.html">
<meta property="og:site_name" content="长沙零天信息">
<meta property="og:description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="长沙零天信息">
<meta property="article:tag" content="GB28181,rtsp,rtmp,hls,flv,webrtc,海康,大华,在线分发,视频流">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://www.h5nvr.com/">
<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":true,"isPost":false,"lang":"zh-CN","comments":"","permalink":"","path":"index.html","title":""}</script>
<script class="next-config" data-name="calendar" type="application/json">""</script>
<title>长沙零天信息--专注监控视频流在线分发-长沙零天信息科技有限公司</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q7PY5T8V8R"></script>
<script class="next-config" data-name="google_analytics" type="application/json">{"tracking_id":"G-Q7PY5T8V8R","only_pageview":false}</script>
<script src="/js/third-party/analytics/google-analytics.js"></script>
<noscript>
<link rel="stylesheet" href="/css/noscript.css">
</noscript>
</head>
<body itemscope itemtype="http://schema.org/WebPage" class="use-motion">
<div class="headband"></div>
<main class="main">
<div class="column">
<header class="header" itemscope itemtype="http://schema.org/WPHeader"><div class="site-brand-container">
<div class="site-nav-toggle">
<div class="toggle" aria-label="切换导航栏" role="button">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
</div>
</div>
<div class="site-meta">
<a href="/" class="brand" rel="start">
<i class="logo-line"></i>
<h1 class="site-title">长沙零天信息</h1>
<i class="logo-line"></i>
</a>
<p class="site-subtitle" itemprop="description">专注监控视频流在线分发</p>
</div>
<div class="site-nav-right">
<div class="toggle popup-trigger" aria-label="搜索" role="button">
</div>
</div>
</div>
<nav class="site-nav">
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a></li><li class="menu-item menu-item-about"><a href="/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a></li><li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>归档</a></li><li class="menu-item menu-item-工具"><a href="/tools/" rel="section"><i class="fa fa-external-link-square fa-fw"></i>工具</a></li>
</ul>
</nav>
</header>
<aside class="sidebar">
<div class="sidebar-inner sidebar-overview-active">
<ul class="sidebar-nav">
<li class="sidebar-nav-toc">
文章目录
</li>
<li class="sidebar-nav-overview">
站点概览
</li>
</ul>
<div class="sidebar-panel-container">
<!--noindex-->
<div class="post-toc-wrap sidebar-panel">
</div>
<!--/noindex-->
<div class="site-overview-wrap sidebar-panel">
<div class="site-author animated" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" alt="长沙零天信息"
src="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<p class="site-author-name" itemprop="name">长沙零天信息</p>
</div>
<!--
<div class="site-state-wrap animated">
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">8</span>
<span class="site-state-item-name">日志</span>
</a>
</div>-->
</nav>
</div>
<div class="links-of-author animated">
<span><i class="fa-brands fa-weixin"></i> lingtianxinxi</span>
<span><i class="fa-solid fa-phone-volume"></i> 0731-85155911</span>
<!--
<span class="links-of-author-item">
<a href="https://github.com/scdn" title="https://github.com/scdn" rel="noopener me" target="_blank"><i class="fab fa-github fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="/lingtianxinxi" title="lingtianxinxi" rel="noopener me"><i class="fa-brands fa-weixin fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="tel://0731-85155911" title="tel://0731-85155911" rel="noopener me" target="_blank"><i class="fa-solid fa-phone-volume fa-fw"></i></a>
</span>-->
</div>
</div>
</div>
</div>
</aside>
</div>
<div class="main-inner index posts-expand">
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://www.h5nvr.com/gb28181-id-naming-rules-for-devices/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<meta itemprop="name" content="长沙零天信息">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="长沙零天信息">
<meta itemprop="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="undefined | 长沙零天信息">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/gb28181-id-naming-rules-for-devices/" class="post-title-link" itemprop="url">GB28181国标ID命名规范</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2024-03-18 13:48:05 / 修改时间:14:32:08" itemprop="dateCreated datePublished" datetime="2024-03-18T13:48:05+08:00">2024-03-18</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>国标ID是在国标GB/T28181中使用的ID,在一个服务器中保持唯一,命名规则应遵从GB/T 28181-2016《公共安全视图计算联网系统信息传输、交换、控制技术要求》。</p>
<p>国标ID由中心编码(8位)、行业编码(2位)、类型编码(3位)、网络标识(1位)和序号(6位)共20位十进制数字字符构成,其中:</p>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/gb28181-id-naming-rules-for-devices/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://www.h5nvr.com/device-access-gb28181-platform/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<meta itemprop="name" content="长沙零天信息">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="长沙零天信息">
<meta itemprop="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="undefined | 长沙零天信息">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/device-access-gb28181-platform/" class="post-title-link" itemprop="url">GB28181设备接入图文教程</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2024-03-17 13:01:09" itemprop="dateCreated datePublished" datetime="2024-03-17T13:01:09+08:00">2024-03-17</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-03-18 14:32:55" itemprop="dateModified" datetime="2024-03-18T14:32:55+08:00">2024-03-18</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>设备接入主要是需要在设备上配置28181的SIP信息,只有信息一致的情况才可以注册成功。设备注册成功后打开WVP->国标设备,可以看到新增加的设备</p>
<h3 id="SIP信息"><a href="#SIP信息" class="headerlink" title="SIP信息"></a>SIP信息</h3><p><img src="https://doc.wvp-pro.cn/_content/ability/_media/img_16.png"> </p>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/device-access-gb28181-platform/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://www.h5nvr.com/rtsp-to-hls-http-m3u8/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<meta itemprop="name" content="长沙零天信息">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="长沙零天信息">
<meta itemprop="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="undefined | 长沙零天信息">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/rtsp-to-hls-http-m3u8/" class="post-title-link" itemprop="url">RTSP转HLS,实现流可HTTP访问</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2024-03-11 18:49:03 / 修改时间:20:29:09" itemprop="dateCreated datePublished" datetime="2024-03-11T18:49:03+08:00">2024-03-11</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h3 id="原理"><a href="#原理" class="headerlink" title="原理"></a>原理</h3><p>通过ffmpeg将rtsp流转为hls流,然后通过nginx提供http服务</p>
<h3 id="下载Release-版本ffmpeg"><a href="#下载Release-版本ffmpeg" class="headerlink" title="下载Release 版本ffmpeg"></a>下载Release 版本ffmpeg</h3><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line">cd /home</span><br><span class="line">wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz</span><br><span class="line">tar -xvf ffmpeg-release-amd64-static.tar.xz</span><br><span class="line">ln -s /home/ffmpeg-6.1-amd64-static/ffmpeg /usr/bin/ffmpeg </span><br><span class="line">ln -s /home/ffmpeg-6.1-amd64-static/ffprobe /usr/bin/ffprobe</span><br></pre></td></tr></table></figure>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/rtsp-to-hls-http-m3u8/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://www.h5nvr.com/wvp-28181-pro-faq/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<meta itemprop="name" content="长沙零天信息">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="长沙零天信息">
<meta itemprop="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="undefined | 长沙零天信息">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/wvp-28181-pro-faq/" class="post-title-link" itemprop="url">WVP-GB28181-PRO常见问题收集及解答</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2024-03-03 00:27:58" itemprop="dateCreated datePublished" datetime="2024-03-03T00:27:58+08:00">2024-03-03</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-03-23 14:29:03" itemprop="dateModified" datetime="2024-03-23T14:29:03+08:00">2024-03-23</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h3 id="编译教程"><a href="#编译教程" class="headerlink" title="编译教程"></a>编译教程</h3><p><a target="_blank" rel="noopener" href="https://mp.weixin.qq.com/s?__biz=MzkwNzIxMTExNQ==&mid=2247483882&idx=1&sn=8bb6b3e26eab3bccb43eab48cf331294">GB28181服务器保姆级编译教程</a> </p>
<h3 id="依赖无法下载或者下载很慢"><a href="#依赖无法下载或者下载很慢" class="headerlink" title="依赖无法下载或者下载很慢"></a>依赖无法下载或者下载很慢</h3><p>依赖包在国外网站,无法下载是因为您的网络问题,可尝试先使用下载工具进行下载,然后通过FTP/SFTP等工具上传至服务器</p>
<h3 id="播放提示收流超时"><a href="#播放提示收流超时" class="headerlink" title="播放提示收流超时"></a>播放提示收流超时</h3><p>出现这个错误提示,一般都是由于WVP和ZLM的网络不通,主要检测双方的配置是否对应,是否可以互相访问到</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">wvp配置文件路径:/home/wvp-GB28181-pro/target/application.yml</span><br><span class="line">zlm配置文件路径:/home/ZLMediaKit/release/linux/Release/config.ini</span><br></pre></td></tr></table></figure>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/wvp-28181-pro-faq/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://www.h5nvr.com/hik-rtsp/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<meta itemprop="name" content="长沙零天信息">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="长沙零天信息">
<meta itemprop="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="undefined | 长沙零天信息">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/hik-rtsp/" class="post-title-link" itemprop="url">海康摄像机rtsp流地址格式汇总</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2024-03-01 21:31:00" itemprop="dateCreated datePublished" datetime="2024-03-01T21:31:00+08:00">2024-03-01</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-03-18 14:12:51" itemprop="dateModified" datetime="2024-03-18T14:12:51+08:00">2024-03-18</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>目前海康录像机、网络摄像机、网络球机的RTSP取流格式如下: </p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">rtsp://用户名:密码@IP:554/Streaming/Channels/101</span><br></pre></td></tr></table></figure>
<h4 id="录像机示例:"><a href="#录像机示例:" class="headerlink" title="录像机示例:"></a>录像机示例:</h4><p>取第1个通道的主码流预览</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">rtsp://admin:hik12345@10.16.4.25:554/Streaming/Channels/101</span><br></pre></td></tr></table></figure>
<p>取第1个通道的子码流预览</p>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">rtsp://admin:hik12345@10.16.4.25:554/Streaming/Channels/102</span><br></pre></td></tr></table></figure>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/hik-rtsp/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://www.h5nvr.com/srs-gb28181/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<meta itemprop="name" content="长沙零天信息">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="长沙零天信息">
<meta itemprop="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="undefined | 长沙零天信息">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/srs-gb28181/" class="post-title-link" itemprop="url">使用SRS搭建GB28181服务器</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2023-06-28 20:05:55" itemprop="dateCreated datePublished" datetime="2023-06-28T20:05:55+08:00">2023-06-28</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-03-18 14:12:48" itemprop="dateModified" datetime="2024-03-18T14:12:48+08:00">2024-03-18</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>本例以腾讯云(CentOS7.6),海康摄像头为例</p>
<ol>
<li>安装依赖<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">sudo yum install gcc g++ vim make cmake autoconf</span><br></pre></td></tr></table></figure></li>
<li>下载编译srs<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br></pre></td><td class="code"><pre><span class="line">cd /home</span><br><span class="line">wget https://github.com/ossrs/srs/releases/download/v5.0-b1/srs-server-5.0-b1.tar.gz</span><br><span class="line">tar -xvf srs-server-5.0-b1.tar.gz</span><br><span class="line">cd srs-server-5.0-b1/trunk</span><br><span class="line">./configure --gb28181=on</span><br><span class="line">make</span><br></pre></td></tr></table></figure>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/srs-gb28181/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://www.h5nvr.com/frp-rtsp-remote/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<meta itemprop="name" content="长沙零天信息">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="长沙零天信息">
<meta itemprop="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="undefined | 长沙零天信息">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/frp-rtsp-remote/" class="post-title-link" itemprop="url">通过反向代理frp实现rtsp远程访问</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2023-06-11 18:50:14" itemprop="dateCreated datePublished" datetime="2023-06-11T18:50:14+08:00">2023-06-11</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-03-18 14:03:23" itemprop="dateModified" datetime="2024-03-18T14:03:23+08:00">2024-03-18</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>众所周知,RTSP协议只能在局域网进行播放,如果有公网访问的需求,第一种方法是申请互联网专线,但是价格高昂,第二种,也就是今天的主题,通过反向代理,将内网ip映射为公网,实时公网访问<br>本例服务端以腾讯云服务器(系统CentOS7.3),客户端以windows10,海康摄像头为例</p>
<h2 id="服务端配置"><a href="#服务端配置" class="headerlink" title="服务端配置"></a>服务端配置</h2><p>登录腾讯云的控制台,进入服务器页面,添加防火墙规则”所有TCP允许访问”(实际生产环境可根据实际进行操作)<br>使用ssh工具登录云服务器,下载frp(版本0.49.0,很重要!客户端和服务端的版本请保持一致)</p>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/frp-rtsp-remote/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://www.h5nvr.com/wvp-28181-pro-doc/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="https://lingtiantech.oss-cn-guangzhou.aliyuncs.com/h5nvr/logo.png">
<meta itemprop="name" content="长沙零天信息">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="长沙零天信息">
<meta itemprop="description" content="专注监控视频在线分发,点播,网站主要提供监控视频流在线分发技术的应用分享和技术交流,目前流协议主要有rtsp,rtmp,hls,flv,webrtc等,接入协议有GB28181以及各厂商的私有协议,如海康的萤石,大华的乐橙等">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content="undefined | 长沙零天信息">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/wvp-28181-pro-doc/" class="post-title-link" itemprop="url">wvp-28181-pro部署文档</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2023-06-03 18:08:02" itemprop="dateCreated datePublished" datetime="2023-06-03T18:08:02+08:00">2023-06-03</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2024-03-18 14:01:57" itemprop="dateModified" datetime="2024-03-18T14:01:57+08:00">2024-03-18</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h2 id="Docker部署"><a href="#Docker部署" class="headerlink" title="Docker部署"></a>Docker部署</h2><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">docker pull 648540858/wvp_pro</span><br><span class="line"></span><br><span class="line">docker run --env WVP_IP="你的IP" -it -p 18080:18080 -p 30000-30500:30000-30500/udp -p 30000-30500:30000-30500/tcp -p 80:80 -p 5060:5060 -p 5060:5060/udp 648540858/wvp_pro</span><br></pre></td></tr></table></figure>
<p>访问:http://你的IP:18080, 默认用户名admin, 密码admin. <br>Docker镜像已经很久没有更新了,建议编译部署</p>
<!--noindex-->
<div class="post-button">
<a class="btn" href="/wvp-28181-pro-doc/#more" rel="contents">
阅读全文 »
</a>
</div>
<!--/noindex-->
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-inner">
<div class="beian"><a href="https://beian.miit.gov.cn/" rel="noopener" target="_blank">湘ICP备2023003729号-2 </a>
<a href="https://beian.mps.gov.cn/#/query/webSearch?code=43010302001900" rel=\"noreferrer\" target=\"_blank\">湘公网安备43010302001900号</a>
</div>
<div class="copyright">
©
<span itemprop="copyrightYear">2024</span>
<span class="author" itemprop="copyrightHolder">长沙零天信息科技有限公司 版权所有</span>
</div>
</div>
</footer>
<div class="back-to-top" role="button" aria-label="返回顶部">
<i class="fa fa-arrow-up fa-lg"></i>
<span>0%</span>
</div>
<noscript>
<div class="noscript-warning">Theme NexT works best with JavaScript enabled</div>
</noscript>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous"></script>
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/next-boot.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gitalk/1.8.0/gitalk.css" integrity="sha256-AJnUHL7dBv6PGaeyPQJcgQPDjt/Hn/PvYZde1iqfp8U=" crossorigin="anonymous">
<script class="next-config" data-name="gitalk" type="application/json">{"enable":true,"github_id":"scdn","repo":"gitalk","client_id":"6e3bd5569d164d8f73ce","client_secret":"ce72a1734d9e56f4fffd791b02085285d34c675e","admin_user":"scdn","distraction_free_mode":true,"proxy":"https://cors-anywhere.azm.workers.dev/https://github.com/login/oauth/access_token","language":"zh-CN","js":{"url":"https://cdnjs.cloudflare.com/ajax/libs/gitalk/1.8.0/gitalk.min.js","integrity":"sha256-MVK9MGD/XJaGyIghSVrONSnoXoGh3IFxLw0zfvzpxR4="},"path_md5":"d1546d731a9f30cc80127d57142a482b"}</script>
<script src="/js/third-party/comments/gitalk.js"></script>
</body>
</html>