File: test_rest.ambr

package info (click to toggle)
python-go2rtc-client 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 788 kB
  • sloc: python: 1,127; makefile: 3
file content (61 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download
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
# serializer version: 1
# name: test_application_info
  dict({
    'version': <AwesomeVersion SemVer '1.9.4'>,
  })
# ---
# name: test_application_info.1
  dict({
    'version': '1.9.4',
  })
# ---
# name: test_preload_list[no stream preloaded]
  dict({
  })
# ---
# name: test_preload_list[one stream preloaded]
  dict({
    'camera.haus_eingang_fluent_2': dict({
      'query': 'video&audio',
    }),
  })
# ---
# name: test_schemes
  set({
    'exec',
    'ffmpeg',
    'rtsp',
    'rtsps',
    'rtspx',
    'webrtc',
  })
# ---
# name: test_streams_get[empty]
  dict({
  })
# ---
# name: test_streams_get[one stream]
  dict({
    'camera.12mp_fluent': dict({
      'producers': list([
        dict({
          'url': 'rtsp://test:test@192.168.10.105:554/Preview_06_sub',
        }),
      ]),
    }),
  })
# ---
# name: test_streams_get[without producers]
  dict({
    'camera.12mp_fluent': dict({
      'producers': list([
      ]),
    }),
  })
# ---
# name: test_webrtc_offer
  dict({
    'sdp': 'v=0...',
    'type': 'answer',
  })
# ---