File tree
4 files changed
+37
-9
lines changed- src/onvif_simple_server
4 files changed
+37
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
9 | 11 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 |
| |
29 | 35 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
34 | 47 |
| |
35 | 48 |
| |
36 | 49 |
| |
| |||
50 | 63 |
| |
51 | 64 |
| |
52 | 65 |
| |
| 66 | + | |
| 67 | + | |
53 | 68 |
| |
54 | 69 |
| |
55 | 70 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
31 | 42 |
| |
32 | 43 |
| |
33 | 44 |
| |
|
Submodule onvif_simple_server updated 79 files
- Makefile+8-1
- README.md+13-7
- conf.c+113-7
- conf.h+1-1
- device_service.c+3-9
- device_service.h+1-1
- device_service_files/GetServiceCapabilities.xml+3-1
- events_service.c+1-1
- events_service.h+1-1
- ezxml_wrapper.c+3-3
- ezxml_wrapper.h+1-1
- fault.c+1-1
- fault.h+1-1
- media2_service.c+747-430
- media2_service_files/GetAudioDecoderConfigurationOptions_none.xml-29
- media2_service_files/GetAudioDecoderConfigurations.xml+2-2
- media2_service_files/GetAudioDecoderConfigurations_low.xml-31
- media2_service_files/GetAudioEncoderConfigurations.xml+3-3
- media2_service_files/GetAudioEncoderConfigurations_high.xml-43
- media2_service_files/GetProfiles_ADC.xml+4
- media2_service_files/GetProfiles_AEC.xml+15
- media2_service_files/GetProfiles_AOC.xml+6
- media2_service_files/GetProfiles_ASC.xml+5
- media2_service_files/GetProfiles_PTZ.xml+51
- media2_service_files/GetProfiles_VEC.xml+24
- media2_service_files/GetProfiles_VSC.xml+10
- media2_service_files/GetProfiles_both_audio_decoder_both_config.xml-269
- media2_service_files/GetProfiles_both_audio_decoder_high_config.xml-259
- media2_service_files/GetProfiles_both_audio_decoder_low_config.xml-259
- media2_service_files/GetProfiles_both_audio_decoder_none_config.xml-249
- media2_service_files/GetProfiles_confend.xml+1
- media2_service_files/GetProfiles_confstart.xml+1
- media2_service_files/GetProfiles_footer.xml+4
- media2_service_files/GetProfiles_header.xml+4-3
- media2_service_files/GetProfiles_high.xml-31
- media2_service_files/GetProfiles_high_audio_decoder_high_config.xml-148
- media2_service_files/GetProfiles_high_audio_decoder_none_config.xml-138
- media2_service_files/GetProfiles_low.xml-31
- media2_service_files/GetProfiles_low_audio_decoder_low_config.xml-148
- media2_service_files/GetProfiles_low_audio_decoder_none_config.xml-138
- media2_service_files/GetProfiles_middle.xml+4
- media2_service_files/GetServiceCapabilities.xml+1-1
- media2_service_files/GetServiceCapabilities_ptz.xml-44
- media2_service_files/GetVideoEncoderConfigurationOptions.xml+4-4
- media2_service_files/GetVideoEncoderConfigurations.xml+6-6
- media2_service_files/GetVideoEncoderConfigurations_high.xml-51
- media_service.c+696-256
- media_service.h+1-1
- media_service_files/GetAudioDecoderConfigurationOptions_none.xml-28
- media_service_files/GetAudioDecoderConfigurations.xml+2-2
- media_service_files/GetAudioEncoderConfigurations.xml+3-3
- media_service_files/GetProfile_AEC.xml+16
- media_service_files/GetProfile_ASC.xml+5
- media_service_files/GetProfile_PTZ.xml+54
- media_service_files/GetProfile_VEC.xml+28
- media_service_files/GetProfile_VSC.xml+9
- media_service_files/GetProfile_footer.xml+4
- media_service_files/GetProfile_header.xml+4-4
- media_service_files/GetProfile_high.xml-142
- media_service_files/GetProfile_low.xml-142
- media_service_files/GetProfiles_both.xml-258
- media_service_files/GetProfiles_footer.xml+4
- media_service_files/GetProfiles_header.xml+4-4
- media_service_files/GetProfiles_high.xml-142
- media_service_files/GetProfiles_middle.xml+4
- onvif_notify_server.c+1-1
- onvif_simple_server.c+1-1
- onvif_simple_server.conf.example+12-6
- onvif_simple_server.h+7-1
- ptz_service.c+153-93
- ptz_service.h+1-1
- ptz_service_files/GetConfiguration.xml+3-3
- ptz_service_files/GetConfigurationOptions.xml+8-8
- ptz_service_files/GetConfigurations.xml+3-3
- ptz_service_files/GetNode.xml+8-8
- ptz_service_files/GetNodes.xml+8-8
- utils.c+27-2
- utils.h+1-1
- wsd_simple_server.c+1-1
0 commit comments