isaac-sim / IsaacLab

Unified framework for robot learning built on NVIDIA Isaac Sim
https://isaac-sim.github.io/IsaacLab
Other
2.12k stars 858 forks source link

[Bug Report] Streaming client does not work in 1.1.0 release #928

Open yeshgodseagility opened 1 month ago

yeshgodseagility commented 1 month ago

Describe the bug

Visualizing demos with the omniverse streaming client doesn't work in release 1.1.0 or the current main as of this post. The simulation app starts and seems to be running fine but when the streaming client tries to connect I see a black screen which quickly closes and the message "An unknown error occured (0x100)."

The streaming client does work with release 1.0.0

Steps to reproduce

# Create python environment
python3.10 -m venv .venv
source .venv/bin/activate

# Install IsaacSim
pip install torch==2.2.2 --index-url https://download.pytorch.org/whl/cu121
pip install isaacsim-rl isaacsim-replicator isaacsim-extscache-physics isaacsim-extscache-kit-sdk isaacsim-extscache-kit isaacsim-app --extra-index-url https://pypi.nvidia.com

# Verify IsaacSim install
# isaacsim

# For working version of IsaacLab
# git clone -b v1.0.0  git@github.com:isaac-sim/IsaacLab.git

# For broken version
# git clone -b v1.1.0  git@github.com:isaac-sim/IsaacLab.git

./IsaacLab/isaaclab.sh --install

# Run demo script
python IsaacLab/source/standalone/demos/bipeds.py --livestream 1

To aid in getting error outputs I modifed the bipeds.py demo to use "--/app/livestream/logLevel=verbose". For both releases I see the following errors in the console before the streaming client tries to connect:

[2.706s] Simulation App Starting
[4.102s] app ready
[4.673s] Simulation App Startup Complete
[4.686s] [ext: omni.kit.streamsdk.plugins-4.5.1] startup
[4.691s] [ext: omni.kit.livestream.core-4.3.6] startup
[4.699s] [ext: omni.kit.livestream.native-4.1.0] startup

Active user not found. Using default user [kiosk]2024-09-03 17:50:32 [4,692ms] [Fatal] [carb.livestream.plugin] StreamSDK: VersionDump: #2(M)[2024-09-03 17:50:32,306]=10:50:32=*00000*{9854641607847587726}&1768021A&<VersionDump>      Name: streamsdk-server
2024-09-03 17:50:32 [4,692ms] [Fatal] [carb.livestream.plugin] StreamSDK: VersionDump: #3(M)[2024-09-03 17:50:32,306]=10:50:32=*00000*{9854641607847587726}&CF6CAAC5&<VersionDump>      DVS Branch: gcomp/rel/gs_04_66
2024-09-03 17:50:32 [4,692ms] [Fatal] [carb.livestream.plugin] StreamSDK: VersionDump: #4(M)[2024-09-03 17:50:32,306]=10:50:32=*00000*{9854641607847587726}&EA649458&<VersionDump>      DVS P4VirtualChangelist: 34291689
2024-09-03 17:50:32 [4,692ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #7(M)[2024-09-03 17:50:32,306]=10:50:32=*00000*{9854641607847587726}&7DF5E4E1&<Server>           Using: OpenSSL 3.0.8 7 Feb 2023
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #8(M)[2024-09-03 17:50:32,306]=10:50:32=*00000*{9854641607847587726}&55B93E2E&<Server>           RND is initialized
2024-09-03 17:50:32 [4,693ms] [Error] [carb.livestream.plugin] StreamSDK: NvNetworkCommon: #5(E)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&168334B0&<NvNetworkCommon>  Network Address To String: invalid parameters 0x7ffca26ed380, 0x7ffca26ed3a0, 48
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #9(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&AD28CD28&<Server>           --- 4C:D7:17:88:99:2B: 192.168.0.212 / invalid
2024-09-03 17:50:32 [4,693ms] [Error] [carb.livestream.plugin] StreamSDK: NvNetworkCommon: #4(E)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&168334B0&<NvNetworkCommon>  Network Address To String: invalid parameters 0x7ffca26ed380, 0x7ffca26ed3a0, 48
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #8(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&AD28CD28&<Server>           --- A0:B3:39:9C:DF:D8: 192.168.0.205 / invalid
2024-09-03 17:50:32 [4,693ms] [Error] [carb.livestream.plugin] StreamSDK: NvNetworkCommon: #3(E)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&168334B0&<NvNetworkCommon>  Network Address To String: invalid parameters 0x7ffca26ed380, 0x7ffca26ed3a0, 48
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #7(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&AD28CD28&<Server>           --- 02:42:25:AE:BC:5F: 172.17.0.1 / invalid
2024-09-03 17:50:32 [4,693ms] [Error] [carb.livestream.plugin] StreamSDK: NvNetworkCommon: #2(E)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&168334B0&<NvNetworkCommon>  Network Address To String: invalid parameters 0x7ffca26ed380, 0x7ffca26ed3a0, 48
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #6(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&AD28CD28&<Server>           --- 02:42:A9:E3:05:D9: 172.18.0.1 / invalid
2024-09-03 17:50:32 [4,693ms] [Error] [carb.livestream.plugin] StreamSDK: NvNetworkCommon: #1(E)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&168334B0&<NvNetworkCommon>  Network Address To String: invalid parameters 0x7ffca26ed380, 0x7ffca26ed3a0, 48
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #5(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&AD28CD28&<Server>           --- 4C:D7:17:88:99:2B: 192.168.0.212 / invalid
2024-09-03 17:50:32 [4,693ms] [Error] [carb.livestream.plugin] StreamSDK: NvNetworkCommon: #0(E)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&168334B0&<NvNetworkCommon>  Network Address To String: invalid parameters 0x7ffca26ed380, 0x7ffca26ed3a0, 48
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #4(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&AD28CD28&<Server>           --- A0:B3:39:9C:DF:D8: 192.168.0.205 / invalid
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEncUtil: #9(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&CC7C5461&<NvEncUtil>        Computing SPS/PPS headers.
2024-09-03 17:50:32 [4,693ms] [Warning] [carb.livestream.plugin] StreamSDK: VideoFrameCtxt: #0(W)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&0564BB28&<VideoFrameCtxt>   Couldn't find VideoFrameContext for this thread.
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #2(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&1E959A86&<AdapterContext>   Initializing Adapter context
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #5(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&F0E847F4&<AdapterContext>   Initialized context for adapter 0: 1280 x 720 @ 60.0 Hz
2024-09-03 17:50:32 [4,693ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #7(M)[2024-09-03 17:50:32,307]=10:50:32=*00000*{9854641607847587726}&9A64D99C&<AdapterContext>   System is NOT co-proc.
2024-09-03 17:50:32 [4,720ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #8(M)[2024-09-03 17:50:32,334]=10:50:32=*00026*{9854641607847587726}&21C9B327&<AdapterContext>   GPU memory usage: used = 5758.687500, free = 18425.187500 MB, total = 24183.875000 MB
2024-09-03 17:50:32 [4,720ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #9(M)[2024-09-03 17:50:32,334]=10:50:32=*00000*{9854641607847587726}&DD40CDEB&<AdapterContext>   Initialized CUDA for device 'NVIDIA GeForce RTX 4090' (SM 8.9) in compute mode 'CU_COMPUTEMODE_DEFAULT'.
2024-09-03 17:50:32 [4,720ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoEncoder: #5(M)[2024-09-03 17:50:32,334]=10:50:32=*00000*{9854641607847587726}&8BAD092A&<VideoEncoder>     Initializing NvEnc12VideoEncoder.
2024-09-03 17:50:32 [4,720ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #6(M)[2024-09-03 17:50:32,334]=10:50:32=*00000*{9854641607847587726}&2A6D6983&<NvEnc12VideoEnco> Using NvEnc header version 12.0.
2024-09-03 17:50:32 [4,733ms] [Warning] [carb.livestream.plugin] StreamSDK: CodecStatics: #4(W)[2024-09-03 17:50:32,347]=10:50:32=*00000*{9854641607847587726}&5B6228A6&<CodecStatics>     Failed to read the Av1Disable regkey (CONFIG_STATUS result = 1); using default value of 0.
2024-09-03 17:50:32 [4,737ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #6(M)[2024-09-03 17:50:32,351]=10:50:32=*00000*{9854641607847587726}&21C9B327&<AdapterContext>   GPU memory usage: used = 5758.687500, free = 18425.187500 MB, total = 24183.875000 MB
2024-09-03 17:50:32 [4,753ms] [Warning] [carb.livestream.plugin] StreamSDK: VideoEncoder: #0(W)[2024-09-03 17:50:32,366]=10:50:32=*00000*{9854641607847587726}&FB11B4FE&<VideoEncoder>     VideoEncoder was not deinitialized prior to destruction!
2024-09-03 17:50:32 [4,753ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEncUtil: #1(M)[2024-09-03 17:50:32,366]=10:50:32=*00000*{9854641607847587726}&B4368309&<NvEncUtil>        Finished computing SPS/PPS headers.
2024-09-03 17:50:32 [4,753ms] [Fatal] [carb.livestream.plugin] StreamSDK: Signaling: #9(M)[2024-09-03 17:50:32,367]=10:50:32=*00000*{4231993265916498536}&1165739F&<Signaling>        Signaling server started.
Streaming server started.

In the broken 1.1.0 release I see the following errors when I try to connect with the streaming client:

>>>>>>>> Reset!
2024-09-03 17:50:39 [11,827ms] [Error] [carb.livestream.plugin] StreamSDK: natt: #5(E)[2024-09-03 17:50:39,441]=10:50:39=*00000*{17001989180078226993}&9620D6EB&<natt>             NATT Initialize: invalid STUN server count 0
2024-09-03 17:50:39 [11,827ms] [Error] [carb.livestream.plugin] StreamSDK: natt: #7(E)[2024-09-03 17:50:39,441]=10:50:39=*00000*{17001989180078226993}&A7EC0954&<natt>             NATT GetSocket Endpoint: NATT is not initialized
2024-09-03 17:50:39 [11,833ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #8(M)[2024-09-03 17:50:39,447]=10:50:39=*00000*{17001989180078226993}&70BFD087&<Server>           Server is now configuring.
2024-09-03 17:50:39 [11,853ms] [Warning] [carb.livestream.plugin] StreamSDK: RtspHandshake: #6(W)[2024-09-03 17:50:39,467]=10:50:39=*00000*{17001989180078226993}&C811A96F&<RtspHandshake>    Redundant setup request for streamid=audio/0/0
main: thread_init: already added for thread
2024-09-03 17:50:39 [11,857ms] [Error] [carb.livestream.plugin] StreamSDK: natt: #1(E)[2024-09-03 17:50:39,470]=10:50:39=*00000*{17001989180078226993}&9620D6EB&<natt>             NATT Initialize: invalid STUN server count 0
2024-09-03 17:50:39 [11,857ms] [Error] [carb.livestream.plugin] StreamSDK: natt: #3(E)[2024-09-03 17:50:39,470]=10:50:39=*00000*{17001989180078226993}&A7EC0954&<natt>             NATT GetSocket Endpoint: NATT is not initialized
main: thread_init: already added for thread
2024-09-03 17:50:39 [11,865ms] [Error] [carb.livestream.plugin] StreamSDK: natt: #4(E)[2024-09-03 17:50:39,479]=10:50:39=*00000*{17001989180078226993}&9620D6EB&<natt>             NATT Initialize: invalid STUN server count 0
2024-09-03 17:50:39 [11,865ms] [Error] [carb.livestream.plugin] StreamSDK: natt: #6(E)[2024-09-03 17:50:39,479]=10:50:39=*00000*{17001989180078226993}&A7EC0954&<natt>             NATT GetSocket Endpoint: NATT is not initialized
main: thread_init: already added for thread
2024-09-03 17:50:39 [11,870ms] [Error] [carb.livestream.plugin] StreamSDK: NvNetworkCommon: #8(E)[2024-09-03 17:50:39,484]=10:50:39=*00000*{17001989180078226993}&456545CF&<NvNetworkCommon>  Socket Bind: failed to bind socket 215 to 0.0.0.0:47999 (Error: 98)
2024-09-03 17:50:39 [11,870ms] [Error] [carb.livestream.plugin] StreamSDK: NvscStreamingSession: #0(E)[2024-09-03 17:50:39,484]=10:50:39=*00000*{17001989180078226993}&321F15FB&<NvscStreamingSes> Failed to create RTP transport for control stream
2024-09-03 17:50:39 [11,871ms] [Error] [carb.livestream.plugin] StreamSDK: RtspHandshake: #4(E)[2024-09-03 17:50:39,484]=10:50:39=*00000*{17001989180078226993}&8B798862&<RtspHandshake>    Failed to set up stream streamid=control/13/0. Error 0x8000000B
2024-09-03 17:50:39 [11,871ms] [Error] [carb.livestream.plugin] StreamSDK: NativeServer: #6(E)[2024-09-03 17:50:39,485]=10:50:39=*00000*{17001989180078226993}&142B919E&<NativeServer>     onSessionHandshakeDone failed: StreamSdkException 800b1000 [NVST_R_INVALID_STATE] Cannot run the requested logic for state (1001) is incorrect.
2024-09-03 17:50:39 [11,871ms] [Warning] [carb.livestream.plugin] onClientEventRaised: NVST_CCE_DISCONNECTED when m_connectionCount 0 != 1

In the working 1.0.0 release I still see a ton of errors in the console, though the streaming client works:

>>>>>>>> Reset!
2024-09-03 17:55:54 [11,499ms] [Fatal] [carb.livestream.plugin] StreamSDK: Server: #1(M)[2024-09-03 17:55:54,020]=10:55:54=*00000*{11798612002539338984}&70BFD087&<Server>           Server is now configuring.
2024-09-03 17:55:54 [11,523ms] [Warning] [carb.livestream.plugin] StreamSDK: RtspHandshake: #0(W)[2024-09-03 17:55:54,044]=10:55:54=*00000*{11798612002539338984}&C811A96F&<RtspHandshake>    Redundant setup request for streamid=audio/0/0
main: thread_init: already added for thread
main: thread_init: already added for thread
2024-09-03 17:55:54 [11,558ms] [Warning] [carb.livestream.plugin] StreamSDK: BasicThread: #2(W)[2024-09-03 17:55:54,079]=10:55:54=*00000*{1074729277106156201}&2D38FC92&<BasicThread>      Thread 1518724 prioritization request was denied because this process is not running under an enhanced OS priority.
2024-09-03 17:55:54 [11,577ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoStreamer: #6(M)[2024-09-03 17:55:54,098]=10:55:54=*00000*{1074729277106156201}&99EDACA9&<VideoStreamer>    Creating video streamer.
2024-09-03 17:55:54 [11,577ms] [Warning] [carb.livestream.plugin] StreamSDK: WebRtcTrans: #7(W)[2024-09-03 17:55:54,098]=10:55:54=*00000*{1074729277106156201}&C39C49AE&<WebRtcTrans>      No sender for source id 2
2024-09-03 17:55:54 [11,577ms] [Warning] [carb.livestream.plugin] StreamSDK: Observer: #1(W)[2024-09-03 17:55:54,098]=10:55:54=*00000*{1074729277106156201}&EB697A50&<Observer>         Queued command: 0x00000111 for label: control_channel 
2024-09-03 17:55:54 [11,583ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #3(M)[2024-09-03 17:55:54,104]=10:55:54=*00000*{1074729277106156201}&1E959A86&<AdapterContext>   Initializing Adapter context
2024-09-03 17:55:54 [11,584ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #0(M)[2024-09-03 17:55:54,105]=10:55:54=*00000*{1074729277106156201}&F0E847F4&<AdapterContext>   Initialized context for adapter 0: 1280 x 720 @ 60.0 Hz
2024-09-03 17:55:54 [11,584ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #3(M)[2024-09-03 17:55:54,105]=10:55:54=*00000*{1074729277106156201}&9A64D99C&<AdapterContext>   System is NOT co-proc.
2024-09-03 17:55:54 [11,631ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #2(M)[2024-09-03 17:55:54,152]=10:55:54=*00047*{1074729277106156201}&21C9B327&<AdapterContext>   GPU memory usage: used = 7767.750000, free = 16416.125000 MB, total = 24183.875000 MB
2024-09-03 17:55:54 [11,631ms] [Fatal] [carb.livestream.plugin] StreamSDK: AdapterContext: #3(M)[2024-09-03 17:55:54,152]=10:55:54=*00000*{1074729277106156201}&DD40CDEB&<AdapterContext>   Initialized CUDA for device 'NVIDIA GeForce RTX 4090' (SM 8.9) in compute mode 'CU_COMPUTEMODE_DEFAULT'.
2024-09-03 17:55:54 [11,631ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoEncoder: #4(M)[2024-09-03 17:55:54,152]=10:55:54=*00000*{1074729277106156201}&8BAD092A&<VideoEncoder>     Initializing NvEnc12VideoEncoder.
2024-09-03 17:55:54 [11,631ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #5(M)[2024-09-03 17:55:54,152]=10:55:54=*00000*{1074729277106156201}&2A6D6983&<NvEnc12VideoEnco> Using NvEnc header version 12.0.
2024-09-03 17:55:54 [11,634ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #0(M)[2024-09-03 17:55:54,155]=10:55:54=*00000*{1074729277106156201}&A88A086D&<NvEnc12VideoEnco> Max number of reference frames configured 4 for 1920x1080 at frame: 0
2024-09-03 17:55:54 [11,634ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #1(M)[2024-09-03 17:55:54,155]=10:55:54=*00000*{1074729277106156201}&A08C34AC&<NvEnc12VideoEnco> H264 video format selected
2024-09-03 17:55:54 [11,634ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #2(M)[2024-09-03 17:55:54,155]=10:55:54=*00000*{1074729277106156201}&B5A73036&<NvEnc12VideoEnco> RateControl mode NV_ENC_PARAMS_RC_CBR is selected for 1080@60 at frame: 0
2024-09-03 17:55:54 [11,634ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #3(M)[2024-09-03 17:55:54,155]=10:55:54=*00000*{1074729277106156201}&E96C44F6&<NvEnc12VideoEnco> Multi pass encoding configured as NV_ENC_TWO_PASS_FULL_RESOLUTION at frame: 0
2024-09-03 17:55:54 [11,634ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #5(M)[2024-09-03 17:55:54,155]=10:55:54=*00000*{1074729277106156201}&FCF04DFB&<NvEnc12VideoEnco> Multi-reference encoding is enabled
2024-09-03 17:55:54 [11,634ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #6(M)[2024-09-03 17:55:54,155]=10:55:54=*00000*{1074729277106156201}&4961242A&<NvEnc12VideoEnco> Encoder preset configured PRESET_LOW_LATENCY_HQ
2024-09-03 17:55:54 [11,634ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #7(M)[2024-09-03 17:55:54,155]=10:55:54=*00000*{1074729277106156201}&C15E78BB&<NvEnc12VideoEnco> Encoder preset used PRESET_NVENC_P4
2024-09-03 17:55:54 [11,646ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoStreamer: #1(M)[2024-09-03 17:55:54,167]=10:55:54=*00000*{1074729277106156201}&35645789&<VideoStreamer>    Windows version is non-Windows.
2024-09-03 17:55:54 [11,646ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoStreamer: #2(M)[2024-09-03 17:55:54,167]=10:55:54=*00000*{1074729277106156201}&FE4ABB4B&<VideoStreamer>    Created video streaming connection stream:0
2024-09-03 17:55:54 [11,694ms] [Warning] [carb.livestream.plugin] StreamSDK: VideoSender: #9(W)[2024-09-03 17:55:54,215]=10:55:54=*00000*{8846462282459495112}&352F017C&<VideoSender>      Failed to update dynamic FEC percent, disallow unexpected by client
2024-09-03 17:55:54 [11,697ms] [Fatal] [carb.livestream.plugin] StreamSDK: NvEnc12VideoEncoder: #3(M)[2024-09-03 17:55:54,218]=10:55:54=*00000*{1380421019878821153}&C0E5ABBB&<NvEnc12VideoEnco> Changing encoder resolution to 1920 x 1080.
2024-09-03 17:55:54 [11,701ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoStreamer: #9(M)[2024-09-03 17:55:54,222]=10:55:54=*00000*{8846462282459495112}&88451455&<VideoStreamer>    Stream:0 Frame 1 is an I-Frame.
2024-09-03 17:55:54 [11,701ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoStreamer: #6(M)[2024-09-03 17:55:54,222]=10:55:54=*00000*{8846462282459495112}&6DD9DAEE&<VideoStreamer>    Server sent the first video frame to client for stream:0
2024-09-03 17:55:54 [11,701ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoStreamer: #8(M)[2024-09-03 17:55:54,222]=10:55:54=*00000*{8846462282459495112}&3530F98D&<VideoStreamer>    stream:0 capture frame state is SDR
2024-09-03 17:55:54 [11,733ms] [Fatal] [carb.livestream.plugin] StreamSDK: VideoStreamer: #0(M)[2024-09-03 17:55:54,254]=10:55:54=*00000*{8846462282459495112}&88451455&<VideoStreamer>    Stream:0 Frame 4 is an I-Frame.

System Info

Describe the characteristic of your environment:

Additional context

I also tried checking out the current state of main and the streaming client is not working for that as well.

Checklist

Acceptance Criteria

Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.

kellyguo11 commented 4 weeks ago

This should be fixed in the 1.2 release. Could you confirm if you are still seeing the issue?