AirenSoft / OvenMediaEngine

OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS
https://OvenMediaEngine.com/ome
GNU Affero General Public License v3.0
2.53k stars 1.06k forks source link

Origin.xml not updated in docker, unsuccesfull to add RTSP #154

Closed deepsurvey closed 4 years ago

deepsurvey commented 4 years ago

Describe the bug In order to intergrate a RSTP source I changed the /misc/conf_examples/Origin.xml, but after docker-compuse up, /bin/origin_conf/Server.xml is not changed accordingly.

To Reproduce Steps to reproduce the behavior:

  1. Snipped from changed Origin.xml: simon@Laplace:~/OvenMediaEngine/misc/conf_examples$ cat Origin.xml

    Simon_OME origin * Settings for the ports to bind --> Bind> Providers> RTMP> Port>${env:OME_RTMP_PROV_PORT:1935} /RTMP> RTSP>

    554
    /RTSP>

    /Providers>

  2. Accordng to the Dockerfile the follwong should be executed:

Make running environment RUN DIR=/tmp/ome && cd ${DIR} && cd src && mkdir -p ${PREFIX}/bin/origin_conf && mkdir -p ${PREFIX}/bin/edge_conf && strip ./bin/RELEASE/OvenMediaEngine && cp ./bin/RELEASE/OvenMediaEngine ${PREFIX}/bin/ && cp ../misc/conf_examples/Origin.xml ${PREFIX}/bin/origin_conf/Server.xml && cp ../misc/conf_examples/Logger.xml ${PREFIX}/bin/origin_conf/Logger.xml && cp ../misc/conf_examples/Edge.xml ${PREFIX}/bin/edge_conf/Server.xml && cp ../misc/conf_examples/Logger.xml ${PREFIX}/bin/edge_conf/Logger.xml && rm -rf ${DIR}

  1. When I run the docker compose all looks well. I would expect that Origin.xml is no copied to Server.xml:

    [269/269|100%] Completed. Removing intermediate container 1dbbde9cc750 ---> 2da585038c3b Step 20/26 : RUN DIR=/tmp/ome && cd ${DIR} && cd src && mkdir -p ${PREFIX}/bin/origin_conf && mkdir -p ${PREFIX}/bin/edge_conf && strip ./bin/RELEASE/OvenMediaEngine && cp ./bin/RELEASE/OvenMediaEngine ${PREFIX}/bin/ && cp ../misc/conf_examples/Origin.xml ${PREFIX}/bin/origin_conf/Server.xml && cp ../misc/conf_examples/Logger.xml ${PREFIX}/bin/origin_conf/Logger.xml && cp ../misc/conf_examples/Edge.xml ${PREFIX}/bin/edge_conf/Server.xml && cp ../misc/conf_examples/Logger.xml ${PREFIX}/bin/edge_conf/Logger.xml && rm -rf ${DIR} ---> Running in 1d78d3ed0e43 Removing intermediate container 1d78d3ed0e43 ---> f50a08cc684f

Step 21/26 : FROM base AS release ---> 0ba002d8bc35 Step 22/26 : MAINTAINER Jeheon Han getroot@airensoft.com ---> Running in dd51ebfc521a Removing intermediate container dd51ebfc521a ---> 9870ccf99383 Step 23/26 : WORKDIR /opt/ovenmediaengine/bin ---> Running in 21e9c67f61d5 Removing intermediate container 21e9c67f61d5 ---> 03ff9e8571af Step 24/26 : EXPOSE 80/tcp 8080/tcp 8090/tcp 1935/tcp 3333/tcp 3334/tcp 4000-4005/udp 10000-10010/udp 9000/tcp ---> Running in 57b25fd7a8b3 Removing intermediate container 57b25fd7a8b3 ---> 64f855444977 Step 25/26 : COPY --from=build /opt/ovenmediaengine /opt/ovenmediaengine ---> d91d139f9fdc Step 26/26 : CMD ["/opt/ovenmediaengine/bin/OvenMediaEngine", "-c", "origin_conf"] ---> Running in 2e54f59d4a36 Removing intermediate container 2e54f59d4a36 ---> ebb87c369040

  1. Enter the running OME_origin Docker and list Server.xml: If I than dive in the running docker (docker exec -ti ) and look at /bin/origin_conf/Server.xml nothing is changed.

    root@827905544ff8:/opt/ovenmediaengine/bin/origin_conf# cat Server.xml

OvenMediaEngine origin * ! Settings for the ports to bind --> Bind> Providers> RTMP> Port>${env:OME_RTMP_PROV_PORT:1935} /RTMP> MPEGTS> !-- Listen on port 4000,4001,4004,4005 This is just a demonstration to show that you can configure the port in several ways --> Port>${env:OME_MPEGTS_PROV_PORT:4000-4003,4004,4005/udp} /MPEGTS> /Providers>

Publishers> !-- The OVT is protocol for ORIGIN-EDGE -->


Expected behavior

I would have expected to the RTSP bind port statement in, the running docker at /bin/origin_conf/Server.xml, but instead I am seeing the default out of the box Server.xml file.

Logs Please upload the entire OvenMediaEngine.log. No use in this case. OBS is RTMP-ing a feed and OME is working as one expect.

P, 172.16.10.74:62890>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 06:55:38.010] I 105 Provider | stream.cpp:49 | Unknown/(37) has been started stream [2020-07-20 06:55:38.010] I 105 RtmpProvider | rtmp_provider.cpp:93 | A RTMP client has connected from 37 - <ClientSocket: 0x7ff98fa53010, #37, state: 4, TCP, 172.16.10.78:45981> [2020-07-20 06:55:38.931] I 94 MediaRouter.App | media_router_application.cpp:205 | Trying to create a stream: [#default#app/test(37)] [2020-07-20 06:55:38.931] I 94 Monitor | stream.cpp:254 | [Stream Info] id(37), name(test), SourceType(Rtmp), Created Time (Thu Jan 1 00:00:00 1970)

Video Track #0: Bypass(false) Bitrate(2.50Mb) codec(1, avc) resolution(1280x720) framerate(30.00fps) timebase(1/90000)
Audio Track #1: Bypass(false) Bitrate(160.00Kb) codec(5, aac) samplerate(44.1K) format(s16, 16) channel(stereo, 2) timebase(1/44100)

[2020-07-20 06:55:38.931] I 94 Monitor | application_metrics.cpp:56 | Create StreamMetrics(test) for monitoring [2020-07-20 06:55:38.931] I 94 TranscodeStream | transcode_stream.cpp:455 | [#default#app/test(37)] -> [#default#app/test(726629790)] Transcoder output stream has been created. [2020-07-20 06:55:38.931] I 94 MediaRouter.App | media_router_application.cpp:205 | Trying to create a stream: [#default#app/test(726629790)] [2020-07-20 06:55:38.931] I 94 Monitor | stream.cpp:254 | [Stream Info] id(726629790), name(test), SourceType(Transcoder), Created Time (Mon Jul 20 06:55:38 2020)

Origin Stream Info id(37), name(test), SourceType(Rtmp), Created Time (Thu Jan 1 00:00:00 1970)

Video Track #0: Bypass(true) Bitrate(2.50Mb) codec(1, avc) resolution(1280x720) framerate(30.00fps) timebase(1/90000)
Audio Track #1: Bypass(true) Bitrate(160.00Kb) codec(5, aac) samplerate(44.1K) format(s16, 16) channel(stereo, 2) timebase(1/44100)
Audio Track #2: Bypass(false) Bitrate(128.00Kb) codec(7, opus) samplerate(48.0K) format(s16, 16) channel(stereo, 2) timebase(1/48000)

[2020-07-20 06:55:38.931] I 94 Monitor | application_metrics.cpp:56 | Create StreamMetrics(test) for monitoring [2020-07-20 06:55:38.932] I 94 WebRTC | rtc_stream.cpp:181 | Unsupported codec(Audio/AAC) is being input from media track [2020-07-20 06:55:38.932] I 94 Publisher | stream.cpp:211 | WebRTC Publisher Application application has started [test(726629790)] stream [2020-07-20 06:55:38.932] I 94 Publisher | stream.cpp:211 | HLS Publisher Application application has started [test(726629790)] stream [2020-07-20 06:55:38.932] I 94 Publisher | stream.cpp:211 | DASH Publisher Application application has started [test(726629790)] stream [2020-07-20 06:55:38.932] I 94 Publisher | stream.cpp:211 | LLDASH Publisher Application application has started [test(726629790)] stream [2020-07-20 06:55:38.932] I 94 Publisher | stream.cpp:211 | OVTPublisher Application application has started [test(726629790)] stream [2020-07-20 06:55:38.932] I 94 TranscodeStream | transcode_stream.cpp:115 | [#default#app/test(37)] Transcoder input stream has been started. Status : (1) Decoders, (1) Encoders [2020-07-20 06:55:39.069] I 112 TranscodeCodec | transcode_codec_dec_aac.cpp:49 | [#default#app/test(37)] input stream information: [audio] aac (LC), 44100 Hz, stereo, fltp, 158 kbps, timebase: 1/44100, frame_size: 1024 [2020-07-20 06:55:43.418] I 17 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7ff974e01010, #39, state: 4, TCP, 172.16.10.74:62928> [2020-07-20 06:55:43.821] I 17 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(1)/Stream total(1)/App total(2) [2020-07-20 06:55:43.908] W 17 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [ba2d1961-27c8-4a38-be23-ba793935bb69.local] [2020-07-20 06:55:43.908] W 17 Socket | socket_address.cpp:84 | An error occurred: ba2d1961-27c8-4a38-be23-ba793935bb69.local:58743 [2020-07-20 06:55:47.342] I 110 DASH | dash_packetizer.cpp:956 | [0x7ff98fa2c710] LLDASH segment is ready to stream [#default#app/test], segment duration: 5.000000s, count: 1 root@827905544ff8:/var/log/ovenmediaengine#

Server (please complete the following information):

Additional context Add any other context about the problem here.

It must be something small I am missing.

Hoping to hear shortly and thanks in advance,

Rowdy

getroot commented 4 years ago

In the Dockerfile, download and install OME from Github as follows.

curl -sLf https://github.com/AirenSoft/OvenMediaEngine/archive/${OME_VERSION}.tar.gz | tar -xz --strip-components=1 && \ Therefore, Origin.xml will always be replaced with a file on the server. If you want to put your Origin.xml, replace it with local file with COPY command or ADD command.

Or fork OvenMediaEngine to download it from your repository.

deepsurvey commented 4 years ago

Thanks yet again for the swift reply and constructive feedback. !! I did a git clone, but missed the that each time a curl was done from the server.

rowdy

deepsurvey commented 4 years ago

Allmost there I hope:

So I can open the RTSP feed using VLC (running at the same machine as OME).

When I try to open that feed in OME player, I have no luck. webrtc ws://172.16.10.78:3333/app_name/rtsp_stream_name When I try to open a RTMP feed (casted by OBS) all works fine.

In the logs I see the follwing ( and yes I have kept the app_name/rtsp_stream_name):

[2020-07-20 15:04:24.998] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50868> [2020-07-20 15:04:25.006] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:04:25.006] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:04:25.006] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:04:25.006] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50868>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A))

I do not understand why it is not finding the stream?

        </Domain>
        <Origins>
            <Origin>
                <Location>/app_name/rtsp_stream_name</Location>
                  <Pass>
                        <Scheme>rtsp</Scheme>
                        <Urls><Url>admin:admin@172.16.10.200:554/1/h264major</Url></Urls>
                    </Pass>
            </Origin>
        </Origins>

A push in the right direction would be helpfull... just not experienced enough yet I guess..

getroot commented 4 years ago

The log shows that your OME is connecting to the RTSP server but not receiving data. When the stream is received, the stream creation log is output. My guess is that your RTSP server is not RTSP over TCP, but RTSP over UDP. Set to RTSP over TCP and try pulling the stream. OME currently only supports RTSP over TCP for stream stability reasons.

deepsurvey commented 4 years ago

Hi,

So the camera supports both TCP and UDP. At default VLC makes a UDP connection. But when I test RTSP over TCP:

vlc --rtsp-tcp rtsp://...... a TCP session is opened. I did a Wiresharkl grab to confirm: ' No. Time Source Destination Protocol Length Info 1 0.000000000 172.16.10.200 172.16.10.104 TCP 1510 Interleaved channel 0x00, 1440 bytes

Frame 1: 1510 bytes on wire (12080 bits), 1510 bytes captured (12080 bits) on interface enp1s0, id 0 Ethernet II, Src: 00:2a:2a:4b:e2:ef (00:2a:2a:4b:e2:ef), Dst: HewlettP_40:de:cc (80:ce:62:40:de:cc) Internet Protocol Version 4, Src: 172.16.10.200, Dst: 172.16.10.104 Transmission Control Protocol, Src Port: 554, Dst Port: 46808, Seq: 1, Ack: 1, Len: 1444 RTSP Interleaved Frame, Channel: 0x00, 1440 bytes

No. Time Source Destination Protocol Length Info 2 0.000029416 172.16.10.200 172.16.10.104 TCP 609 Interleaved channel 0x00, 539 bytes

Frame 2: 609 bytes on wire (4872 bits), 609 bytes captured (4872 bits) on interface enp1s0, id 0 Ethernet II, Src: 00:2a:2a:4b:e2:ef (00:2a:2a:4b:e2:ef), Dst: HewlettP_40:de:cc (80:ce:62:40:de:cc) Internet Protocol Version 4, Src: 172.16.10.200, Dst: 172.16.10.104 Transmission Control Protocol, Src Port: 554, Dst Port: 46808, Seq: 1445, Ack: 1, Len: 543 RTSP Interleaved Frame, Channel: 0x00, 539 bytes'

So I validated the camera does accept RTSP TCP sessions. Therewith I stll do not understand why it is not working.

getroot commented 4 years ago

Currently, many people, including us, are using the RTSP pulling function normally, so I don't understand why you are having problems.

Please upload the entire /var/log/OvenMediaEngine.log after causing the problem and your Server.xml.

Or can you provide us the RTSP URL?

deepsurvey commented 4 years ago

Yes, and I really want to join those many people. Simply for the fact that the majority of IP camera's only support RTSP and one cannot always run an intermediate like OBS. RTSP test URL:

rtsp://airensoft:airensofttest@145.131.180.53:554/1/h264major

The solution I am building is:

RTSP camera ---> OME Origin --->OVT ---> OME Edge ---> WebRTC OME player ---> WebRTC OME Player

So there will be viewers at the OME Origin Site and at the remote end where an OME Edge will be running. At this point I am trying to view the RTSP feed at the OME Origin.

Server.xml: <?xml version="1.0" encoding="UTF-8" ?>

Simon_OME origin * ${env:OME_RTMP_PROV_PORT:1935} 554 ${env:OME_MPEGTS_PROV_PORT:4000-4003,4004,4005/udp} ${env:OME_ORIGIN_PORT:9000} ${env:OME_HLS_STREAM_PORT:8080} ${env:OME_DASH_STREAM_PORT:8080} ${env:OME_SIGNALLING_PORT:3333} ${env:OME_ICE_CANDIDATES:*:10006-10010/udp} default * /app_name/rtsp_stream_name rtsp admin:admin@172.16.10.200:554/1/h264major app live bypass opus ${OriginStreamName} bypass opus stream_${Port} 4000,4001-4004 stream_4005 4005 8 30000 5 3 * 5 3 * 5 *

cat /var/log/ovenmediaengine/ovenmediaengine.log.20200721 [2020-07-20 14:22:09.595] I 1 Config | config_manager.cpp:144 | Trying to set logfile in directory... (/var/log/ovenmediaengine) [2020-07-20 14:22:09.596] I 1 Config | config_manager.cpp:47 | Trying to load configurations... (origin_conf/Server.xml) [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:244 | OvenMediaEngine v0.10.4 is started on [e6798e0c1c2b] (Linux x86_64 - 5.4.0-40-generic, #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020) [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:246 | With modules: [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:247 | FFmpeg 3.4.7 OME [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:248 | Configuration: --prefix=/opt/ovenmediaengine --enable-gpl --enable-nonfree --extra-cflags=-I/opt/ovenmediaengine/include --extra-ldflags='-L/opt/ovenmediaengine/lib -Wl,-rpath,/opt/ovenmediaengine/lib' --extra-libs=-ldl --enable-shared --disable-static --disable-debug --disable-doc --disable-programs --disable-avdevice --disable-dct --disable-dwt --disable-error-resilience --disable-lsp --disable-lzo --disable-rdft --disable-faan --disable-pixelutils --disable-everything --enable-zlib --enable-libopus --enable-libvpx --enable-libfdk_aac --enable-libx264 --enable-encoder='libvpx_vp8,libvpx_vp9,libopus,libfdk_aac,libx264' --enable-decoder='aac,aac_latm,aac_fixed,h264' --enable-parser='aac,aac_latm,aac_fixed,h264' --enable-network --enable-protocol=tcp --enable-protocol=udp --enable-protocol=rtp --enable-demuxer=rtsp --enable-filter='asetnsamples,aresample,aformat,channelmap,channelsplit,scale,transpose,fps,settb,asettb' [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:249 | libavformat: 57.83.100 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:250 | libavcodec: 57.107.100 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:251 | libavutil: 55.78.100 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:252 | libavfilter: 6.107.100 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:253 | libswresample: 2.9.100 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:254 | libswscale: 4.8.100 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:255 | SRT: 1.3.3 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:256 | SRTP: libsrtp2 2.2.0 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:257 | OpenSSL: OpenSSL 1.1.0g 2 Nov 2017 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:258 | Configuration: compiler: gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPADLOCK_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/ovenmediaengine\"" -DENGINESDIR="\"/opt/ovenmediaengine/lib/engines-1.1\"" -Wa,--noexecstack [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:259 | JsonCpp: 1.9.3 [2020-07-20 14:22:09.599] I 1 OvenMediaEngine | main.cpp:260 | jemalloc: 5.2.1-0-gea6b3e973b477b8061e0076bb257dbd7f3faa756 [2020-07-20 14:22:09.602] I 1 OvenMediaEngine | main.cpp:158 | Trying to create a MediaRouter module [2020-07-20 14:22:09.602] I 1 MediaRouter | media_router.cpp:40 | MediaRouter has been started. [2020-07-20 14:22:09.602] I 1 OvenMediaEngine | main.cpp:161 | Trying to create a WebRTC Publisher module [2020-07-20 14:22:09.602] I 1 Signalling.P2P | rtc_p2p_manager.cpp:27 | P2P is disabled in the configuration [2020-07-20 14:22:09.602] I 1 Ice | ice_port.cpp:89 | ICE port is bound to 0.0.0.0:10006/UDP (0x7fcc1105ebd0) [2020-07-20 14:22:09.602] I 1 Ice | ice_port.cpp:89 | ICE port is bound to 0.0.0.0:10007/UDP (0x7fcc1105ed90) [2020-07-20 14:22:09.602] I 1 Ice | ice_port.cpp:89 | ICE port is bound to 0.0.0.0:10008/UDP (0x7fcc1105ef50) [2020-07-20 14:22:09.602] I 1 Ice | ice_port.cpp:89 | ICE port is bound to 0.0.0.0:10009/UDP (0x7fcc1105f110) [2020-07-20 14:22:09.602] I 1 Ice | ice_port.cpp:89 | ICE port is bound to 0.0.0.0:10010/UDP (0x7fcc1105f2d0) [2020-07-20 14:22:09.603] I 1 WebRTC | webrtc_publisher.cpp:91 | WebRTC Publisher is listening on 0.0.0.0:3333... [2020-07-20 14:22:09.603] I 1 Publisher | publisher.cpp:18 | WebRTC Publisher has been started. [2020-07-20 14:22:09.603] I 1 OvenMediaEngine | main.cpp:162 | Trying to create a HLS Publisher module [2020-07-20 14:22:09.603] I 1 HTTPPublisher | segment_publisher.cpp:62 | HLS Publisher is listening on 0.0.0.0:8080... [2020-07-20 14:22:09.603] I 1 Publisher | publisher.cpp:18 | HLS Publisher has been started. [2020-07-20 14:22:09.603] I 1 OvenMediaEngine | main.cpp:163 | Trying to create a MPEG-DASH Publisher module [2020-07-20 14:22:09.603] I 1 HTTPPublisher | segment_publisher.cpp:62 | DASH Publisher is listening on 0.0.0.0:8080... [2020-07-20 14:22:09.603] I 1 Publisher | publisher.cpp:18 | DASH Publisher has been started. [2020-07-20 14:22:09.603] I 1 OvenMediaEngine | main.cpp:164 | Trying to create a Low-Latency MPEG-DASH Publisher module [2020-07-20 14:22:09.603] I 1 HTTPPublisher | segment_publisher.cpp:62 | LLDASH Publisher is listening on 0.0.0.0:8080... [2020-07-20 14:22:09.603] I 1 Publisher | publisher.cpp:18 | LLDASH Publisher has been started. [2020-07-20 14:22:09.603] I 1 OvenMediaEngine | main.cpp:165 | Trying to create a OVT Publisher module [2020-07-20 14:22:09.604] I 1 OVT | ovt_publisher.cpp:50 | OVTPublisher is listening on 0.0.0.0:9000 [2020-07-20 14:22:09.604] I 1 Publisher | publisher.cpp:18 | OVTPublisher has been started. [2020-07-20 14:22:09.604] I 1 OvenMediaEngine | main.cpp:168 | Trying to create a Transcoder module [2020-07-20 14:22:09.604] I 1 Transcoder | transcoder.cpp:38 | Transcoder has been started. [2020-07-20 14:22:09.604] I 1 OvenMediaEngine | main.cpp:171 | Trying to create a MPEG-TS Provider module [2020-07-20 14:22:09.604] I 1 MpegtsProvider | mpegts_provider.cpp:161 | MpegtsProvider is listening on 0.0.0.0:4000 for [#default#app/stream_4000] [2020-07-20 14:22:09.604] I 1 MpegtsProvider | mpegts_provider.cpp:161 | MpegtsProvider is listening on 0.0.0.0:4001 for [#default#app/stream_4001] [2020-07-20 14:22:09.604] I 1 MpegtsProvider | mpegts_provider.cpp:161 | MpegtsProvider is listening on 0.0.0.0:4002 for [#default#app/stream_4002] [2020-07-20 14:22:09.604] I 1 MpegtsProvider | mpegts_provider.cpp:161 | MpegtsProvider is listening on 0.0.0.0:4003 for [#default#app/stream_4003] [2020-07-20 14:22:09.604] I 1 MpegtsProvider | mpegts_provider.cpp:161 | MpegtsProvider is listening on 0.0.0.0:4004 for [#default#app/stream_4004] [2020-07-20 14:22:09.604] I 1 MpegtsProvider | mpegts_provider.cpp:161 | MpegtsProvider is listening on 0.0.0.0:4005 for [#default#app/stream_4005] [2020-07-20 14:22:09.604] I 1 Provider | provider.cpp:35 | MpegtsProvider has been started. [2020-07-20 14:22:09.604] I 1 OvenMediaEngine | main.cpp:172 | Trying to create a RTMP Provider module [2020-07-20 14:22:09.605] I 1 Provider | provider.cpp:35 | RtmpProvider has been started. [2020-07-20 14:22:09.605] I 1 OvenMediaEngine | main.cpp:173 | Trying to create a OVT Provider module [2020-07-20 14:22:09.605] I 1 Provider | provider.cpp:35 | OvtProvider has been started. [2020-07-20 14:22:09.605] I 1 OvenMediaEngine | main.cpp:174 | Trying to create a RTSPC Provider module [2020-07-20 14:22:09.605] I 1 Provider | provider.cpp:35 | RtspcProvider has been started. [2020-07-20 14:22:09.605] I 1 OvenMediaEngine | main.cpp:177 | All modules are initialized successfully [2020-07-20 14:22:09.605] I 1 Monitor | monitoring.cpp:43 | Create HostMetrics(default) for monitoring [2020-07-20 14:22:09.605] I 1 Orchestrator | orchestrator.cpp:862 | Trying to create an application: [#default#app] [2020-07-20 14:22:09.605] I 1 Monitor | host_metrics.cpp:52 | Create ApplicationMetrics(#default#app) for monitoring [2020-07-20 14:22:09.605] I 1 MediaRouter.App | media_router_application.cpp:32 | Created media route application. application id(0), (#default#app) [2020-07-20 14:22:09.605] I 1 MediaRouter | media_router.cpp:70 | MediaRouter has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Publisher | application.cpp:55 | WebRTC Publisher Application has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Publisher | application.cpp:55 | HLS Publisher Application has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Publisher | application.cpp:55 | DASH Publisher Application has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Publisher | application.cpp:55 | LLDASH Publisher Application has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Publisher | application.cpp:55 | OVTPublisher Application has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Transcoder | transcoder.cpp:73 | Transcoder has created [config][#default#app] application [2020-07-20 14:22:09.606] I 1 Provider | application.cpp:46 | MpegtsProvider has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Provider | application.cpp:46 | RtmpProvider has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Provider | application.cpp:46 | OvtProvider has created [#default#app] application [2020-07-20 14:22:09.606] I 1 Provider | application.cpp:46 | RtspcProvider has created [#default#app] application [2020-07-20 14:29:24.008] I 103 Provider | stream.cpp:49 | Unknown/(35) has been started stream [2020-07-20 14:29:24.008] I 103 RtmpProvider | rtmp_provider.cpp:93 | A RTMP client has connected from 35 - <ClientSocket: 0x7fcbd9e01010, #35, state: 4, TCP, 172.16.10.78:45457> [2020-07-20 14:29:24.904] I 90 MediaRouter.App | media_router_application.cpp:205 | Trying to create a stream: [#default#app/test(35)] [2020-07-20 14:29:24.905] I 90 Monitor | stream.cpp:254 | [Stream Info] id(35), name(test), SourceType(Rtmp), Created Time (Thu Jan 1 00:00:00 1970)

Video Track #0: Bypass(false) Bitrate(2.50Mb) codec(1, avc) resolution(1280x720) framerate(30.00fps) timebase(1/90000)
Audio Track #1: Bypass(false) Bitrate(160.00Kb) codec(5, aac) samplerate(44.1K) format(s16, 16) channel(stereo, 2) timebase(1/44100)

[2020-07-20 14:29:24.905] I 90 Monitor | application_metrics.cpp:56 | Create StreamMetrics(test) for monitoring [2020-07-20 14:29:24.905] I 90 TranscodeStream | transcode_stream.cpp:455 | [#default#app/test(35)] -> [#default#app/test(1896662536)] Transcoder output stream has been created. [2020-07-20 14:29:24.906] I 90 MediaRouter.App | media_router_application.cpp:205 | Trying to create a stream: [#default#app/test(1896662536)] [2020-07-20 14:29:24.906] I 90 Monitor | stream.cpp:254 | [Stream Info] id(1896662536), name(test), SourceType(Transcoder), Created Time (Mon Jul 20 14:29:24 2020)

Origin Stream Info id(35), name(test), SourceType(Rtmp), Created Time (Thu Jan 1 00:00:00 1970)

Video Track #0: Bypass(true) Bitrate(2.50Mb) codec(1, avc) resolution(1280x720) framerate(30.00fps) timebase(1/90000)
Audio Track #1: Bypass(true) Bitrate(160.00Kb) codec(5, aac) samplerate(44.1K) format(s16, 16) channel(stereo, 2) timebase(1/44100)
Audio Track #2: Bypass(false) Bitrate(128.00Kb) codec(7, opus) samplerate(48.0K) format(s16, 16) channel(stereo, 2) timebase(1/48000)

[2020-07-20 14:29:24.906] I 90 Monitor | application_metrics.cpp:56 | Create StreamMetrics(test) for monitoring [2020-07-20 14:29:24.906] I 90 WebRTC | rtc_stream.cpp:181 | Unsupported codec(Audio/AAC) is being input from media track [2020-07-20 14:29:24.906] I 90 Publisher | stream.cpp:211 | WebRTC Publisher Application application has started [test(1896662536)] stream [2020-07-20 14:29:24.906] I 90 Publisher | stream.cpp:211 | HLS Publisher Application application has started [test(1896662536)] stream [2020-07-20 14:29:24.906] I 90 Publisher | stream.cpp:211 | DASH Publisher Application application has started [test(1896662536)] stream [2020-07-20 14:29:24.906] I 90 Publisher | stream.cpp:211 | LLDASH Publisher Application application has started [test(1896662536)] stream [2020-07-20 14:29:24.907] I 90 Publisher | stream.cpp:211 | OVTPublisher Application application has started [test(1896662536)] stream [2020-07-20 14:29:24.907] I 90 TranscodeStream | transcode_stream.cpp:115 | [#default#app/test(35)] Transcoder input stream has been started. Status : (1) Decoders, (1) Encoders [2020-07-20 14:29:25.034] I 110 TranscodeCodec | transcode_codec_dec_aac.cpp:49 | [#default#app/test(35)] input stream information: [audio] aac (LC), 44100 Hz, stereo, fltp, 158 kbps, timebase: 1/44100, frame_size: 1024 [2020-07-20 14:29:33.306] I 108 DASH | dash_packetizer.cpp:956 | [0x7fcbd902b210] LLDASH segment is ready to stream [#default#app/test], segment duration: 5.000000s, count: 1 [2020-07-20 14:29:33.308] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:29:33.308] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054758] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:29:41.638] I 107 DASH | dash_packetizer.cpp:956 | [0x7fcbd902af10] DASH segment is ready to stream [#default#app/test], segment duration: 5.000000s, count: 3 [2020-07-20 14:29:49.969] W 105 ov.Queue | queue.h:179 | [0x7fcbd9053fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:29:49.970] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:29:49.970] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:29:49.972] I 106 HLS | hls_packetizer.cpp:292 | HLS segment is ready for stream [#default#app/test], segment duration: 5.000000s, count: 3 [2020-07-20 14:30:06.640] W 109 ov.Queue | queue.h:179 | [0x7fcbd9055b58] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:06.640] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:06.640] W 109 ov.Queue | queue.h:179 | [0x7fcbd90562d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:06.640] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:14.970] W 109 ov.Queue | queue.h:179 | [0x7fcbd90558d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:23.307] W 105 ov.Queue | queue.h:179 | [0x7fcbd9053fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:23.307] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:39.970] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:48.333] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:48.333] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:48.333] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:56.658] W 109 ov.Queue | queue.h:179 | [0x7fcbd9055658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:56.658] W 109 ov.Queue | queue.h:179 | [0x7fcbd9055dd8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:30:56.658] W 109 ov.Queue | queue.h:179 | [0x7fcbd9056558] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:31:13.326] W 109 ov.Queue | queue.h:179 | [0x7fcbd90558d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:31:13.326] W 109 ov.Queue | queue.h:179 | [0x7fcbd9056558] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:31:54.982] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:31:54.982] W 105 ov.Queue | queue.h:179 | [0x7fcbd90549d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:31:54.982] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:32:03.325] W 109 ov.Queue | queue.h:179 | [0x7fcbd90558d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:32:03.325] W 109 ov.Queue | queue.h:179 | [0x7fcbd9056058] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:32:03.325] W 109 ov.Queue | queue.h:179 | [0x7fcbd90553d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:32:03.326] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:32:03.326] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:32:36.659] W 109 ov.Queue | queue.h:179 | [0x7fcbd90558d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:32:44.981] W 105 ov.Queue | queue.h:179 | [0x7fcbd9053fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:32:44.981] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:18.350] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:18.350] W 105 ov.Queue | queue.h:179 | [0x7fcbd9053fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:18.350] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054758] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:18.350] W 105 ov.Queue | queue.h:179 | [0x7fcbd90549d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:18.350] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:18.350] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:18.351] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:18.351] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:26.676] W 109 ov.Queue | queue.h:179 | [0x7fcbd9056058] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:35.017] W 105 ov.Queue | queue.h:179 | [0x7fcbd90549d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:43.350] W 105 ov.Queue | queue.h:179 | [0x7fcbd90549d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:43.350] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:51.670] W 109 ov.Queue | queue.h:179 | [0x7fcbd90558d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:51.670] W 109 ov.Queue | queue.h:179 | [0x7fcbd9055b58] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:51.670] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:33:51.670] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:50.012] W 105 ov.Queue | queue.h:179 | [0x7fcbd9053fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:50.012] W 105 ov.Queue | queue.h:179 | [0x7fcbd90549d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:50.012] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:50.012] W 109 ov.Queue | queue.h:179 | [0x7fcbd90558d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:50.012] W 109 ov.Queue | queue.h:179 | [0x7fcbd90562d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:58.351] W 109 ov.Queue | queue.h:179 | [0x7fcbd90558d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:58.351] W 109 ov.Queue | queue.h:179 | [0x7fcbd9055dd8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:58.351] W 109 ov.Queue | queue.h:179 | [0x7fcbd9056058] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:34:58.352] W 109 ov.Queue | queue.h:179 | [0x7fcbd9056558] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:35:06.661] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:35:06.661] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:35:34.170] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #36, state: 4, TCP, 172.26.203.59:65154> [2020-07-20 14:35:34.326] I 12 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(1)/Stream total(1)/App total(1) [2020-07-20 14:35:34.345] W 12 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [845309e3-0c03-48dc-88a0-bff3fea293c2.local] [2020-07-20 14:35:34.345] W 12 Socket | socket_address.cpp:84 | An error occurred: 845309e3-0c03-48dc-88a0-bff3fea293c2.local:53307 [2020-07-20 14:35:56.684] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:35:56.684] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:35:56.685] W 109 ov.Queue | queue.h:179 | [0x7fcbd9055658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:35:56.685] W 109 ov.Queue | queue.h:179 | [0x7fcbd9056558] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:36:05.011] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:36:38.346] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054758] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:36:38.346] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:36:38.346] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:03.347] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:03.347] W 105 ov.Queue | queue.h:179 | [0x7fcbd90549d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:03.347] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:03.347] W 105 ov.Queue | queue.h:179 | [0x7fcbd9055158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:03.349] W 109 ov.Queue | queue.h:179 | [0x7fcbd9055658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:11.679] W 105 ov.Queue | queue.h:179 | [0x7fcbd9053fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:11.679] W 105 ov.Queue | queue.h:179 | [0x7fcbd90544d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:11.679] W 105 ov.Queue | queue.h:179 | [0x7fcbd90549d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:11.679] W 105 ov.Queue | queue.h:179 | [0x7fcbd9054ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 14:37:31.763] I 14 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #38, state: 4, TCP, 172.16.10.74:49992> [2020-07-20 14:37:32.653] I 14 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(2)/Stream total(2)/App total(2) [2020-07-20 14:37:32.962] W 14 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [ba2d1961-27c8-4a38-be23-ba793935bb69.local] [2020-07-20 14:37:32.962] W 14 Socket | socket_address.cpp:84 | An error occurred: ba2d1961-27c8-4a38-be23-ba793935bb69.local:56615 [2020-07-20 14:37:40.088] I 12 Monitor | stream_metrics.cpp:144 | A session has been stopped playing #default#app/test on the WebRTC publihser. Concurrent Viewers[WebRTC(1)/Stream total(1)/App total(1)] [2020-07-20 14:37:40.088] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb7206250, <ClientSocket: 0x7fcbb8001010, #36, state: 4, TCP, 172.26.203.59:65154>> (#default#app / test, ufrag: local: 8NCjRn, remote: FPoJ) [2020-07-20 14:37:40.106] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #36, state: 4, TCP, 172.26.203.59:65289> [2020-07-20 14:37:40.240] I 12 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(2)/Stream total(2)/App total(2) [2020-07-20 14:37:40.251] W 12 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [845309e3-0c03-48dc-88a0-bff3fea293c2.local] [2020-07-20 14:37:40.251] W 12 Socket | socket_address.cpp:84 | An error occurred: 845309e3-0c03-48dc-88a0-bff3fea293c2.local:63588 [2020-07-20 14:37:55.368] I 103 RtmpProvider | rtmp_provider.cpp:118 | The RTMP client has disconnected: [#default#app/test], remote: <ClientSocket: 0x7fcbd9e01010, #35, state: 4, TCP, 172.16.10.78:45457> [2020-07-20 14:37:55.368] I 103 Provider | stream.cpp:55 | #default#app/test(35) has been stopped playing stream [2020-07-20 14:37:55.368] I 103 MediaRouter.App | media_router_application.cpp:290 | Trying to delete a stream: [#default#app/test(35)] [2020-07-20 14:37:55.368] I 103 Monitor | application_metrics.cpp:68 | Delete StreamMetrics(test) for monitoring [2020-07-20 14:37:55.368] I 103 Monitor | stream_metrics.cpp:31 | [Stream Info] id(35), name(test), SourceType(Rtmp), Created Time (Thu Jan 1 00:00:00 1970)

Video Track #0: Bypass(false) Bitrate(2.50Mb) codec(1, avc) resolution(1280x720) framerate(30.00fps) timebase(1/90000)
Audio Track #1: Bypass(false) Bitrate(160.00Kb) codec(5, aac) samplerate(44.1K) format(fltp, 32) channel(stereo, 2) timebase(1/44100)

>> Statistics
Last update time : Mon Jul 20 14:37:55 2020, Last sent time : Mon Jul 20 14:37:55 2020
Bytes in : 169.83MB, Bytes out : 111.91MB, Concurrent connections : 2, Max connections : 2 (Mon Jul 20 14:37:32 2020)

    >>>> By publisher
    - Unknown : Bytes out(0B) Concurrent Connections (0)
    - WebRTC : Bytes out(111.91MB) Concurrent Connections (2)
    - RTMP : Bytes out(0B) Concurrent Connections (0)
    - HLS : Bytes out(0B) Concurrent Connections (0)
    - DASH : Bytes out(0B) Concurrent Connections (0)
    - LLDASH : Bytes out(0B) Concurrent Connections (0)
    - Ovt : Bytes out(0B) Concurrent Connections (0)

[2020-07-20 14:37:55.368] I 103 TranscodeStream | transcode_stream.cpp:1051 | [#default#app/test(35)] -> [#default#app/test(1896662536)] Transcoder output stream has been deleted. [2020-07-20 14:37:55.368] I 103 MediaRouter.App | media_router_application.cpp:290 | Trying to delete a stream: [#default#app/test(1896662536)] [2020-07-20 14:37:55.368] I 103 Monitor | application_metrics.cpp:68 | Delete StreamMetrics(test) for monitoring [2020-07-20 14:37:55.368] I 103 Monitor | stream_metrics.cpp:31 | [Stream Info] id(1896662536), name(test), SourceType(Transcoder), Created Time (Mon Jul 20 14:29:24 2020)

Origin Stream Info id(35), name(test), SourceType(Rtmp), Created Time (Thu Jan 1 00:00:00 1970)

Video Track #0: Bypass(true) Bitrate(2.50Mb) codec(1, avc) resolution(1280x720) framerate(30.00fps) timebase(1/90000)
Audio Track #1: Bypass(true) Bitrate(160.00Kb) codec(5, aac) samplerate(44.1K) format(s16, 16) channel(stereo, 2) timebase(1/44100)
Audio Track #2: Bypass(false) Bitrate(128.00Kb) codec(7, opus) samplerate(48.0K) format(s16, 16) channel(stereo, 2) timebase(1/48000)

>> Statistics
Last update time : Mon Jul 20 14:37:55 2020, Last sent time : Mon Jul 20 14:37:55 2020
Bytes in : 0B, Bytes out : 111.91MB, Concurrent connections : 2, Max connections : 2 (Mon Jul 20 14:37:32 2020)

    >>>> By publisher
    - Unknown : Bytes out(0B) Concurrent Connections (0)
    - WebRTC : Bytes out(111.91MB) Concurrent Connections (2)
    - RTMP : Bytes out(0B) Concurrent Connections (0)
    - HLS : Bytes out(0B) Concurrent Connections (0)
    - DASH : Bytes out(0B) Concurrent Connections (0)
    - LLDASH : Bytes out(0B) Concurrent Connections (0)
    - Ovt : Bytes out(0B) Concurrent Connections (0)

[2020-07-20 14:37:55.368] W 103 Ice | ice_port.cpp:266 | Could not find session: 102 [2020-07-20 14:37:55.368] I 103 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb4406250, <ClientSocket: 0x7fcbb8001290, #38, state: 4, TCP, 172.16.10.74:49992>> (#default#app / test, ufrag: local: t3YVkD, remote: LJmM) [2020-07-20 14:37:55.368] W 103 Ice | ice_port.cpp:266 | Could not find session: 103 [2020-07-20 14:37:55.369] I 103 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb7206250, <ClientSocket: 0x7fcbb8001510, #36, state: 4, TCP, 172.26.203.59:65289>> (#default#app / test, ufrag: local: KlU521, remote: GCrw) [2020-07-20 14:37:55.369] I 103 Publisher | stream.cpp:241 | [test(1896662536)] WebRTC Publisher Application stream has been stopped [2020-07-20 14:37:55.369] I 103 Publisher | stream.cpp:241 | [test(1896662536)] HLS Publisher Application stream has been stopped [2020-07-20 14:37:55.370] I 103 Publisher | stream.cpp:241 | [test(1896662536)] DASH Publisher Application stream has been stopped [2020-07-20 14:37:55.371] I 103 Publisher | stream.cpp:241 | [test(1896662536)] LLDASH Publisher Application stream has been stopped [2020-07-20 14:37:55.371] I 103 Publisher | stream.cpp:241 | [test(1896662536)] OVTPublisher Application stream has been stopped [2020-07-20 14:37:55.371] I 103 TranscodeStream | transcode_stream.cpp:162 | [#default#app/test(35)] Transcoder input stream has been stopped. [2020-07-20 14:37:56.400] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #35, state: 4, TCP, 172.26.203.59:65310> [2020-07-20 14:37:56.408] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:37:56.408] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:37:56.408] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806250, <ClientSocket: 0x7fcbb8001290, #35, state: 4, TCP, 172.26.203.59:65310>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:37:57.425] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #35, state: 4, TCP, 172.26.203.59:65311> [2020-07-20 14:37:57.436] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:37:57.436] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:37:57.437] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80154f0, <ClientSocket: 0x7fcbb8001290, #35, state: 4, TCP, 172.26.203.59:65311>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:37:57.841] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50010> [2020-07-20 14:37:58.459] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #36, state: 4, TCP, 172.26.203.59:65314> [2020-07-20 14:37:58.467] E 12 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:37:58.467] E 12 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:37:58.467] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb7206730, <ClientSocket: 0x7fcbb8001290, #36, state: 4, TCP, 172.26.203.59:65314>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:37:58.485] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #36, state: 4, TCP, 172.26.203.59:65315> [2020-07-20 14:37:58.494] E 12 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:37:58.494] E 12 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:37:58.494] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015670, <ClientSocket: 0x7fcbb8001010, #36, state: 4, TCP, 172.26.203.59:65315>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:37:58.636] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:37:58.637] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:37:58.637] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015580, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50010>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:00.515] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65319> [2020-07-20 14:38:00.524] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:00.524] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:00.524] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015610, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65319>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:00.539] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65320> [2020-07-20 14:38:00.547] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:00.547] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:00.547] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80157c0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65320>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:00.605] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50011> [2020-07-20 14:38:00.766] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:00.766] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:00.766] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015850, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50011>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:02.410] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65323> [2020-07-20 14:38:02.418] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:02.418] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:02.418] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80158e0, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65323>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:02.794] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50012> [2020-07-20 14:38:02.843] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:02.843] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:02.844] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015970, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50012>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:04.441] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65327> [2020-07-20 14:38:04.449] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:04.449] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:04.449] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015a00, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65327>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:05.787] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50013> [2020-07-20 14:38:05.807] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:05.807] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:05.807] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015a90, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50013>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:06.480] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65330> [2020-07-20 14:38:06.490] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:06.490] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:06.490] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015b20, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65330>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:08.513] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65333> [2020-07-20 14:38:08.520] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:08.521] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:08.521] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015bb0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65333>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:08.709] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50014> [2020-07-20 14:38:08.846] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:08.847] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:08.847] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015c40, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50014>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:10.544] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65336> [2020-07-20 14:38:10.552] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:10.552] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:10.553] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015cd0, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65336>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:11.826] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50015> [2020-07-20 14:38:11.862] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:11.862] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:11.862] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015d60, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50015>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:12.573] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65339> [2020-07-20 14:38:12.581] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:12.581] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:12.581] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015df0, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65339>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:14.603] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65342> [2020-07-20 14:38:14.611] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:14.611] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:14.611] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015e80, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65342>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:16.249] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50016> [2020-07-20 14:38:16.594] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:16.594] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:16.594] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015f10, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50016>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:16.648] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65345> [2020-07-20 14:38:16.656] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:16.657] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:16.657] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015fa0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65345>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:18.677] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65348> [2020-07-20 14:38:18.685] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:18.685] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:18.685] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016030, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65348>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:19.626] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50017> [2020-07-20 14:38:19.787] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:19.787] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:19.787] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80160c0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50017>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:20.705] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65351> [2020-07-20 14:38:20.713] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:20.713] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:20.713] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016150, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65351>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:22.641] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50018> [2020-07-20 14:38:22.672] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:22.672] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:22.672] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80161e0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50018>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:22.734] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65354> [2020-07-20 14:38:22.742] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:22.742] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:22.742] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016270, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65354>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:24.766] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65357> [2020-07-20 14:38:24.774] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:24.774] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:24.774] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80150a0, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65357>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:26.512] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50020> [2020-07-20 14:38:26.794] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:26.794] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:26.794] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015130, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50020>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:26.795] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #36, state: 4, TCP, 172.26.203.59:65360> [2020-07-20 14:38:26.803] E 12 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:26.803] E 12 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:26.803] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015700, <ClientSocket: 0x7fcbb8001010, #36, state: 4, TCP, 172.26.203.59:65360>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:28.825] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65363> [2020-07-20 14:38:28.833] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:28.833] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:28.833] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80151c0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65363>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:29.733] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50021> [2020-07-20 14:38:29.784] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:29.784] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:29.784] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80153d0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50021>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:30.852] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65366> [2020-07-20 14:38:30.860] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:30.860] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:30.861] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015520, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65366>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:32.885] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65369> [2020-07-20 14:38:32.894] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:38:32.894] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:38:32.894] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80155b0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65369>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:32.911] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65370> [2020-07-20 14:38:32.919] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:38:32.919] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:38:32.919] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015640, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65370>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:33.051] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50022> [2020-07-20 14:38:33.218] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:33.218] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:33.218] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015790, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50022>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:34.939] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65373> [2020-07-20 14:38:34.948] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:38:34.948] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:38:34.949] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015820, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65373>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:36.074] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50023> [2020-07-20 14:38:36.196] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:36.196] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:36.196] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80158b0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50023>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:38.622] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50024> [2020-07-20 14:38:38.639] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:38.639] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:38.639] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015940, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50024>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:41.803] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50025> [2020-07-20 14:38:41.823] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:41.823] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:41.823] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80159d0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50025>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:44.748] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50026> [2020-07-20 14:38:44.772] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:44.772] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:44.772] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015a60, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50026>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:47.718] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50027> [2020-07-20 14:38:47.743] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:47.743] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:47.743] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015af0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50027>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:48.355] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65388> [2020-07-20 14:38:48.364] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:38:48.364] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:38:48.364] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015b80, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65388>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:50.388] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65391> [2020-07-20 14:38:50.396] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:38:50.396] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:38:50.396] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015c10, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65391>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:51.092] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50028> [2020-07-20 14:38:51.203] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:51.203] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:51.203] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015ca0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50028>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:52.418] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65394> [2020-07-20 14:38:52.426] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:38:52.426] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:38:52.426] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015d30, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65394>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:54.448] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65397> [2020-07-20 14:38:54.457] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:38:54.457] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:38:54.457] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015dc0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65397>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:54.618] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50030> [2020-07-20 14:38:54.644] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:54.644] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:54.644] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015e50, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50030>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:56.478] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65402> [2020-07-20 14:38:56.486] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:38:56.486] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:38:56.486] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015f10, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65402>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:57.582] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50031> [2020-07-20 14:38:57.688] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:38:57.688] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:38:57.688] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016090, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50031>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:38:58.506] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65406> [2020-07-20 14:38:58.515] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:38:58.516] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:38:58.516] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016240, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65406>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:00.535] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65410> [2020-07-20 14:39:00.543] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:00.543] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:00.543] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016330, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65410>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:00.663] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50032> [2020-07-20 14:39:00.705] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:00.705] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:00.705] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80163c0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50032>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:02.566] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65414> [2020-07-20 14:39:02.573] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:02.573] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:02.573] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016450, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65414>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:03.616] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50033> [2020-07-20 14:39:03.701] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:03.701] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:03.701] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80164e0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50033>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:04.597] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65418> [2020-07-20 14:39:04.604] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:04.604] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:04.604] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016570, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65418>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:06.639] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65421> [2020-07-20 14:39:06.650] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:06.650] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:06.650] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016600, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65421>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:06.709] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50034> [2020-07-20 14:39:06.917] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:06.917] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:06.917] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016690, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50034>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:08.673] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65424> [2020-07-20 14:39:08.681] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:08.681] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:08.681] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016720, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65424>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:09.595] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50035> [2020-07-20 14:39:09.758] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:09.758] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:09.758] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80167b0, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50035>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:10.703] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65428> [2020-07-20 14:39:10.711] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:10.711] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:10.711] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80150a0, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.26.203.59:65428>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:12.584] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50036> [2020-07-20 14:39:12.668] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:12.668] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:12.668] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015130, <ClientSocket: 0x7fcbb8001510, #35, state: 4, TCP, 172.16.10.74:50036>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:12.733] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65432> [2020-07-20 14:39:12.741] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:12.741] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:12.741] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80151c0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65432>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:14.762] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65435> [2020-07-20 14:39:14.770] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:14.770] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:14.770] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80153a0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65435>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:15.662] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50037> [2020-07-20 14:39:15.769] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:15.769] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:15.769] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80154c0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50037>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:16.791] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65438> [2020-07-20 14:39:16.799] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:16.799] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:16.799] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015550, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65438>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:18.708] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50038> [2020-07-20 14:39:18.821] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #36, state: 4, TCP, 172.26.203.59:65442> [2020-07-20 14:39:18.828] E 12 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:18.828] E 12 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:18.828] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015340, <ClientSocket: 0x7fcbb8001510, #36, state: 4, TCP, 172.26.203.59:65442>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:18.916] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:18.916] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:18.916] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80155e0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50038>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:20.849] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65445> [2020-07-20 14:39:20.856] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:20.856] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:20.856] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80156d0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65445>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:21.676] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50039> [2020-07-20 14:39:21.886] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:21.886] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:21.886] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015850, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50039>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:22.876] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65448> [2020-07-20 14:39:22.883] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:22.883] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:22.883] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80158e0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65448>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:24.715] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50040> [2020-07-20 14:39:24.903] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #36, state: 4, TCP, 172.26.203.59:65452> [2020-07-20 14:39:24.911] E 12 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/h264major] [2020-07-20 14:39:24.912] E 12 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/h264major] [2020-07-20 14:39:24.912] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015790, <ClientSocket: 0x7fcbb8001510, #36, state: 4, TCP, 172.26.203.59:65452>> (#default#app / h264major, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:24.930] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #36, state: 4, TCP, 172.26.203.59:65453> [2020-07-20 14:39:24.939] E 12 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:39:24.939] E 12 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:39:24.939] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015a60, <ClientSocket: 0x7fcbb8001290, #36, state: 4, TCP, 172.26.203.59:65453>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:25.530] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:25.530] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:25.530] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015970, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50040>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:26.966] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65456> [2020-07-20 14:39:26.976] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:39:26.976] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:39:26.976] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015a00, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65456>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:28.642] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50041> [2020-07-20 14:39:28.829] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #36, state: 4, TCP, 172.26.203.59:65459> [2020-07-20 14:39:28.837] E 12 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:39:28.837] E 12 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:39:28.837] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015af0, <ClientSocket: 0x7fcbb8001290, #36, state: 4, TCP, 172.26.203.59:65459>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:29.199] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:29.199] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:29.199] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015bb0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50041>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:30.857] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65462> [2020-07-20 14:39:30.864] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:39:30.864] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:39:30.864] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015c40, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65462>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:31.611] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50042> [2020-07-20 14:39:31.925] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:31.925] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:31.925] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015d60, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50042>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:32.890] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65465> [2020-07-20 14:39:32.899] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:39:32.899] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:39:32.899] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015df0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65465>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:34.730] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50043> [2020-07-20 14:39:34.919] I 12 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #36, state: 4, TCP, 172.26.203.59:65468> [2020-07-20 14:39:34.927] E 12 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:39:34.927] E 12 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:39:34.927] I 12 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015ca0, <ClientSocket: 0x7fcbb8001290, #36, state: 4, TCP, 172.26.203.59:65468>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:35.013] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:35.013] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:35.013] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015e80, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50043>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:36.956] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65471> [2020-07-20 14:39:36.967] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/1] [2020-07-20 14:39:36.967] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/1] [2020-07-20 14:39:36.967] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015f10, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:65471>> (#default#app / 1, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:37.589] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50044> [2020-07-20 14:39:37.978] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:37.979] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:37.979] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016030, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50044>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:40.646] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50045> [2020-07-20 14:39:40.942] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:40.942] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:40.943] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80160c0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50045>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:43.663] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50046> [2020-07-20 14:39:43.937] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:43.937] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:43.937] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016150, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50046>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:46.889] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50047> [2020-07-20 14:39:47.146] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:47.146] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:47.146] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80161e0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50047>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:49.876] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50048> [2020-07-20 14:39:50.186] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:50.186] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:50.186] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016270, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50048>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:52.670] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50049> [2020-07-20 14:39:52.940] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:52.940] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:52.940] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016300, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50049>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:55.692] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50050> [2020-07-20 14:39:56.166] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:56.166] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:56.166] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016390, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50050>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:39:58.953] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50052> [2020-07-20 14:39:59.284] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:39:59.284] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:39:59.284] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016450, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50052>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:40:01.653] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50054> [2020-07-20 14:40:01.945] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:40:01.946] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:40:01.946] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80165d0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50054>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:40:12.856] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50056> [2020-07-20 14:40:13.089] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:40:13.089] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:40:13.089] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016780, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50056>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:40:15.939] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50061> [2020-07-20 14:40:16.188] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 14:40:16.188] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 14:40:16.189] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015010, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50061>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:40:36.437] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49153> [2020-07-20 14:40:36.444] I 11 Orchestrator | orchestrator.cpp:862 | Trying to create an application: [#default#app_name] [2020-07-20 14:40:36.445] I 11 Monitor | host_metrics.cpp:52 | Create ApplicationMetrics(#default#app_name) for monitoring [2020-07-20 14:40:36.445] I 11 MediaRouter.App | media_router_application.cpp:32 | Created media route application. application id(1), (#default#app_name) [2020-07-20 14:40:36.445] I 11 MediaRouter | media_router.cpp:70 | MediaRouter has created [#default#app_name] application [2020-07-20 14:40:36.445] I 11 Publisher | application.cpp:55 | WebRTC Publisher Application has created [#default#app_name] application [2020-07-20 14:40:36.445] I 11 Publisher | application.cpp:55 | HLS Publisher Application has created [#default#app_name] application [2020-07-20 14:40:36.445] I 11 Publisher | application.cpp:55 | DASH Publisher Application has created [#default#app_name] application [2020-07-20 14:40:36.445] I 11 Publisher | application.cpp:55 | LLDASH Publisher Application has created [#default#app_name] application [2020-07-20 14:40:36.445] I 11 Publisher | application.cpp:55 | OVTPublisher Application has created [#default#app_name] application [2020-07-20 14:40:36.445] I 11 Transcoder | transcoder.cpp:73 | Transcoder has created [dynamic][#default#app_name] application [2020-07-20 14:40:36.445] I 11 Provider | application.cpp:46 | MpegtsProvider has created [#default#app_name] application [2020-07-20 14:40:36.446] I 11 Provider | application.cpp:46 | RtmpProvider has created [#default#app_name] application [2020-07-20 14:40:36.446] I 11 Provider | application.cpp:46 | OvtProvider has created [#default#app_name] application [2020-07-20 14:40:36.446] I 11 Provider | application.cpp:46 | RtspcProvider has created [#default#app_name] application [2020-07-20 14:40:36.446] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 14:40:36.447] I 11 RtspcStream | rtspc_stream.cpp:161 | Requested url[48] : rtsp://admin:admin@172.16.10.200:554/1/h264major [2020-07-20 14:40:46.581] W 11 FFmpeg | third_parties.cpp:115 | [AVFormatContext] Could not find codec parameters for stream 0 (Video: hevc, 1 reference frame, none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [2020-07-20 14:40:46.581] I 11 Provider | stream.cpp:49 | #default#app_name/rtsp_stream_name(100) has been started stream [2020-07-20 14:40:46.581] I 11 Provider | application.cpp:116 | #default#app_name application has created 0 stream motor [2020-07-20 14:40:46.581] I 11 MediaRouter.App | media_router_application.cpp:205 | Trying to create a stream: [#default#app_name/rtsp_stream_name(100)] [2020-07-20 14:40:46.582] I 11 Monitor | stream.cpp:254 | [Stream Info] id(100), name(rtsp_stream_name), SourceType(RtspPull), Created Time (Mon Jul 20 14:40:36 2020)

[2020-07-20 14:40:46.582] I 11 Monitor | application_metrics.cpp:56 | Create StreamMetrics(rtsp_stream_name) for monitoring [2020-07-20 14:40:46.582] I 11 TranscodeStream | transcode_stream.cpp:257 | [#default#app_name/rtsp_stream_name(100)] -> [#default#app_name/rtsp_stream_name(1746488594)] Transcoder output stream has been created. [2020-07-20 14:40:46.582] E 11 TranscodeStream | transcode_stream.cpp:92 | No stage generated [2020-07-20 14:40:46.582] I 11 TranscodeStream | transcode_stream.cpp:1051 | [#default#app_name/rtsp_stream_name(100)] -> [#default#app_name/rtsp_stream_name(1746488594)] Transcoder output stream has been deleted. [2020-07-20 14:40:46.582] I 11 MediaRouter.App | media_router_application.cpp:290 | Trying to delete a stream: [#default#app_name/rtsp_stream_name(1746488594)] [2020-07-20 14:40:46.582] E 11 Publisher | application.cpp:124 | OnDeleteStream failed. Cannot find stream : rtsp_stream_name/1746488594 [2020-07-20 14:40:46.582] E 11 Publisher | application.cpp:124 | OnDeleteStream failed. Cannot find stream : rtsp_stream_name/1746488594 [2020-07-20 14:40:46.582] E 11 Publisher | application.cpp:124 | OnDeleteStream failed. Cannot find stream : rtsp_stream_name/1746488594 [2020-07-20 14:40:46.582] E 11 Publisher | application.cpp:124 | OnDeleteStream failed. Cannot find stream : rtsp_stream_name/1746488594 [2020-07-20 14:40:46.582] E 11 Publisher | application.cpp:124 | OnDeleteStream failed. Cannot find stream : rtsp_stream_name/1746488594 [2020-07-20 14:40:46.582] I 11 TranscodeStream | transcode_stream.cpp:162 | [#default#app_name/rtsp_stream_name(100)] Transcoder input stream has been stopped. [2020-07-20 14:40:46.582] I 11 Provider | stream.cpp:36 | RtspcProvider Application has started to play [rtsp_stream_name(100)] stream [2020-07-20 14:40:46.582] I 11 Provider | stream_motor.cpp:130 | #default#app_name/rtsp_stream_name(100) stream has added to 0 StreamMotor [2020-07-20 14:40:46.582] I 11 Orchestrator | orchestrator.cpp:1302 | The stream was pulled successfully: [#default#app_name/rtsp_stream_name] (100) [2020-07-20 14:40:46.582] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 14:40:46.582] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806040, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49153>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:40:46.584] W 258 FFmpeg | third_parties.cpp:115 | [AVFormatContext] CSeq 4 expected, 0 received. [2020-07-20 14:40:46.672] I 258 Provider | stream.cpp:55 | #default#app_name/rtsp_stream_name(100) has been stopped playing stream [2020-07-20 14:40:48.612] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49166> [2020-07-20 14:40:48.619] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 14:40:48.619] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 14:40:48.619] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 14:40:48.619] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49166>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:40:50.638] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49169> [2020-07-20 14:40:50.645] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 14:40:50.645] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 14:40:50.645] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 14:40:50.645] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49169>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:40:52.669] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49172> [2020-07-20 14:40:52.678] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 14:40:52.678] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 14:40:52.678] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 14:40:52.678] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49172>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:53:55.183] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50130> [2020-07-20 14:53:55.190] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 14:53:55.190] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 14:53:55.190] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 14:53:55.190] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50130>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:53:57.215] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50135> [2020-07-20 14:53:57.225] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 14:53:57.225] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 14:53:57.225] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 14:53:57.225] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50135>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 14:53:59.256] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50140> [2020-07-20 14:53:59.266] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 14:53:59.266] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 14:53:59.267] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 14:53:59.267] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50140>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:03:09.244] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50770> [2020-07-20 15:03:09.252] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:03:09.252] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:03:09.252] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:03:09.252] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50770>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:03:11.274] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50774> [2020-07-20 15:03:11.281] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:03:11.281] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:03:11.281] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:03:11.281] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50774>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:03:13.327] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50778> [2020-07-20 15:03:13.335] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:03:13.335] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:03:13.335] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:03:13.335] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50778>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:03:15.366] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50781> [2020-07-20 15:03:15.377] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:03:15.377] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:03:15.377] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:03:15.377] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50781>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:04:11.041] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50848> [2020-07-20 15:04:11.048] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:04:11.049] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:04:11.049] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:04:11.049] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50848>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:04:13.072] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50851> [2020-07-20 15:04:13.082] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:04:13.082] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:04:13.082] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:04:13.082] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:50851>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:04:18.911] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50859> [2020-07-20 15:04:18.918] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:04:18.918] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:04:18.919] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:04:18.919] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50859>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:04:20.938] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50862> [2020-07-20 15:04:20.945] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:04:20.945] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:04:20.945] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:04:20.946] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50862>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:04:22.968] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50865> [2020-07-20 15:04:22.977] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:04:22.977] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:04:22.977] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:04:22.978] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50865>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:04:24.998] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50868> [2020-07-20 15:04:25.006] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:04:25.006] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:04:25.006] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:04:25.006] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:50868>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:20:30.766] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:52040> [2020-07-20 15:20:30.773] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:20:30.773] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:20:30.773] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:20:30.773] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:52040>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:20:32.795] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:52044> [2020-07-20 15:20:32.802] I 11 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:20:32.802] I 11 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:20:32.802] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:20:32.802] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbc9806070, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.15.50:52044>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:23:56.797] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50146> [2020-07-20 15:23:57.239] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:23:57.239] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:23:57.239] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80158e0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50146>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:00.196] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50147> [2020-07-20 15:24:00.273] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:00.273] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:00.273] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016000, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50147>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:02.873] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50148> [2020-07-20 15:24:02.924] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:02.924] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:02.924] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016090, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50148>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:05.796] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50149> [2020-07-20 15:24:05.845] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:05.846] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:05.846] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016120, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50149>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:08.847] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50150> [2020-07-20 15:24:08.900] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:08.900] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:08.900] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80161e0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50150>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:15.152] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50152> [2020-07-20 15:24:15.410] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:15.410] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:15.410] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016360, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50152>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:20.616] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50161> [2020-07-20 15:24:20.664] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:20.664] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:20.664] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016480, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50161>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:24.054] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50162> [2020-07-20 15:24:24.587] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:24.587] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:24.587] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016540, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50162>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:26.001] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50163> [2020-07-20 15:24:27.820] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:27.820] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:27.820] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016600, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50163>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:32.968] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50172> [2020-07-20 15:24:33.031] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:33.031] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:33.031] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80166c0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50172>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:37.386] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50173> [2020-07-20 15:24:38.266] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:38.266] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:38.266] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016750, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50173>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:41.230] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50174> [2020-07-20 15:24:41.447] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:41.447] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:41.448] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016810, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50174>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:44.214] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50175> [2020-07-20 15:24:44.329] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:44.329] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:44.329] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016900, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50175>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:48.273] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50176> [2020-07-20 15:24:48.344] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:48.344] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:48.344] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015010, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50176>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:53.944] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50177> [2020-07-20 15:24:55.734] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:55.734] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:55.734] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015100, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50177>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:24:58.810] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50178> [2020-07-20 15:24:58.856] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:24:58.856] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:24:58.856] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015190, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50178>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:01.958] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50179> [2020-07-20 15:25:02.072] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:02.072] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:02.072] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015220, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50179>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:05.000] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50180> [2020-07-20 15:25:06.092] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:06.092] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:06.092] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015400, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50180>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:08.807] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50181> [2020-07-20 15:25:08.834] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:08.834] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:08.834] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015490, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50181>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:11.822] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50182> [2020-07-20 15:25:11.887] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:11.887] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:11.887] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015520, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50182>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:14.772] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50184> [2020-07-20 15:25:14.866] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:14.866] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:14.866] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80155b0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50184>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:17.941] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50185> [2020-07-20 15:25:18.164] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:18.165] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:18.165] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015640, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50185>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:21.629] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50189> [2020-07-20 15:25:21.799] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:21.799] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:21.799] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015700, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50189>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:24.817] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50190> [2020-07-20 15:25:25.027] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:25.027] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:25.027] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015820, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50190>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:27.849] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50191> [2020-07-20 15:25:28.033] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:28.033] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:28.033] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80158b0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50191>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:30.794] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50192> [2020-07-20 15:25:31.240] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:31.240] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:31.240] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015940, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50192>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:33.004] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50193> [2020-07-20 15:25:34.278] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:34.278] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:34.278] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80159d0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50193>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:36.809] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50194> [2020-07-20 15:25:37.041] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:37.041] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:37.041] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015ac0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50194>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:39.967] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50195> [2020-07-20 15:25:40.089] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:40.089] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:40.089] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015bb0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50195>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:42.794] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50196> [2020-07-20 15:25:42.976] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:42.976] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:42.976] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015c40, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50196>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:45.883] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50197> [2020-07-20 15:25:46.133] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:46.133] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:46.133] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015d30, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50197>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:48.963] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50198> [2020-07-20 15:25:49.201] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:49.201] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:49.201] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015dc0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50198>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:51.838] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50199> [2020-07-20 15:25:52.864] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:52.864] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:52.864] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015e50, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50199>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:55.958] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50200> [2020-07-20 15:25:56.767] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:25:56.767] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:25:56.767] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015ee0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50200>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:25:59.970] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50201> [2020-07-20 15:26:00.511] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:26:00.511] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:26:00.511] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015fd0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50201>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:26:03.034] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50202> [2020-07-20 15:26:03.494] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:26:03.494] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:26:03.494] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016060, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50202>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:26:06.005] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50203> [2020-07-20 15:26:06.493] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:26:06.493] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:26:06.493] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80160f0, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50203>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:26:09.081] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50204> [2020-07-20 15:26:09.572] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:26:09.572] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:26:09.572] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016180, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50204>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:26:25.871] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50207> [2020-07-20 15:26:26.276] E 11 Orchestrator | orchestrator.cpp:1230 | Could not find Origin for the stream: [#default#app/test] [2020-07-20 15:26:26.276] E 11 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app/test] [2020-07-20 15:26:26.276] I 11 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8016210, <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50207>> (#default#app / test, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:26:44.305] I 11 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.16.10.74:50208> [2020-07-20 15:27:21.688] I 103 Provider | stream.cpp:49 | Unknown/(39) has been started stream [2020-07-20 15:27:21.688] I 103 RtmpProvider | rtmp_provider.cpp:93 | A RTMP client has connected from 39 - <ClientSocket: 0x7fcbd9053010, #39, state: 4, TCP, 172.16.10.78:57213> [2020-07-20 15:27:22.568] I 94 MediaRouter.App | media_router_application.cpp:205 | Trying to create a stream: [#default#app/test(39)] [2020-07-20 15:27:22.568] I 94 Monitor | stream.cpp:254 | [Stream Info] id(39), name(test), SourceType(Rtmp), Created Time (Thu Jan 1 00:00:00 1970)

Video Track #0: Bypass(false) Bitrate(2.50Mb) codec(1, avc) resolution(1280x720) framerate(30.00fps) timebase(1/90000)
Audio Track #1: Bypass(false) Bitrate(160.00Kb) codec(5, aac) samplerate(44.1K) format(s16, 16) channel(stereo, 2) timebase(1/44100)

[2020-07-20 15:27:22.568] I 94 Monitor | application_metrics.cpp:56 | Create StreamMetrics(test) for monitoring [2020-07-20 15:27:22.568] I 94 TranscodeStream | transcode_stream.cpp:455 | [#default#app/test(39)] -> [#default#app/test(1764273583)] Transcoder output stream has been created. [2020-07-20 15:27:22.569] I 94 MediaRouter.App | media_router_application.cpp:205 | Trying to create a stream: [#default#app/test(1764273583)] [2020-07-20 15:27:22.569] I 94 Monitor | stream.cpp:254 | [Stream Info] id(1764273583), name(test), SourceType(Transcoder), Created Time (Mon Jul 20 15:27:22 2020)

Origin Stream Info id(39), name(test), SourceType(Rtmp), Created Time (Thu Jan 1 00:00:00 1970)

Video Track #0: Bypass(true) Bitrate(2.50Mb) codec(1, avc) resolution(1280x720) framerate(30.00fps) timebase(1/90000)
Audio Track #1: Bypass(true) Bitrate(160.00Kb) codec(5, aac) samplerate(44.1K) format(s16, 16) channel(stereo, 2) timebase(1/44100)
Audio Track #2: Bypass(false) Bitrate(128.00Kb) codec(7, opus) samplerate(48.0K) format(s16, 16) channel(stereo, 2) timebase(1/48000)

[2020-07-20 15:27:22.569] I 94 Monitor | application_metrics.cpp:56 | Create StreamMetrics(test) for monitoring [2020-07-20 15:27:22.569] I 94 WebRTC | rtc_stream.cpp:181 | Unsupported codec(Audio/AAC) is being input from media track [2020-07-20 15:27:22.569] I 94 Publisher | stream.cpp:211 | WebRTC Publisher Application application has started [test(1764273583)] stream [2020-07-20 15:27:22.569] I 94 Publisher | stream.cpp:211 | HLS Publisher Application application has started [test(1764273583)] stream [2020-07-20 15:27:22.569] I 94 Publisher | stream.cpp:211 | DASH Publisher Application application has started [test(1764273583)] stream [2020-07-20 15:27:22.569] I 94 Publisher | stream.cpp:211 | LLDASH Publisher Application application has started [test(1764273583)] stream [2020-07-20 15:27:22.570] I 94 Publisher | stream.cpp:211 | OVTPublisher Application application has started [test(1764273583)] stream [2020-07-20 15:27:22.570] I 94 TranscodeStream | transcode_stream.cpp:115 | [#default#app/test(39)] Transcoder input stream has been started. Status : (1) Decoders, (1) Encoders [2020-07-20 15:27:22.694] I 110 TranscodeCodec | transcode_codec_dec_aac.cpp:49 | [#default#app/test(39)] input stream information: [audio] aac (LC), 44100 Hz, stereo, fltp, 158 kbps, timebase: 1/44100, frame_size: 1024 [2020-07-20 15:27:30.976] I 108 DASH | dash_packetizer.cpp:956 | [0x7fcbb402c210] LLDASH segment is ready to stream [#default#app/test], segment duration: 5.000000s, count: 1 [2020-07-20 15:27:39.312] I 107 DASH | dash_packetizer.cpp:956 | [0x7fcbb402bf10] DASH segment is ready to stream [#default#app/test], segment duration: 5.000000s, count: 3 [2020-07-20 15:27:39.314] W 105 ov.Queue | queue.h:179 | [0x7fcbb4054fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:27:47.658] W 109 ov.Queue | queue.h:179 | [0x7fcbb40563d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:27:47.658] W 109 ov.Queue | queue.h:179 | [0x7fcbb40568d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:27:47.658] W 109 ov.Queue | queue.h:179 | [0x7fcbb4057058] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:27:47.658] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:27:47.658] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:27:47.658] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:27:47.662] I 106 HLS | hls_packetizer.cpp:292 | HLS segment is ready for stream [#default#app/test], segment duration: 5.000000s, count: 3 [2020-07-20 15:27:55.137] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52519> [2020-07-20 15:27:55.145] I 16 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:27:55.145] I 16 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:27:55.145] E 16 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:27:55.145] I 16 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbad80b280, <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52519>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:27:55.161] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #40, state: 4, TCP, 172.16.15.50:52521> [2020-07-20 15:27:55.325] I 16 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(1)/Stream total(1)/App total(3) [2020-07-20 15:27:55.338] W 16 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [845309e3-0c03-48dc-88a0-bff3fea293c2.local] [2020-07-20 15:27:55.338] W 16 Socket | socket_address.cpp:84 | An error occurred: 845309e3-0c03-48dc-88a0-bff3fea293c2.local:50111 [2020-07-20 15:27:55.989] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:27:57.158] I 16 Monitor | stream_metrics.cpp:144 | A session has been stopped playing #default#app/test on the WebRTC publihser. Concurrent Viewers[WebRTC(0)/Stream total(0)/App total(2)] [2020-07-20 15:27:57.158] I 16 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbad80b310, <ClientSocket: 0x7fcbb8001510, #40, state: 4, TCP, 172.16.15.50:52521>> (#default#app / test, ufrag: local: unLtg4, remote: S2ga) [2020-07-20 15:27:57.174] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52525> [2020-07-20 15:27:57.181] I 16 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:27:57.181] I 16 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:27:57.181] E 16 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:27:57.181] I 16 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb80165a0, <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52525>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:27:57.199] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #40, state: 4, TCP, 172.16.15.50:52526> [2020-07-20 15:27:57.347] I 16 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(1)/Stream total(1)/App total(3) [2020-07-20 15:27:57.357] W 16 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [845309e3-0c03-48dc-88a0-bff3fea293c2.local] [2020-07-20 15:27:57.357] W 16 Socket | socket_address.cpp:84 | An error occurred: 845309e3-0c03-48dc-88a0-bff3fea293c2.local:59164 [2020-07-20 15:27:59.193] I 16 Monitor | stream_metrics.cpp:144 | A session has been stopped playing #default#app/test on the WebRTC publihser. Concurrent Viewers[WebRTC(0)/Stream total(0)/App total(2)] [2020-07-20 15:27:59.193] I 16 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbad80b580, <ClientSocket: 0x7fcbb8001510, #40, state: 4, TCP, 172.16.15.50:52526>> (#default#app / test, ufrag: local: LZgcnA, remote: Qi4J) [2020-07-20 15:27:59.206] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52529> [2020-07-20 15:27:59.214] I 16 Orchestrator | orchestrator.cpp:1280 | Trying to pull stream [#default#app_name/rtsp_stream_name] from provider using origin map: PullProvider [2020-07-20 15:27:59.214] I 16 Orchestrator | orchestrator.cpp:1307 | The stream was pulled successfully (stream exists): [#default#app_name/rtsp_stream_name] (100) [2020-07-20 15:27:59.214] E 16 Signalling | rtc_signalling_server.cpp:190 | Cannot find stream [#default#app_name/rtsp_stream_name] [2020-07-20 15:27:59.214] I 16 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbb8015010, <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52529>> (#default#app_name / rtsp_stream_name, ufrag: local: (N/A), remote: (N/A)) [2020-07-20 15:27:59.231] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001510, #40, state: 4, TCP, 172.16.15.50:52530> [2020-07-20 15:27:59.346] I 16 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(1)/Stream total(1)/App total(3) [2020-07-20 15:27:59.357] W 16 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [845309e3-0c03-48dc-88a0-bff3fea293c2.local] [2020-07-20 15:27:59.357] W 16 Socket | socket_address.cpp:84 | An error occurred: 845309e3-0c03-48dc-88a0-bff3fea293c2.local:59169 [2020-07-20 15:28:01.225] I 16 Monitor | stream_metrics.cpp:144 | A session has been stopped playing #default#app/test on the WebRTC publihser. Concurrent Viewers[WebRTC(0)/Stream total(0)/App total(2)] [2020-07-20 15:28:01.225] I 16 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbad80b460, <ClientSocket: 0x7fcbb8001510, #40, state: 4, TCP, 172.16.15.50:52530>> (#default#app / test, ufrag: local: QrevPC, remote: oiFj) [2020-07-20 15:28:01.240] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52533> [2020-07-20 15:28:01.354] I 16 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(1)/Stream total(1)/App total(3) [2020-07-20 15:28:01.363] W 16 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [845309e3-0c03-48dc-88a0-bff3fea293c2.local] [2020-07-20 15:28:01.363] W 16 Socket | socket_address.cpp:84 | An error occurred: 845309e3-0c03-48dc-88a0-bff3fea293c2.local:59172 [2020-07-20 15:28:02.045] I 16 Monitor | stream_metrics.cpp:144 | A session has been stopped playing #default#app/test on the WebRTC publihser. Concurrent Viewers[WebRTC(0)/Stream total(0)/App total(2)] [2020-07-20 15:28:02.045] I 16 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbad80b460, <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52533>> (#default#app / test, ufrag: local: JGUnlu, remote: 9fXd) [2020-07-20 15:28:05.917] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52540> [2020-07-20 15:28:06.038] I 16 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(1)/Stream total(1)/App total(3) [2020-07-20 15:28:06.049] W 16 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [845309e3-0c03-48dc-88a0-bff3fea293c2.local] [2020-07-20 15:28:06.049] W 16 Socket | socket_address.cpp:84 | An error occurred: 845309e3-0c03-48dc-88a0-bff3fea293c2.local:49560 [2020-07-20 15:28:12.641] W 105 ov.Queue | queue.h:179 | [0x7fcbb40559d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:12.642] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:12.642] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:12.642] W 105 ov.Queue | queue.h:179 | [0x7fcbb4054fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:12.642] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:20.980] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:20.980] W 105 ov.Queue | queue.h:179 | [0x7fcbb40559d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:20.981] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055758] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:20.981] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:28:33.863] I 16 Monitor | stream_metrics.cpp:144 | A session has been stopped playing #default#app/test on the WebRTC publihser. Concurrent Viewers[WebRTC(0)/Stream total(0)/App total(2)] [2020-07-20 15:28:33.863] I 16 Signalling | rtc_signalling_server.cpp:237 | Client is disconnected: <WebSocketClient: 0x7fcbad80b460, <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52540>> (#default#app / test, ufrag: local: xKuCQm, remote: ZRdz) [2020-07-20 15:28:34.510] I 16 Signalling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001290, #40, state: 4, TCP, 172.16.15.50:52571> [2020-07-20 15:28:34.732] I 16 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(1)/Stream total(1)/App total(3) [2020-07-20 15:28:34.744] W 16 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [845309e3-0c03-48dc-88a0-bff3fea293c2.local] [2020-07-20 15:28:34.744] W 16 Socket | socket_address.cpp:84 | An error occurred: 845309e3-0c03-48dc-88a0-bff3fea293c2.local:52912 [2020-07-20 15:28:37.651] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:29:19.307] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:29:19.307] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:29:27.635] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:29:27.638] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:29:27.638] W 109 ov.Queue | queue.h:179 | [0x7fcbb40572d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:29:35.972] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:09.325] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.646] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055258] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 105 ov.Queue | queue.h:179 | [0x7fcbb4054fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 105 ov.Queue | queue.h:179 | [0x7fcbb40559d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 105 ov.Queue | queue.h:179 | [0x7fcbb4056158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 109 ov.Queue | queue.h:179 | [0x7fcbb40568d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056b58] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056dd8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 109 ov.Queue | queue.h:179 | [0x7fcbb40572d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:17.647] W 109 ov.Queue | queue.h:179 | [0x7fcbb4057558] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:42.639] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:42.640] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:59.304] W 109 ov.Queue | queue.h:179 | [0x7fcbb40568d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:59.304] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056dd8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:30:59.304] W 109 ov.Queue | queue.h:179 | [0x7fcbb4057558] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:07.651] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056dd8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:07.652] W 105 ov.Queue | queue.h:179 | [0x7fcbb4056158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:32.647] W 105 ov.Queue | queue.h:179 | [0x7fcbb4054fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:32.647] W 105 ov.Queue | queue.h:179 | [0x7fcbb40559d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:32.647] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:40.993] W 105 ov.Queue | queue.h:179 | [0x7fcbb4054fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:40.993] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:40.993] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:40.993] W 109 ov.Queue | queue.h:179 | [0x7fcbb40568d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:40.993] W 109 ov.Queue | queue.h:179 | [0x7fcbb4057058] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:31:57.644] I 11 Monitor | stream_metrics.cpp:119 | A new session has started playing #default#app/test on the WebRTC publihser. WebRTC(2)/Stream total(2)/App total(4) [2020-07-20 15:31:58.537] W 11 Socket | socket_address.cpp:277 | An error occurred while resolve DNS for host [ba2d1961-27c8-4a38-be23-ba793935bb69.local] [2020-07-20 15:31:58.537] W 11 Socket | socket_address.cpp:84 | An error occurred: ba2d1961-27c8-4a38-be23-ba793935bb69.local:55746 [2020-07-20 15:32:14.304] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:14.304] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055758] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:14.304] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:14.304] W 105 ov.Queue | queue.h:179 | [0x7fcbb4056158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:14.305] W 105 ov.Queue | queue.h:179 | [0x7fcbb40559d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:22.646] W 105 ov.Queue | queue.h:179 | [0x7fcbb4054fd8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:22.646] W 105 ov.Queue | queue.h:179 | [0x7fcbb4056158] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:30.975] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:30.975] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056b58] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:39.315] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:39.315] W 109 ov.Queue | queue.h:179 | [0x7fcbb40568d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:39.315] W 109 ov.Queue | queue.h:179 | [0x7fcbb4057058] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:47.639] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:47.640] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056dd8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:47.640] W 109 ov.Queue | queue.h:179 | [0x7fcbb4057058] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:47.640] W 109 ov.Queue | queue.h:179 | [0x7fcbb40572d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:47.640] W 109 ov.Queue | queue.h:179 | [0x7fcbb4057558] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:47.640] W 105 ov.Queue | queue.h:179 | [0x7fcbb40554d8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:47.640] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055ed8] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:55.982] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056658] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:55.983] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056b58] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:55.983] W 109 ov.Queue | queue.h:179 | [0x7fcbb4056dd8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:55.983] W 109 ov.Queue | queue.h:179 | [0x7fcbb4057058] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:32:55.983] W 109 ov.Queue | queue.h:179 | [0x7fcbb40572d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:33:12.638] W 109 ov.Queue | queue.h:179 | [0x7fcbb40572d8] OVTPublisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:33:21.018] W 105 ov.Queue | queue.h:179 | [0x7fcbb4055c58] WebRTC Publisher Application/#default#app/test StreamWorker Queue size has exceeded the threshold: queue: 100, threshold: 100 [2020-07-20 15:33:32.932] I 25 Monitor | stream_metrics.cpp:144 | A session has been stopped playing #default#app/test on the WebRTC publihser. Concurrent Viewers[WebRTC(1)/Stream total(1)/App total(3)] [2020-07-20 15:33:32.932] E 25 Publisher | stream.cpp:107 | Cannot find session : 110 [2020-07-20 15:33:32.932] E 25 WebRTC | webrtc_publisher.cpp:357 | To stop session failed. Cannot find session by peer sdp session id (110)

getroot commented 4 years ago

Through the log I found the problem. OvenMediaEngine does not yet support HEVC. Your RTSP stream looks like HEVC. We plan to support HEVC by the end of this year. But now OME can only decode AVC, AAC.

[2020-07-20 14:40:36.437] I 11 Signaling | rtc_signalling_server.cpp:99 | New client is connected: <ClientSocket: 0x7fcbb8001010, #35, state: 4, TCP, 172.26.203.59:49153>
[2020-07-20 14:40:36.444] I 11 Orchestrator | orchestrator.cpp:862 | Trying to create an application: [#default#app_name]
...
[2020-07-20 14:40:36.447] I 11 RtspcStream | rtspc_stream.cpp:161 | Requested url[48]: rtsp://admin:admin@172.16.10.200:554/1/h264major

[2020-07-20 14:40:46.581] W 11 FFmpeg | third_parties.cpp:115 | [AVFormatContext] Could not find codec parameters for stream 0 (Video: hevc, 1 reference frame, none): unspecified size

[2020-07-20 14:40:46.582] I 11 TranscodeStream | transcode_stream.cpp:257 | [#default#app_name/rtsp_stream_name(100)] -> [#default#app_name/rtsp_stream_name(1746488594)] Transcoder output stream has been created.
[2020-07-20 14:40:46.582] E 11 TranscodeStream | transcode_stream.cpp:92 | No stage generated
[2020-07-20 14:40:46.582] I 11 TranscodeStream | transcode_stream.cpp:1051 | [#default#app_name/rtsp_stream_name(100)] -> [#default#app_name/rtsp_stream_name(1746488594)] Transcoder output stream has been deleted.
[2020-07-20 14:40:46.582] I 11 MediaRouter.App | media_router_application.cpp:290 | Trying to delete a stream: [#default#app_name/rtsp_stream_name(1746488594)]
deepsurvey commented 4 years ago

TOP, totally missed the HEVC. Apparantly I chose poorly with my test camera. Out of the box H.265 enstead of H.264.